Next Steps!

Whoa! that was a good deep introduction to tensors. 

The next steps for you should be to dig into the documentation and try more methods. Or you can try the following:

  • If you want to start building, try to implement a basic perception of a neural network using tensorflow.
  • Use the automatic differentiation to learn how the linear regression model tries to fit a perfect line to the data.
  • Learn to use gradient tape. You can watch my video tutorial on the same.

Some useful resources to dive deeper:

I'll be rolling out the next lab on training your first neural network to solve a simple regression model.

Until then, keep those tensors flowing!

Discussion
Excellent tutorial for beginners. Waiting for the next lab on training your first neural network.

5

1