Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.59 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.59 KB

Machine-Learning-from-Scratch

ML-from-Scratch contains my personal implementations of Machine Learning algorithms, built with Python's Numpy, Implementing everything from scratch was a great way for me to understand how the algorithms work and I hope it'll be the case for you too.

This repository contains:

Personal Implementations

Tensorflow (& Keras API)

Note

I don't recommend using the implementations for any other reason than learning, highly opimized Machine Learning librairies such as Tensorflow (Keras) and Scikit-Learn do the job faster and often offer GPU support.

Dependencies

All you need to run the files is python's numpy