(Click icon to read content.)
Scheduel include main topic and progress of each weak
Study and practice directly on the Kaggle online platform.
PyTorch is a fundamental deep learning library. In Weeks 3–4, I will learn PyTorch to build basic network modules and understand the development of deep learning.
The YOLO series represents one of the earliest real-time object detection frameworks—simple and highly efficient. By studying YOLO v1 and v2, I build a solid foundation for understanding later, more advanced versions.
YOLOv3 established the core architectural framework that later versions continued to build upon.
Study the YOLOv5 codebase and framework; the final implementation will be built on YOLOv5.