Difference between revisions of "Optimizer"
m |
m |
||
| Line 1: | Line 1: | ||
[http://www.youtube.com/results?search_query=optimizers+in+deep+learning YouTube search...] | [http://www.youtube.com/results?search_query=optimizers+in+deep+learning YouTube search...] | ||
| − | * [ | + | * [https://www.tensorflow.org/api_guides/python/train TensorFlow Training Classes Python API] |
* [[Gradient Descent Optimization & Challenges]] | * [[Gradient Descent Optimization & Challenges]] | ||
| + | |||
| + | There are many options for optimizer in Tensorflow. Optimizers are the tool to minimise loss between prediction and real value. | ||
<youtube>ttE0F7fghfk</youtube> | <youtube>ttE0F7fghfk</youtube> | ||
Revision as of 06:02, 6 May 2018
There are many options for optimizer in Tensorflow. Optimizers are the tool to minimise loss between prediction and real value.