Skip to content
View ziakhan1516's full-sized avatar

Block or report ziakhan1516

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Empirical-Mode-Decomposition Empirical-Mode-Decomposition Public

    Empirical Mode Decomposition (EMD) is a powerful signal processing technique used to decompose non-linear and non-stationary signals into intrinsic mode functions (IMFs)

    Jupyter Notebook 2

  2. Adversarial-Attack-on-CNN-Models Adversarial-Attack-on-CNN-Models Public

    FGSM (Fast Gradient Sign Method) is an adversarial attack technique that adds small, calculated perturbations to input data to fool CNNs. Proposed by Ian Goodfellow in 2014, it generates adversaria…

    Jupyter Notebook 2

  3. Warehouse-Optimiztion-Q-Learning-Reinforcement-Learning Warehouse-Optimiztion-Q-Learning-Reinforcement-Learning Public

    Warehouse path optimization using Reinforcement Learning (RL) enables agents to learn efficient routes by interacting with the environment. The system improves over time by minimizing travel distan…

    Jupyter Notebook 3

  4. Smart-Parking-Project Smart-Parking-Project Public

    This Python script offers a sophisticated smart parking system for two lots and reserved spaces. It efficiently handles regular and blocked cars, allowing users to park, manage blockages, remove ca…

    Python 2 1

  5. Seizure-Classificaiton Seizure-Classificaiton Public

    This repository implements a complete pipeline for EEG-based workload (binary) classification using 3D Convolutional Neural Networks combined with a Multi-Head Self-Attention mechanism. The spectro…

    Jupyter Notebook

  6. DocuQueryRAG DocuQueryRAG Public

    This RAG system enables question answering from PDF, DOCX, TXT, and PPTX files by combining a local Mistral language model with FAISS-based vector search and all-MiniLM-L6-v2 sentence embeddings. D…

    Python