Are you an engineer or data scientist? Do you ship reliable and performant applied machine learning solutions? Check out our Introduction to Keras for engineers.
Are you a machine learning researcher? Do you publish at NeurIPS and push the state-of-the-art in CV and NLP? Check out our Introduction to Keras for researchers.
Are you a beginner looking for both an introduction to machine learning and an introduction to Keras and TensorFlow? You're going to need more than a one-pager. And you're in luck: we've got just the book for you.
To use Keras, will need to have the TensorFlow package installed. See detailed instructions.
Once TensorFlow is installed, just import Keras via:
from tensorflow import keras
The Keras codebase is also available on GitHub at keras-team/keras.