Cheatography
https://cheatography.com
Keras is a powerful and easy-to-use deep learning library for
Theano and TensorFlow that provides a high-level neural
networks API to develop and evaluate deep learning models.
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Title 01
Subtitle1 |
Subtitle2 |
next line1 |
next line2 - activation='relu', |
3 |
3 |
4 |
4 ---- activation='relu', |
|
Middle Block
2-1 |
2-2 |
ttt |
rrr |
red |
green |
fff |
eee |
black |
blue |
vvv |
bbb |
iii |
uuu |
hhh |
nnn |
|
Middle Block (copy)
2-1 |
2-2 |
ttt |
rrr |
red |
green |
fff |
eee |
black |
blue |
vvv |
bbb |
iii |
uuu |
hhh |
nnn |
|
Right Block
Keras is a powerful and easy-to-use deep learning library for
Theano and TensorFlow that provides a high-level neural
networks API to develop and evaluate deep learning models. |
|
|
Right Block
Right 1 |
Right 2 |
import numpy as np |
from keras.models import Sequential |
from keras.layers import Dense |
model.add(Dense(32, |
|
activation='relu', |
|
|
Middle Block (copy)
2-1 |
2-2 |
ttt |
rrr |
red |
green |
fff |
eee |
black |
blue |
vvv |
bbb |
iii |
uuu |
hhh |
nnn |
|