curiousily/Getting-Things-Done-with-Pytorch
A free book and set of Jupyter Notebook tutorials teaching how to solve real-world ML/DL problems using PyTorch.

The repository provides interactive tutorials covering multiple ML domains: computer vision tasks (face detection with Detectron2, object detection with YOLO v5), NLP tasks (sentiment analysis with BERT and Transformers), and time series problems (forecasting with LSTMs, anomaly detection with LSTM autoencoders). Each topic includes runnable Colab notebooks and blog post walkthroughs. The content progresses from basics like building a first neural network to advanced techniques like transfer learning.