GithubHelp home page GithubHelp logo

danieljing / models-from-scratch-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cristianleoo/models-from-scratch-python

0.0 0.0 0.0 126.73 MB

Repo where I recreate some popular machine learning models from scratch in Python

License: MIT License

Python 0.02% Jupyter Notebook 99.98%

models-from-scratch-python's Introduction

Machine Learning Models from Scratch in Python

A repository where I recreate some popular machine learning models from scratch in Python for educational purposes.
Explore the docs »

View Demo · Report Bug · Request Feature

GitHub contributors GitHub stars GitHub forks GitHub issues License

Table of Contents

  1. About The Project
  2. Articles
  3. Installation

About The Project

This repository is for educational purposes. While the efficiency of the code or completeness is not as good as the one you could find in a library like sklearn, the simplification of the algorithm allows you to really understand how the algorithm works, and why it's being used for a particular dataset.

Every subfolder contains a file demo.ipynb, which contains a practical application of the algorithm. It loads a dataset, perform a basic EDA, and fits the model.

Moreover, I published an article explaining in granular details every model present in this repo. I highly recommend reading them, as I go through on how the model works, the math behind the model, its benefits, assumptions, and cons, and most importantly, a breakdown and explanation of the code to build it.

Articles

Installation

Follow these steps to get a local copy up and running:

  1. Clone the repository:

    git clone https://github.com/cristianleoo/models-from-scratch-python.git
  2. Install Python packages. You can use pip or conda, depending on your setup:

    pip install -r requirements.txt
  3. (Optional) Run the tests to verify that everything is set up correctly:

    python -m unittest discover

Now, you're ready to use the repository!

models-from-scratch-python's People

Contributors

cristianleoo 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.