Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 215 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 215 Bytes

noobNet

An elementary Deep Learning framework built on C++.

Supports dense layers with softmax, relu and sigmoid activations.

To Do: Convolution layers. Max Pool layers. Adam and GD with momentum optimizations.