Skip to content

Instantly share code, notes, and snippets.

@jaidevd
Created August 27, 2018 13:16
Show Gist options
  • Select an option

  • Save jaidevd/05a32e49959a8e257ea336690eabd095 to your computer and use it in GitHub Desktop.

Select an option

Save jaidevd/05a32e49959a8e257ea336690eabd095 to your computer and use it in GitHub Desktop.
```
for each epochs:
* divide the training data into minibatches
for each minibatch:
* backpropagate and update weights
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment