pytorch-exercises
PyTorch training
A collection of exercises and tutorials to practice PyTorch, covering various topics in deep learning.
Pytorch exercises
96 stars
4 watching
20 forks
Language: Jupyter Notebook
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
kyubyong/pytorch_exercises | A collection of exercises to help developers practice and familiarize themselves with PyTorch's capabilities | 315 |
kaixhin/grokking-pytorch | An introduction to using PyTorch for deep learning tasks | 1,194 |
pytorch/tnt | A collection of tools and utilities for building and training neural networks with PyTorch. | 1,666 |
furkanu/deeplearning.ai-pytorch | Re-implementation of Coursera's Deep Learning specialization assignments in PyTorch | 149 |
erotemic/netharn | A PyTorch framework for managing and automating deep learning training loops with features like hyperparameter tracking and single-file deployments. | 39 |
vinhkhuc/pytorch-mini-tutorials | A collection of tutorials and lessons on building deep learning models using the PyTorch library. | 326 |
stared/thinking-in-tensors-writing-in-pytorch | A hands-on introduction to deep learning using PyTorch, explaining mathematical concepts through code examples | 329 |
napsternxg/pytorch-practice | A collection of scripts demonstrating PyTorch's capabilities in natural language processing and machine learning tasks | 197 |
gunhochoi/kind-pytorch-tutorial | A comprehensive tutorial on building and training PyTorch models using Python | 392 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
hungtuchen/pytorch-dqn | An implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error. | 386 |
lplenka/pytorch-tutorial | A tutorial repository covering PyTorch fundamentals and neural network concepts through interactive Jupyter Notebooks | 1 |
kimhc6028/forward-thinking-pytorch | An implementation of a novel neural network training method that builds and trains networks one layer at a time. | 65 |
graal-research/poutyne | A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities | 569 |
rguthrie3/deeplearningfornlpinpytorch | A comprehensive tutorial on deep learning for natural language processing with PyTorch, covering the basics and advancing to linguistic structure prediction. | 1,940 |