Getting Started with TensorFlow 2.0
Learning Objective: At the end of this module, you should be able to get yourself introduced with TensorFlow 2.x. You will install and validate TensorFlow 2.x by building a Simple Neural Network to predict handwritten digits and using Multi-Layer Perceptron to improvise the accuracy of the model.
Topics:
- Introduction to TensorFlow 2.x
- Installing TensorFlow 2.x
- Defining Sequence model layers
- Activation Function
- Layer Types
- Model Compilation
- Model Optimizer
- Model Loss Function
- Model Training
- Digit Classification using Simple Neural Network in TensorFlow 2.x
- Improving the model
- Adding Hidden Layer
- Adding Dropout
- Using Adam Optimizer