1000 XP
Introduction to TensorFlow using Keras
This module provides all the concepts and practical knowledge you need to get started with TensorFlow. We explore Keras, a high-level API released as part of TensorFlow, and use it to build a simple neural network for image classification.
Learning objectives
In this module you will:
- Learn to load and prepare data to be used in machine learning.
- Learn to specify the architecture of a deep learning neural network.
- Learn to train a neural network.
- Learn how to use a neural network to make a prediction.
Start
Add
Prerequisites
- Basic Python knowledge.
- Basic knowledge about how to use Jupyter Notebooks.