deeplearningzerotoall / Pytorch

Deep Learning Zero to All - Pytorch

Projects that are alternatives of or similar to Pytorch

Understanding Nn
Tensorflow tutorial for various Deep Neural Network visualization techniques
Stars: ✭ 261 (-20.43%)
Mutual labels:  jupyter-notebook, tutorial
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (-15.85%)
Mutual labels:  jupyter-notebook, tutorial
Deep Learning Keras Tensorflow
Introduction to Deep Neural Networks with Keras and Tensorflow
Stars: ✭ 2,868 (+774.39%)
Mutual labels:  jupyter-notebook, tutorial
Deeplearningcoursecodes
Notes, Codes, and Tutorials for the Deep Learning Course <which I taught at ChinaHadoop>
Stars: ✭ 241 (-26.52%)
Mutual labels:  jupyter-notebook, tutorial
Scikit Learn Videos
Jupyter notebooks from the scikit-learn video series
Stars: ✭ 3,254 (+892.07%)
Mutual labels:  jupyter-notebook, tutorial
Dl tutorial
Tutorials for deep learning
Stars: ✭ 247 (-24.7%)
Mutual labels:  jupyter-notebook, tutorial
Generative Adversarial Networks
Tutorial on GANs
Stars: ✭ 275 (-16.16%)
Mutual labels:  jupyter-notebook, tutorial
Neural Network From Scratch
Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?
Stars: ✭ 230 (-29.88%)
Mutual labels:  jupyter-notebook, tutorial
100 Days Of Ml Code
100-Days-Of-ML-Code中文版
Stars: ✭ 16,797 (+5021.04%)
Mutual labels:  jupyter-notebook, tutorial
Pytorch Lesson Zh
pytorch 包教不包会
Stars: ✭ 279 (-14.94%)
Mutual labels:  jupyter-notebook, tutorial
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+878.35%)
Mutual labels:  jupyter-notebook, tutorial
Sars tutorial
Repository for the tutorial on Sequence-Aware Recommender Systems held at TheWebConf 2019 and ACM RecSys 2018
Stars: ✭ 320 (-2.44%)
Mutual labels:  jupyter-notebook, tutorial
Kitti tutorial
Tutorial for using Kitti dataset easily
Stars: ✭ 235 (-28.35%)
Mutual labels:  jupyter-notebook, tutorial
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+942.07%)
Mutual labels:  jupyter-notebook, tutorial
Datavisualization
Tutorials on visualizing data using python packages like bokeh, plotly, seaborn and igraph
Stars: ✭ 234 (-28.66%)
Mutual labels:  jupyter-notebook, tutorial
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (-17.07%)
Mutual labels:  jupyter-notebook, tutorial
Tutorial
Tutorial covering Open Source tools for Source Separation.
Stars: ✭ 223 (-32.01%)
Mutual labels:  jupyter-notebook, tutorial
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (-30.49%)
Mutual labels:  jupyter-notebook, tutorial
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (-15.24%)
Mutual labels:  jupyter-notebook, tutorial
Geopandas Tutorial
Tutorial on geospatial data manipulation with Python
Stars: ✭ 306 (-6.71%)
Mutual labels:  jupyter-notebook, tutorial

모두를 위한 딥러닝 시즌2 : 모두가 만드는 모두를 위한 딥러닝

모두가 만드는 모두를 위한 딥러닝 시즌 2에 오신 여러분들 환영합니다.

Getting Started

아래 링크에서 슬라이드와 영상을 통해 학습을 시작할 수 있습니다.

Docker 사용자를 위한 안내

동일한 실습 환경을 위해 docker 를 사용하실 분은 docker_user_guide.md 파일을 참고하세요! :)

Install Requirements

pip install -r requirements.txt

Install PyTorch from website: https://pytorch.org/


PyTorch

Deep Learning Zero to All - PyTorch

모든 코드는 PyTorch 1.0.0 기준으로 작성하였습니다.

Contributions/Comments

언제나 여러분들의 참여를 환영합니다. Comments나 Pull requests를 남겨주세요

We always welcome your comments and pull requests

목차

PART 1: Machine Learning & PyTorch Basic

  • Lab-01-1 Tensor Manipulation 1
  • Lab-01-2 Tensor Manipulation 2
  • Lab-02 Linear regression
  • Lab-03 Deeper Look at GD
  • Lab-04-1 Multivariable Linear regression
  • Lab-04-2 Loading Data
  • Lab-05 Logistic Regression
  • Lab-06 Softmax Classification
  • Lab-07-1 Tips
  • Lab-07-2 MNIST Introduction

PART 2: Neural Network

  • Lab-08-1 Perceptron
  • Lab-08-2 Multi Layer Perceptron
  • Lab-09-1 ReLU
  • Lab-09-2 Weight initialization
  • Lab-09-3 Dropout
  • Lab-09-4 Batch Normalization

PART 3: Convolutional Neural Network

  • Lab-10-0 Convolution Neural Networkintro
  • Lab-10-1 Convolution
  • Lab-10-2 mnist cnn
  • Lab-10-3 visdom
  • Lab-10-4-1 ImageFolder1
  • Lab-10-4-2 ImageFolder2
  • Lab-10-5 Advance CNN(VGG)
  • Lab-10-6-1 Advanced CNN(RESNET-1)
  • Lab-10-6-2 Advanced CNN(RESNET-2)
  • Lab-10-7 Next step of CNN

PART 4: Recurrent Neural Network

  • Lab-11-0 RNN intro
  • Lab-11-1 RNN basics
  • Lab-11-2 RNN hihello and charseq
  • Lab-11-3 Long sequence
  • Lab-11-4 RNN timeseries
  • Lab-11-5 RNN seq2seq
  • Lab-11-6 PackedSequence
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].