Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update DLRG-software-session.ipynb
  • Loading branch information
snikumbh committed Aug 3, 2017
1 parent defdea8 commit e00ef0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DLRG-software-session.ipynb
Expand Up @@ -1184,14 +1184,17 @@
"metadata": {},
"source": [
"Some key callback functions\n",
"\n",
"-- keras.callbacks.LearningRateScheduler # \n",
"\n",
"-- keras.callbacks.EarlyStopping # When a monitored quantity has stopped imporoving\n",
"\n",
"-- keras.callbacks.ModelCheckpoint # Save model after every epoch\n",
"\n",
"Interesting one -- visualization tool with TensorFlow\n",
"\n",
"-- keras.callbacks.TensorBoard \n",
"\n",
"While training, a log is created about events \n",
"which can be later viewed using TensorBoard\n"
]
Expand Down

0 comments on commit e00ef0a

Please sign in to comment.