Ashwanikumarkashyap/neural-net-breast-cancer-prediction-from-scratch
A neural network (NN) having two hidden layers is implemented, besides the input and output layers. The code gives choise to the user to use sigmoid, tanh orrelu as the activation function. Prediction accuracy is computed at the end.
Python