All Projects → yunjey → Pytorch Tutorial

yunjey / Pytorch Tutorial

Licence: mit
PyTorch Tutorial for Deep Learning Researchers

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Pytorch Tutorial

Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (-96.86%)
Mutual labels:  pytorch-tutorial, neural-networks
Pytorch 101 Tutorial Series
PyTorch 101 series covering everything from the basic building blocks all the way to building custom architectures.
Stars: ✭ 136 (-99.39%)
Mutual labels:  pytorch-tutorial, neural-networks
Get started with deep learning for text with allennlp
Getting started with AllenNLP and PyTorch by training a tweet classifier
Stars: ✭ 69 (-99.69%)
Mutual labels:  pytorch-tutorial, neural-networks
Ensemble Pytorch
A unified ensemble framework for Pytorch to improve the performance and robustness of your deep learning model
Stars: ✭ 153 (-99.32%)
Mutual labels:  pytorch-tutorial, neural-networks
Pytorchnlpbook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info
Stars: ✭ 1,390 (-93.81%)
Mutual labels:  pytorch-tutorial, neural-networks
Pytorch Lesson Zh
pytorch 包教不包会
Stars: ✭ 279 (-98.76%)
Mutual labels:  pytorch-tutorial, neural-networks
Transformers Tutorials
Github repo with tutorials to fine tune transformers for diff NLP tasks
Stars: ✭ 384 (-98.29%)
Mutual labels:  pytorch-tutorial
Cn Deep Learning
Stars: ✭ 423 (-98.12%)
Mutual labels:  neural-networks
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (-98.3%)
Mutual labels:  pytorch-tutorial
Sktime Dl
sktime companion package for deep learning based on TensorFlow
Stars: ✭ 379 (-98.31%)
Mutual labels:  neural-networks
Deeplearningproject
An in-depth machine learning tutorial introducing readers to a whole machine learning pipeline from scratch.
Stars: ✭ 4,293 (-80.87%)
Mutual labels:  neural-networks
Geneticalgorithmpython
Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
Stars: ✭ 435 (-98.06%)
Mutual labels:  neural-networks
Edward2
A simple probabilistic programming language.
Stars: ✭ 419 (-98.13%)
Mutual labels:  neural-networks
Lasagne
Lightweight library to build and train neural networks in Theano
Stars: ✭ 3,800 (-83.07%)
Mutual labels:  neural-networks
Learning To Learn
Learning to Learn in TensorFlow
Stars: ✭ 4,038 (-82.01%)
Mutual labels:  neural-networks
Nnom
A higher-level Neural Network library for microcontrollers.
Stars: ✭ 382 (-98.3%)
Mutual labels:  neural-networks
Pytorch Flows
PyTorch implementations of algorithms for density estimation
Stars: ✭ 439 (-98.04%)
Mutual labels:  neural-networks
Deep Reinforcement Learning
Repo for the Deep Reinforcement Learning Nanodegree program
Stars: ✭ 4,012 (-82.12%)
Mutual labels:  neural-networks
Nn playground
Experimental keras implementation of novel neural network structures
Stars: ✭ 414 (-98.16%)
Mutual labels:  neural-networks
Ruby Fann
Ruby library for interfacing with FANN (Fast Artificial Neural Network)
Stars: ✭ 425 (-98.11%)
Mutual labels:  neural-networks


This repository provides tutorial code for deep learning researchers to learn PyTorch. In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finish Official Pytorch Tutorial.


Table of Contents

1. Basics

2. Intermediate

3. Advanced

4. Utilities


Getting Started

$ git clone https://github.com/yunjey/pytorch-tutorial.git
$ cd pytorch-tutorial/tutorials/PATH_TO_PROJECT
$ python main.py

Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].