code-of-learn-deep-learning-with-pytorch
Deep Learning Tutorials
Tutorials and code examples for learning deep learning with PyTorch
This is code of book "Learn Deep Learning with PyTorch"
3k stars
98 watching
1k forks
Language: Jupyter Notebook
last commit: 9 months ago pytorchpytorch-tutorialpytorch-tutorials-cn
Related projects:
Repository | Description | Stars |
---|---|---|
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 83,959 |
clovaai/stargan-v2 | A Python implementation of an image-to-image translation model for generating diverse images across multiple domains. | 3,500 |
cszn/kair | Image restoration toolbox with training and testing codes for various deep learning-based methods | 2,957 |
pyg-team/pytorch_geometric | A PyTorch-based library for training and applying Graph Neural Networks to structured data | 21,382 |
yunjey/stargan | Develops a unified generative model to translate images across multiple domains using a single network architecture. | 5,229 |
thu-ml/tianshou | A high-performance reinforcement learning library with modular interfaces and user-friendly APIs for building deep learning agents. | 7,968 |
donnyyou/torchcv | A comprehensive PyTorch-based framework for computer vision tasks | 2,250 |
jwyang/faster-rcnn.pytorch | An object detection implementation built on top of PyTorch, supporting multi-image batch training and multiple GPUs. | 7,693 |
dsgiitr/d2l-pytorch | An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch | 4,244 |
sanghyun-son/edsr-pytorch | Provides a PyTorch implementation of single image super-resolution | 2,443 |
p-christ/deep-reinforcement-learning-algorithms-with-pytorch | PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,640 |
shenweichen/deepctr-torch | A PyTorch-based package for building and training click-through rate models using various deep learning architectures. | 3,023 |
higgsfield/rl-adventure | A tutorial on implementing and extending the Deep Q Network algorithm for reinforcement learning tasks | 3,034 |
lucidrains/imagen-pytorch | Implements Google's Text-to-Image Neural Network in PyTorch using a cascading DDPM architecture with dynamic clipping and noise level conditioning. | 8,088 |
shangtongzhang/deeprl | A modularized implementation of various deep reinforcement learning algorithms in PyTorch | 3,189 |