Skip to content

pranav-joshi-iitgn/ML_Journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Journey

This repository contains:

  1. My notes on the book "Mathematics for Machine Learning" (PDF and HTML)
  2. Many different machine learning models, either built from scratch, using only numpy, or using models from sklearn
  3. An automatic differentiation system (MLlib.py) to create trainable neural networks.
  4. Usage of the Automatic differentiation system for different tasks, like
    1. Digit Classification (Digits.ipynb)
    2. Iris dataset classification (Iris.ipynb)
    3. Embedding (Embed.ipynb)
    4. Reccurent Neural Network (RNN.ipynb)
    5. Illustration of Automotic differentiation (AutoDiff.ipynb)
  5. Data Narratives on a few datasets

About

This repo contains all the stuff I have done for understanding ML.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published