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:
- Introduction to TensorFlow
- Learning ML - courses and books recommended by the TensorFlow team
- TensorFlow Developer Certificate
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!
5
