All Projects → sotte → Pytorch_tutorial

sotte / Pytorch_tutorial

PyTorch Tutorial (1.7)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorch tutorial

Deep learning for biologists with keras
tutorials made for biologists to learn deep learning
Stars: ✭ 74 (-83.56%)
Mutual labels:  jupyter-notebook, tutorial, deeplearning
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+83.56%)
Mutual labels:  jupyter-notebook, tutorial, deeplearning
Anomaly detection tuto
Anomaly detection tutorial on univariate time series with an auto-encoder
Stars: ✭ 144 (-68%)
Mutual labels:  jupyter-notebook, tutorial, deeplearning
Sru Deeplearning Workshop
دوره 12 ساعته یادگیری عمیق با چارچوب Keras
Stars: ✭ 66 (-85.33%)
Mutual labels:  jupyter-notebook, tutorial, deeplearning
Dl tutorial
Tutorials for deep learning
Stars: ✭ 247 (-45.11%)
Mutual labels:  jupyter-notebook, tutorial, deeplearning
Python Lectures
IPython Notebooks to learn Python
Stars: ✭ 355 (-21.11%)
Mutual labels:  jupyter-notebook, tutorial
Portrait Segmentation
Real-time portrait segmentation for mobile devices
Stars: ✭ 358 (-20.44%)
Mutual labels:  jupyter-notebook, deeplearning
Iclr2019 Openreviewdata
Script that crawls meta data from ICLR OpenReview webpage. Tutorials on installing and using Selenium and ChromeDriver on Ubuntu.
Stars: ✭ 376 (-16.44%)
Mutual labels:  jupyter-notebook, tutorial
Pycon 2019 Tutorial
Data Science Best Practices with pandas
Stars: ✭ 410 (-8.89%)
Mutual labels:  jupyter-notebook, tutorial
T81 558 deep learning
Washington University (in St. Louis) Course T81-558: Applications of Deep Neural Networks
Stars: ✭ 4,152 (+822.67%)
Mutual labels:  jupyter-notebook, deeplearning
Open source demos
A collection of demos showcasing automated feature engineering and machine learning in diverse use cases
Stars: ✭ 391 (-13.11%)
Mutual labels:  jupyter-notebook, tutorial
Pytorch Original Transformer
My implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing otherwise seemingly hard concepts. Currently included IWSLT pretrained models.
Stars: ✭ 411 (-8.67%)
Mutual labels:  jupyter-notebook, deeplearning
Magnet
Deep Learning Projects that Build Themselves
Stars: ✭ 351 (-22%)
Mutual labels:  jupyter-notebook, deeplearning
Action Recognition Visual Attention
Action recognition using soft attention based deep recurrent neural networks
Stars: ✭ 350 (-22.22%)
Mutual labels:  jupyter-notebook, deeplearning
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (-20.22%)
Mutual labels:  jupyter-notebook, deeplearning
Pytorch Tutorials Examples And Books
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Stars: ✭ 346 (-23.11%)
Mutual labels:  jupyter-notebook, deeplearning
User Machine Learning Tutorial
useR! 2016 Tutorial: Machine Learning Algorithmic Deep Dive http://user2016.org/tutorials/10.html
Stars: ✭ 393 (-12.67%)
Mutual labels:  jupyter-notebook, tutorial
Code search
Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"
Stars: ✭ 436 (-3.11%)
Mutual labels:  jupyter-notebook, tutorial
Deep Learning Resources
由淺入深的深度學習資源 Collection of deep learning materials for everyone
Stars: ✭ 422 (-6.22%)
Mutual labels:  jupyter-notebook, deeplearning
Monk object detection
A one-stop repository for low-code easily-installable object detection pipelines.
Stars: ✭ 437 (-2.89%)
Mutual labels:  jupyter-notebook, deeplearning

PyTorch Tutorial

This repository contains material to get started with PyTorch v1.7. It was the base for this [pytorch tutorial] from PyData Berlin 2018.


Table of Contents

PART 0 - Foreword

  • Foreword - Why PyTorch and why not? Why this talk?

PART 1 - Basics

PART 2 - Computer Vision

PART 3 - Misc, Cool Applications, Tips, Advanced

PART -2 - WIP and TODO

  • TODO nn and nn.Module
  • TODO Deployment
  • TODO Deployment with TF Serving
  • TODO nn.init
  • TODO PyTorch C++ frontend

PART -1 - The End


Setup

Requirements

  • Python 3.8

Install Dependencies

python3.8 -m venv .venv
source .venv/bin/activate.fish
pip install -r requirements.txt

Optional

Run the following to enable the jupyter table of contents plugin:

jupyter labextension install @jupyterlab/toc

jupyter nbextension enable --py widgetsnbextension

Download data and models

Download data and models for the tutorial:

python download_data.py

Then you should be ready to go. Start jupyter lab:

jupyter lab

Prior Versions

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].