smaller update
This commit is contained in:
@@ -2633,6 +2633,6 @@ print(derivative_fn(x_small))
|
||||
!split
|
||||
===== Weekend challenge =====
|
||||
|
||||
* Try to run the above codes and implement the stochastic gradient descent with RMSprop and ADAM.
|
||||
* Try to run the above codes and implement the stochastic gradient descent with the ADAM. Here you can use as examples the Adagrad and the RMSprop algorithms.
|
||||
* Add a more complicated function and study the rate of convergence for the derivatives as function of the different methods
|
||||
* Extend from linear regression to logistic regression.
|
||||
|
||||
Reference in New Issue
Block a user