Deep Learning with Neural Networks

Learning Objectives

By the end of this chapter, you will be able to:

  • Perform basic TensorFlow operations to solve various expressions
  • Describe how aritifical neural networks work
  • Train and test neural networks with TensorFlow
  • Implement deep learning neural network models with TensorFlow

In this chapter, we'll detect a written digit using the TensorFlow library.

Introduction

In this chapter, we will learn about another supervised learning technique. However, this time, instead of using a simple mathematical model such as classification or regression, we will use a completely different model: neural networks. Although we will use Neural Networks for supervised learning, note that Neural Networks can ...

Get Artificial Intelligence and Machine Learning Fundamentals now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.