This repository contains the code for analyzing the effect of activations and weight initialisation methods on deep neural network.
- Setup Packages
- Generate data
- Write a feedforward class
- Analyze the activation functions and weight initialization methods
The way we analyze the effect of activations and weight initialisation methods on deep neural network is, first we will generate non-linearly separable data with two classes and write our simple feedforward neural network that supports all the activation functions and weight initialization methods. Then compare the different scenarios using loss plots
Related blog posts for better understanding of the code in this repository: