Tuesday, April 23, 2019

Training a Neural Network with Python

Great video on ERROR/COST function derivative of a line gives us its SLOPE . We need to increase the BIAS of the ACTIVATION function if this slope is -ve and we need to decrease our BIAS if the slope is +ve.

SLOPE of the cost function  great video , superb!


Doing this with Python Great example of Training a Neural network with Python

No comments:

Post a Comment

Python script to show Laptop Battery Percentage

Source:  https://www.geeksforgeeks.org/python-script-to-show-laptop-battery-percentage/ # python script showing battery details  import psut...