Table of Contents (Formal design)

Jupyter Notebook is not a pre-requisite for using TensorFlow (or Keras), bit it makes the learning process much easier as allow you to run the codes by sections and add notes in markdown. There is no need to install Keras anymore as it is included in the TensorFlow package. tf.keras in your code instead. ................
................