Forward propΒΆ
The network takes in an input ,processes it through the hidden layers and produces the output.During training time ,this process is calles forward propogation. During actual deployment or prodiction ,this process is called prediction.
self.forward_prop()
- Arguments
- disp == True: Display the output each time the function is called