https://github.com/tusharpandey003/pytorch-fundamentals
Basic understanding of PyTorch Fundamentals and workflow
https://github.com/tusharpandey003/pytorch-fundamentals
deep-learning library machine-learning pytorch pytorch-framework pytorch-tutorial
Last synced: about 1 month ago
JSON representation
Basic understanding of PyTorch Fundamentals and workflow
- Host: GitHub
- URL: https://github.com/tusharpandey003/pytorch-fundamentals
- Owner: tusharpandey003
- Created: 2024-05-28T15:16:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T10:22:03.000Z (11 months ago)
- Last Synced: 2025-01-20T19:14:47.416Z (3 months ago)
- Topics: deep-learning, library, machine-learning, pytorch, pytorch-framework, pytorch-tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyTorch Fundamentals Library
This repository covers essential topics related to PyTorch tensors. It provides clear explanations on creating, manipulating, and understanding tensors, along with practical examples.
Dive into the world of deep learning with PyTorch by exploring the fundamental building blocks that underpin neural networks and data processing.
From tensor creation to mathematical operations, this repository equips you with the knowledge needed to kickstart PyTorch journey.PyTorch workFlow folder includes basic workflow of Data Creation , model building ,model Training and optimisation and prediction.