Thanks to visit codestin.com
Credit goes to github.com

Skip to content

scumevdso/IntTest

Repository files navigation

IntTest

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/demonstrates
        cd demonstrates
        pip install scipy numpy
        python setup.py develop

How to run examples without installation

        cd demonstrates
        python -m examples.linear_models

How to run examples within Docker

        cd demonstrates
        docker build -t demonstrates .
        docker run --rm -it demonstrates 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.

About

IntTest for latency-test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors