Giter VIP home page Giter VIP logo

machine-learning-algorithms-from-scratch's Introduction

Machine Learning Algorithms From Scratch

This repository contains a collection of commonly used machine learning algorithms implemented in Python/Numpy. No other third-party libraries (except Matplotlib) are used.

๐Ÿ“‘ Table of Contents

๐Ÿ“ข Introduction

This repository contains a collection of commonly used machine learning algorithms implemented in Python/Numpy. No other third-party libraries (except Matplotlib) are used.

Algorithms are implemented in Jupyter notebooks. Before starting the coding section, we presented the basic intuition of the algorithm along with necessary mathematical derivations.

Optimized and computationally efficient algorithms were not our intention and we just wanted to produce an accessible collection of algorithms for students and software practitioner.

๐Ÿ”จ Usage

If you want to read Jupyter notebooks just like static document, please follow the nbviewer links or else to execute notebooks locally use the following instructions.

  1. Clone the repository: https://github.com/upul/Machine-Learning-Algorithms-From-Scratch.git
  2. Go to local repository location: cd Machine-Learning-Algorithms-From-Scratch
  3. Run notebooks: jupyter notebook

๐Ÿ”  Prerequisite

In order to successfully following Jupyter notebooks, we assume that you have a basic understanding of the following areas.

  1. Basic programming experience in Python
  2. Introductory knowledge of linear algebra
  3. Basic probability theory
  4. Basic multi-variate calculus

๐Ÿ”ฉ Algorithms

  • Supervised
    • Classification
      • Logistic Regression nbviewer
      • Linear Discriminant Analysis
      • Decision Tree Classifier nbviewer
      • Ransom Forest Classifier
      • Gradient Boosting Classifier
    • Regression
      • Linear Regression nbviewer
      • Ridge Regression
      • Lasso Regression
      • Decision Tree Regression nbviewer
  • Unsupervised
    • Clustering
      • K-Means
      • Gaussian Mixture

๐Ÿ“‚ Resources

  • ๐Ÿ“š Text Books

Following books were immensely helpful when we were preparing these Jupyter notebooks. We believe these books should be available on every Machine Learning/Data Science practitioner's bookshelves.

  • ๐ŸŽฅ MOOCs and Videos

Following MOOCs and Youtube playlists are simply amazing. If you want to broaden your Machine Learning knowledge I'm pretty sure those MOOCs and videos will be really helpful.

machine-learning-algorithms-from-scratch's People

Contributors

upul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

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.