All Projects → duke-mlss → Duke-NLP-WS-2020

duke-mlss / Duke-NLP-WS-2020

Licence: other
Duke Natural Language Processing Winter School 2020

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Duke-NLP-WS-2020

Ensemble Pytorch
A unified ensemble framework for Pytorch to improve the performance and robustness of your deep learning model
Stars: ✭ 153 (+595.45%)
Mutual labels:  pytorch-tutorial
Yolo v3 tutorial from scratch
Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
Stars: ✭ 2,192 (+9863.64%)
Mutual labels:  pytorch-tutorial
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+14486.36%)
Mutual labels:  pytorch-tutorial
Frontalization
Pytorch deep learning face frontalization model
Stars: ✭ 160 (+627.27%)
Mutual labels:  pytorch-tutorial
Captcha break
验证码识别
Stars: ✭ 2,268 (+10209.09%)
Mutual labels:  pytorch-tutorial
A Pytorch Tutorial To Text Classification
Hierarchical Attention Networks | a PyTorch Tutorial to Text Classification
Stars: ✭ 184 (+736.36%)
Mutual labels:  pytorch-tutorial
Applied Dl 2018
Tel-Aviv Deep Learning Boot-camp: 12 Applied Deep Learning Labs
Stars: ✭ 146 (+563.64%)
Mutual labels:  pytorch-tutorial
mrnet
Building an ACL tear detector to spot knee injuries from MRIs with PyTorch (MRNet)
Stars: ✭ 98 (+345.45%)
Mutual labels:  pytorch-tutorial
Pytorch Playground
Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
Stars: ✭ 2,201 (+9904.55%)
Mutual labels:  pytorch-tutorial
Book deeplearning in pytorch source
Stars: ✭ 236 (+972.73%)
Mutual labels:  pytorch-tutorial
Pytorch Practice
Some example scripts on pytorch
Stars: ✭ 166 (+654.55%)
Mutual labels:  pytorch-tutorial
Dive Into Dl Pytorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Stars: ✭ 14,234 (+64600%)
Mutual labels:  pytorch-tutorial
Pytorch Beginner
pytorch tutorial for beginners
Stars: ✭ 2,603 (+11731.82%)
Mutual labels:  pytorch-tutorial
A Pytorch Tutorial To Super Resolution
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network | a PyTorch Tutorial to Super-Resolution
Stars: ✭ 157 (+613.64%)
Mutual labels:  pytorch-tutorial
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+15436.36%)
Mutual labels:  pytorch-tutorial
Pytorch Question Answering
Important paper implementations for Question Answering using PyTorch
Stars: ✭ 154 (+600%)
Mutual labels:  pytorch-tutorial
Code Of Learn Deep Learning With Pytorch
This is code of book "Learn Deep Learning with PyTorch"
Stars: ✭ 2,262 (+10181.82%)
Mutual labels:  pytorch-tutorial
Text-Classification-LSTMs-PyTorch
The aim of this repository is to show a baseline model for text classification by implementing a LSTM-based model coded in PyTorch. In order to provide a better understanding of the model, it will be used a Tweets dataset provided by Kaggle.
Stars: ✭ 45 (+104.55%)
Mutual labels:  pytorch-tutorial
pytorch-accelerated
A lightweight library designed to accelerate the process of training PyTorch models by providing a minimal, but extensible training loop which is flexible enough to handle the majority of use cases, and capable of utilizing different hardware options with no code changes required. Docs: https://pytorch-accelerated.readthedocs.io/en/latest/
Stars: ✭ 125 (+468.18%)
Mutual labels:  pytorch-tutorial
Pytorch1.0 Cn
PyTorch 1.0 官方文档 中文版,欢迎关注微信公众号:磐创AI
Stars: ✭ 215 (+877.27%)
Mutual labels:  pytorch-tutorial

Duke Natural Language Processing Winter School 2020

Welcome to the Duke Natural Language Processing Winter School 2020! This repository will contain the lecture materials and assignments for the hands-on PyTorch sessions.

While there is no hard requirement to attend these sessions or complete the exercises, we do strongly recommend them! Many of the machine learning concepts being covered thoughout the course are best learned and reinforced by implementing the ideas in code yourself. Please come with a laptop ready to code!

Before you arrive

Required

Please have Python 3+ and PyTorch installed. We will be doing a lot of our development in IPython notebooks, so you'll likely want to have Jupyter installed as well, or have access to Colab. If you don't already have the aforementioned software installed, please go through the notebook labeled 0A_PyTorch_Installation.ipynb. Installing these should take about 5-10 minutes.

Optional

Given the pace of the course, we'll be assuming some background knowledge for scientific computing in Python. If you are unfamiliar with IPython notebooks or Python coding environments, a brief introduction can be found in 0B_Coding_Environments.ipynb.

If you haven't used Python before, or want a refresher, we recommend Python Like You Mean It, by Ryan Soklaski. This free e-book consists of five short modules introducing Python for scientific computing and data analysis. Modules 1 and 2, on installing Python and Python essentials, will be especially useful. Module 3, which concerns the manipulation of matrices and vectors in Python, is very relevant but optional reading, as we will also be covering those topics in our sessions. Alternatively, we provide a quick crash course in 0C_Python_Prerequisites.ipynb.

The easiest way to download these materials is to click the green "Clone or download" button near the top of this GitHub repo, and then Download ZIP. However, we may update the materials in this GitHub repository as the course goes on. If you're familiar with Git, the most seamless way to keep your files up-to-date is by cloning/forking this repository and pulling. Alternatively, you can re-download this repo periodically, but you'll end up with duplicates.

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