Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omarsar/pytorch_notebooks
A collection of PyTorch notebooks for learning and practicing deep learning
https://github.com/omarsar/pytorch_notebooks
ai deeplearning machine-learning nlp notebook pytorch
Last synced: 7 days ago
JSON representation
A collection of PyTorch notebooks for learning and practicing deep learning
- Host: GitHub
- URL: https://github.com/omarsar/pytorch_notebooks
- Owner: omarsar
- License: mit
- Created: 2019-08-25T11:50:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T13:45:04.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T07:28:15.090Z (21 days ago)
- Topics: ai, deeplearning, machine-learning, nlp, notebook, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 348 KB
- Stars: 130
- Watchers: 5
- Forks: 123
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyTorch Notebooks
A collection of PyTorch notebooks for studying and practicing deep learning. Each notebook contains a set of exercises that are specifically designed to engage and encourage the learner to conduct more research and experiments. (Work in progress!)
Name
Description
Category
Level
Link
Blog
Implementing a Logistic Regression Model from Scratch
Learn how to implement the fundamental building blocks of a neural network using PyTorch.
Machine Learning
Beginner
read
PyTorch Hello World
Create a hello world for deep learning using PyTorch.
Deep Learning
Beginner
read
PyTorch Quickstart
Learn about PyTorch's basic building blocks to build and train a CNN model for image classification.
Image Classification
Intermediate
read
A Gentle Introduction to PyTorch 1.2
This comprehensive tutorial aims to introduce the fundamentals of PyTorch building blocks for training neural networks.
Neural Networks
Beginner
read