Neural-Network-from-scratch-in-python Author: Ujjawal Sharma([email protected]) Overview: Implementation of a 3 layered neural network with tanh activation in hidden layer. Dataset is generated from sklearn.datasets.make_circle. Loss Function : Cross-Entropy loss.