Spoilers
Learn about the learning outcomes of this chapter.
We'll cover the following...
What to expect from this chapter
In this chapter, we will:
- 
Briefly review the steps of gradient descent (optional). 
- 
Use gradient descent to implement a linear regression in Numpy. 
- 
Create tensors in PyTorch ... 
 Ask