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 Dictionary

  Removing Dictionary Items Dictionary items can be removed using built-in deletion methods that work on keys: del :  removes an item using ...