Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 304 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 304 Bytes

edunet

Neural Network in Python using no nn libraries.

Network class

- Add layers

Layer class

- Fully connected layer with no activations
- Activations layer
- Fully connected layer with activations

to predict XOR resuls

$ python edunet_predict_XOR.py