Book Recommendation in PyTorch

5 days ago 11
ARTICLE AD BOX

I am looking to find a book on PyTorch that is suitable for beginners, Ive used sklearn in the past for ML its a simple workflow for me prepare the X and Y data, fit/train a model, and make predictions (different workflow if you are using it for NLP or Images obviously). I know how to make/build a neural network as in a Linear/Fully Connected one and do arithmetic with tensors.

Ive been learning using the documentation and videos and googling as I try to stray away from using AI.

Are there any books you recommend for me as a beginner?

Read Entire Article