Skip to content

srihari-2712/Projects-In-Machine-Learning

Repository files navigation

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.

About

Implemented 8 mini projects covering supervised and unsupervised learning, including regression, classification, and clustering tasks on structured datasets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors