Developed Neural Network (NN) having one hidden layer, two hidden layers and four hidden layers, besides the input and output layers. Tested with Sigmoid, tanh and ReLu activation function.
rishav08/1layer_2layer_4layer_NN
Developed Neural Network (NN) having one hidden layer, two hidden layers and four hidden layers, besides the input and output layers. Tested with Sigmoid, tanh and ReLu activation function. Used Scikit learn for pre-processing data.
Python