Keras 2.0.4
- Documentation improvements.
- Docstring improvements.
- Update some examples scripts (in particular, new deep dream example).
- Bug fixes and performance improvements.
API changes:
- Add
logsumexp
andidentity
to backend. - Add
logcosh
loss. - New signature for
add_weight
inLayer
. get_initial_states
inRecurrent
is nowget_initial_state
.