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

Integer caching in python

  Python (specifically the default CPython implementation) uses integer caching to optimize performance and memory usage by pre-allocating ...