Code Monkey home page Code Monkey logo

machine-learning's Introduction

Machine Learning Models

Main focus of this repo is to have implementation of various ML algoriths from scratch. It will be helpful for someone who wants not only wants to conceptually and intuitively understand various algos, but also learn how to code them.

  • 01_Gradient_Boosting_Scratch.ipynb This jupyter notebook has implementation of basic gradient boosting algorithm with an intuitive example. Learn about decision tree and intuition behind gradient boositng trees.

  •  02_Collaborative_Filtering.ipynb Builting MovieLens recommendation system with collaborating filtering using PyTorch and fast.ai.

  • 03_Random_Forest_Interpretetion.ipynb How to interpret a seemimngly blackbox algorithm. Feature importance, Tree interpretor and Confidence intervals for predictions.

  • 04_Neural_Net_Scratch.ipynb Using MNSIT data, this notebook has implementation of neural net from scratch using PyTorch.

  • 05_Loss_Functions.ipynb Exploring regression and classification loss functions.  

  • 06_NLP_Fastai.ipynb Naive bayes, logistic regression, bag of words on IMDB data.

  • 07_Eigenfaces.ipynb Preprocessing of faces and PCA analysis on the data to recontruct faces and see similarities among differnt faces. | | Train | Dev | Test | labels | |:----: | :------: | ------: | ----- | -----| |IMDB | 5678 | 2230 |265 | 2 |

machine-learning's People

Contributors

groverpr avatar groverprince avatar yinghao1019 avatar

Watchers

James Cloos avatar

Forkers

firashm

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.