Skip to content

Keras 2.0.4

Compare
Choose a tag to compare
@fchollet fchollet released this 29 Apr 23:19
· 8045 commits to master since this release
  • Documentation improvements.
  • Docstring improvements.
  • Update some examples scripts (in particular, new deep dream example).
  • Bug fixes and performance improvements.

API changes:

  • Add logsumexp and identity to backend.
  • Add logcosh loss.
  • New signature for add_weight in Layer.
  • get_initial_states in Recurrent is now get_initial_state.