Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haque-misbahul/pytorch-practice
https://github.com/haque-misbahul/pytorch-practice
matplotlib python pytorch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/haque-misbahul/pytorch-practice
- Owner: Haque-Misbahul
- Created: 2024-11-14T22:57:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T22:44:24.000Z (about 2 months ago)
- Last Synced: 2024-11-29T07:18:27.729Z (about 1 month ago)
- Topics: matplotlib, python, pytorch
- Language: Python
- Homepage:
- Size: 21.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyTorch Practice
> A collection of practical exercises and examples to learn and explore PyTorch.## Technologies Used
- **Language**: Python
- **Framework**: PyTorch
- **Visualization**: Matplotlib## Overview
This repository contains hands-on examples to understand and implement deep learning concepts using PyTorch. It includes basic tensor operations, building neural networks, optimizing models, and visualizing results.## Features
- **Tensors**: Learn basic operations and manipulations.
- **Neural Networks**: Implement simple and complex models.
- **Visualization**: Use Matplotlib to analyze and visualize training progress.
- **Model Optimization**: Experiment with loss functions and optimizers.## Prerequisites
- Python 3.7 or later
- Virtual environment setup (`venv`)