siAyush / TinyML

A tiny librarie with tweet-sized implementations of machine learning models in NumPy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyML

A tiny librarie with tweet-sized implementations of machine learning models in NumPy.

Installation

$ git clone https://github.com/siAyush/TinyML.git
$ cd TinyML
$ sudo python setup.py install

Run Examples

$ python tiny_ml/demo/knn.py

Implementations

Linear Regression

Linear Regression

Logistic Regression

Logistic Regression

KNN

KNN

About

A tiny librarie with tweet-sized implementations of machine learning models in NumPy.

License:MIT License


Languages

Language:Python 100.0%