Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 749 Bytes

File metadata and controls

16 lines (12 loc) · 749 Bytes

Advanced PyTorch Learning and Git Practice

Description

This repository is dedicated to my journey of learning advanced PyTorch techniques and mastering Git. It serves as both a learning resource for PyTorch, following Aladdin Persson's playlist, and a practical application for using Git in a private repository.

Learning Objectives

PyTorch

  • Gain a deep understanding of advanced PyTorch concepts and techniques.
  • Implement various neural network architectures.
  • Explore PyTorch functionalities for real-world applications.

Git

  • Practice version control using Git within PyCharm.
  • Understand the workflow of committing, pushing, pulling, and merging changes.
  • Manage a private repository for personal projects and learning.