Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 216 Bytes

File metadata and controls

2 lines (2 loc) · 216 Bytes

BasicNeuralNet

Neural Network built from scratch with matrix backpropagation. Contains the Tanh, Sigmoid, and ReLU activation functions. Implemented the cross-entropy loss function to vastly improve learning rate.