Skip to content

Commit

Permalink
Add missing import (keras-team#7649)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjacobkenny authored and fchollet committed Aug 15, 2017
1 parent a90d042 commit e67a38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/templates/getting-started/sequential-model-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ In the [examples folder](https://github.com/fchollet/keras/tree/master/examples)
### Multilayer Perceptron (MLP) for multi-class softmax classification:

```python
import keras
from keras.models import Sequential
from keras.layers import Dense, Dropout, Activation
from keras.optimizers import SGD
Expand Down

0 comments on commit e67a38f

Please sign in to comment.