Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 477 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 477 Bytes

Simple Neural Network

This is a simple neural network using a multilayer perceptrons utilizing linear algebra and matrix math without any libraries like TensorFlow

LICENSE

This GitHub repository is under an MIT License.

Examples

If you are looking for some basic implementation of this neural network look at example.cpp or example.py.