An open API service indexing awesome lists of open source software.

https://github.com/superb-man/machine-learning

Logistic regression and feed forward neural network engine from scratch
https://github.com/superb-man/machine-learning

Last synced: about 1 month ago
JSON representation

Logistic regression and feed forward neural network engine from scratch

Awesome Lists containing this project

README

          

# ML Framework from scratch
- A basic logistic regression engine.
- Feed forward neural network engine.
- Hoping to implement **cnn** later.