Skip to content

Devashish-Pisal/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Playground

This repository is a personal learning space for experimenting with various Artificial Intelligence (AI) and Machine Learning (ML) models. The goal is to explore, understand, and implement different ML algorithms — it is not a finished “project,” but rather a sandbox for learning and experimentation.


About This Repo

  • A collection of AI/ML model implementations for practice and experimentation.
  • Organized into folders such as Algorithms, Models, and Datasets.
  • Ideal for understanding ML concepts through hands-on coding.

Getting Started

  1. Clone the repository:
    git clone https://github.com/Devashish-Pisal/machine-learning.git
  2. Install dependencies (if any):
    pip install -r requirements.txt
  3. Explore and run the notebooks or scripts inside Algorithms/.

Contents

  • Implementations of various ML/AI algorithms
  • Example datasets for practice
  • Notes, experiments, and learning exercises

(This repo focuses on learning and experimentation, not production-ready projects.)


Future Plans

The repository will be continuously extended with:

  • More AI/ML models and implementations
  • Advanced PyTorch examples
  • Additional notebooks/scripts and notes for learning