This Repository contains collection of programs of Neural network created from scratch.
- Creation of 2 synthetic datasets.
- Creation of simple Feedforward Neural Network.
- Using 4 active functions : ReLu, Sigmoid, Leaky ReLu, Softmax
- OOP based Neural Network.
- Neural Network with given Hidden Layers (dynamic settings).