.
CHAPTER 1: Using neural nets to recognize handwritten digits
In this chapter we'll write a computer program implementing a neural network that learns to recognize handwritten digits.
.
CHAPTER 2: How the backpropagation algorithm works
In this chapter I'll explain a fast algorithm for computing such gradients, an algorithm known as backpropagation.
.
CHAPTER 3:Improving the way neural networks learn
In this chapter I explain a suite of techniques which can be used to improve on our vanilla implementation of backpropagation, and so improve the way our networks learn.
.
CHAPTER 4:A visual proof that neural nets can compute any function
In this chapter I give a simple and mostly visual explanation of the universality theorem.
.
CHAPTER 5:Why are deep neural networks hard to train?
In this chapter, we'll try training deep networks using our workhorse learning algorithm - stochastic gradient descent by backpropagation.
.
In this chapter, we'll develop techniques which can be used to train deep networks, and apply them in practice.
.
No comments:
Post a Comment