Skip to content

Instantly share code, notes, and snippets.

@jaceklaskowski
Last active November 18, 2023 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaceklaskowski/d9c7875edc9d1a1fcd549cac72f48dc9 to your computer and use it in GitHub Desktop.
Save jaceklaskowski/d9c7875edc9d1a1fcd549cac72f48dc9 to your computer and use it in GitHub Desktop.
Keras

Keras

Why Keras

Considered Keras and PyTorch to immerse into the mindset of Python and learn something brand new. Deep Learning seemed challenging enough 😉

Looked at the github repos and found that keras is 99.9% Python (with 0.1% Shell) while PyTorch at just 48.4% Python with tons of other languages.

I've also got the O'Reilly book about Keras by Aurelien Geron.

That's why I cloned the sources of keras (and started exploring v2.14.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment