Skip to content

arushahmd/ml-dl-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ML & DL Labs

This repository contains practical experiments, tutorials, and small projects in Machine Learning (ML) and Deep Learning (DL), including PyTorch fundamentals, classical ML algorithms, and GAN experiments.

Note: This repository is continuously updated with new experiments and notebooks.

Repository Structure

ml-dl-labs/
├── ml/ # Classical ML experiments and small projects
│ ├── 01_handling_missing_values.ipynb
│ ├── california-housing-price-prediction/
│ │ └── 01_california_housing_price_prediction.ipynb
│ └── README.md
├── dl/ # Deep Learning experiments and tutorials
│ ├── classification/ # CNN and other classification notebooks
│ ├── gans/ # Generative Adversarial Networks experiments
│ └── pytorch-fundamentals/ # Tensors, training loops, neural networks
└── .git/

Folders

  • ml/
    Classical ML experiments, toy projects, and data-handling exercises.

  • dl/classification/
    Deep learning classification tasks including MNIST, hand sign recognition, and fashion datasets.

  • dl/gans/
    GAN-based experiments for generating synthetic data and other exercises.

  • dl/pytorch-fundamentals/
    PyTorch core concepts: tensors, autograd, neural network training, and small model implementations.

Quickstart

  1. Clone the repository:
git clone https://github.com/your-username/ml-dl-labs.git
cd ml-dl-labs

Author: Aroosh Ahmad — AI Engineer (NLP, LLMs, ML Systems)             GitHubLinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published