Skip to content

DOC: update Keras description in related projects #19265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/related_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ and tasks.
- `nolearn <https://github.com/dnouri/nolearn>`_ A number of wrappers and
abstractions around existing neural network libraries

- `keras <https://github.com/fchollet/keras>`_ Deep Learning library capable of
running on top of either TensorFlow or Theano.
- `Keras <https://www.tensorflow.org/api_docs/python/tf/keras>`_ High-level API for
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually there is now https://github.com/keras-team/keras so maybe this will change in the near future. Also I'm not sure about "scikit-learn inspired API" part. There are certainly some inspiration, but the API is generally not compatiblke with scikit-learn without tf.keras.wrappers.scikit_learn wrappers.

Copy link
Contributor Author

@adriangb adriangb Jan 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is their old repository, which may be used again at some point, but it is unclear when. For now I think the best place to link is the docs.

Happy to change the description if you have any other suggestions. The Keras authors have stated that it was inspired by sklearn, and it's certainly closer than pure Pytorch (not that that's a fair comparison). The intention is to suggest "familiar" not "drop in compatible".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, fair enough. Thanks!

TensorFlow with a scikit-learn inspired API.

- `lasagne <https://github.com/Lasagne/Lasagne>`_ A lightweight library to
build and train neural networks in Theano.
Expand Down