Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.43 KB

File metadata and controls

40 lines (32 loc) · 1.43 KB

Projects In Machine Learning

Overview

This repository contains end-to-end machine learning notebook projects across multiple domains:

Detailed notebook-level documentation is available in NOTEBOOKS_CATALOG.md.

Startup Guide

  1. Open this project folder in VS Code or JupyterLab.
  2. Create and activate a Python environment.
  3. Install core dependencies:
pip install numpy pandas matplotlib seaborn scikit-learn nltk torch torchvision opencv-python jupyter
  1. Start Jupyter:
jupyter notebook
  1. Open any notebook and run cells from top to bottom.
  2. Dataset notes:
    • Some notebooks download data automatically (for example, MNIST/CIFAR through torchvision).
    • Some notebooks expect local datasets/assets to be available in the project folders.