- Learn how to build a TensorFlow machine learning model using the Keras API.
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.
- Learn how to perform different computer vision tasks using TensorFlow.
In this module you will:
- Learn how to build computer vision machine learning models
- Learn how to represent images as tensors
- Learn how to build Dense Neural Networks and Convolutional Neural Networks
- In this module, we'll explore different neural network architectures for processing natural language texts. Natural Language Processing (NLP) has experienced fast growth and advancement primarily because the performance of the language models depends on their overall ability to "understand" text and can be trained using an unsupervised technique on large text corpora. Additionally, pre-trained text models (such as BERT) simplified many NLP tasks and has dramatically improved the performance. We'll learn more about these techniques and the basics of NLP in this learning module.
In this module you will:
- Understand how text is processed for natural language processing tasks
- Get an introduced to Recurrent Neural Networks (RNNs) and Generative Neural Networks (GNNs)
- Learn about Attention Mechanisms
- Learn how to build text classification models
- Learn how to do audio classification with TensorFlow.
In this module you will:
- Learn the basics of audio data
- Learn how to visualize and transform audio data
- Build a binary classification speech model that can recognize "yes" and "no"
- Learn how to build a machine learning model using lower-level TensorFlow concepts.
In this module, you will:
- Learn basic TensorFlow topics, such as tensors, variables, and automatic differentiation.
- Learn the difference between eager and graph execution.
- Reimplement the train, test, and prediction phases of an existing Keras project using TensorFlow.
Start speaking a new language. It’s just 3 weeks away.
Get 50% Off Udacity Nanodegrees — Code CC50
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Syllabus
- Introduction to TensorFlow using Keras
- Introduction
- Data
- Neural network architecture
- Training and testing the neural network
- Making a prediction
- Summary
- Introduction to computer vision with TensorFlow
- Introduction
- Introduction to image data
- Training a dense neural network
- Multi-layer networks
- Convolutional neural networks
- Pretrained models and transfer learning
- Summary
- Introduction to natural language processing with TensorFlow
- Introduction to natural language processing with TensorFlow
- Representing text as Tensors
- Represent words with embeddings
- Capture patterns with recurrent neural networks
- Generate text with recurrent networks
- Module assessment
- Summary
- Introduction to audio classification with TensorFlow
- Introduction
- Understanding audio data
- Visualizing and transforming data
- Build the model
- Summary
- Go beyond Keras: Customize with TensorFlow
- Introduction
- Tensors and variables
- Automatic differentiation
- Build the model
- Train and test the neural network
- Eager execution and graph execution
- Make a prediction
- Summary