Skip to content

TensorFlow and Keras

Ishaan Javali edited this page Jul 1, 2019 · 3 revisions

A Quick Overview

TensorFlow and Keras for Deep Learning -

  • TensorFlow is one of the most famous machine learning libraries and it provides access to many deep learning models.
  • Keras is a higher-level API built on top of TensorFlow which makes it simpler to build, compile, train, and test a robust neural network.

On the other hand, TensorFlow provides more functionality for its models.

Both can be installed through the pip package manager and then be used through Python code. I will open-source some machine learning projects in the future, that way you can try some of the code for yourself.

Google Colab is a great place to program if you don't want to install software because it's stored in the cloud and already comes with a ton of packages. Additionally, you do not need a very powerful computer because you can use the GPUs and TPUs from the Google Colab server.


Up Next

Check out the Google Doc for better formatting, colors, images, diagrams, and more.