Skip to main content

Machine learning from scratch

Project description

Machine Learning From Scratch

About

Practical implementations of common machine learning algorithms with test cases coded from scratch in a similar style as Scikit-learn using Object-Oriented Programming.

This project is meant to increase our understanding of machine learning algorithms and what is 'underneath the hood'. It is not meant for use in actual data science work.

Installation

To use the classes and functions for testing purposes create a virtual environment and pip install the project.

    $ pip install mlscratch==0.0.1

To download all source code in a local repository from Github create a virtual environment and run the following commands in your terminal.

    $ git clone https://github.com/lukenew2/mlscratch
    $ cd mlscratch
    $ python setup.py install

Learning Algorithms

Supervised

Write-Ups

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlscratch-0.1.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

mlscratch-0.1.0-py3-none-any.whl (1.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page