Skip to content
View Autobiograprk's full-sized avatar

Block or report Autobiograprk

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Autobiograprk/README.md

Machine learning algorithms

A collection of minimal and clean implementations of machine learning algorithms.

Why?

This project is targeting people who want to learn internals of ml algorithms or implement them from scratch.
The code is much easier to follow than the optimized libraries and easier to play with.
All algorithms are implemented in Python, using numpy, scipy and autograd.

Implemented:

Installation

 git clone https://github.com/rushter/MLAlgorithms cd MLAlgorithms pip install scipy numpy python setup.py develop

How to run examples without installation

 cd MLAlgorithms python -m examples.linear_models

How to run examples within Docker

 cd MLAlgorithms docker build -t mlalgorithms . docker run --rm -it mlalgorithms bash python -m examples.linear_models

Contributing

Your contributions are always welcome!
Feel free to improve existing code, documentation or implement new algorithm.
Please open an issue to propose your changes if they are big enough.

Pinned Loading

  1. Autobiograprk Autobiograprk Public

    Python

  2. cassandra cassandra Public

    K8ssandra is an open-source distribution of Apache Cassandra for Kubernetes including API services and operational tooling.

    TypeScript

  3. clusters clusters Public

    A framework to manage jobs at huge Erlang clusters

    C++

  4. NS1 NS1 Public

    NS1 Private DNS files, scripts, and utilities.

    Scala

  5. sensortecs sensortecs Public

    Arduino library to simplify using Bosch Sensortec's BSEC2 library

    Vim Script