This is my attempt to code a neural network from scratch after studying how deep learning works
- Linear (Identity)
- Sigmoid (Logistic)
- ReLU (Rectified linear unit)
- TanH
- MSE (Mean squared error)
- Binary cross entropy
To test my module, I tried to train a network predicting the XOR gate output