All Projects → napsternxg → Pytorch Practice

napsternxg / Pytorch Practice

Licence: apache-2.0
Some example scripts on pytorch

Projects that are alternatives of or similar to Pytorch Practice

Voice Conversion Gan
Voice Conversion using Cycle GAN's For Non-Parallel Data
Stars: ✭ 82 (-50.6%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-42.17%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (+665.06%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Dl4sci Pytorch Webinar
Stars: ✭ 43 (-74.1%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorch Rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
Stars: ✭ 121 (-27.11%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Vitech
tuyển chọn các tài liệu về công nghệ bằng tiếng Việt
Stars: ✭ 63 (-62.05%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
End To End Sequence Labeling Via Bi Directional Lstm Cnns Crf Tutorial
Tutorial for End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF
Stars: ✭ 87 (-47.59%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Early Stopping Pytorch
Early stopping for PyTorch
Stars: ✭ 612 (+268.67%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorchnlpbook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info
Stars: ✭ 1,390 (+737.35%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Deep Image Analogy Pytorch
Visual Attribute Transfer through Deep Image Analogy in PyTorch!
Stars: ✭ 100 (-39.76%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Keras Pytorch Avp Transfer Learning
We pit Keras and PyTorch against each other, showing their strengths and weaknesses in action. We present a real problem, a matter of life-and-death: distinguishing Aliens from Predators!
Stars: ✭ 42 (-74.7%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Applied Dl 2018
Tel-Aviv Deep Learning Boot-camp: 12 Applied Deep Learning Labs
Stars: ✭ 146 (-12.05%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Facial Similarity With Siamese Networks In Pytorch
Implementing Siamese networks with a contrastive loss for similarity learning
Stars: ✭ 719 (+333.13%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Machine Learning
My Attempt(s) In The World Of ML/DL....
Stars: ✭ 78 (-53.01%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+324.7%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorch
PyTorch tutorials A to Z
Stars: ✭ 87 (-47.59%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Deep Learning With Pytorch Chinese
本仓库将PyTorch官方书籍《Deep learning with PyTorch》(基本摘录版)翻译成中文版并给出可运行的相关代码。
Stars: ✭ 517 (+211.45%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Video Classification
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Stars: ✭ 543 (+227.11%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-41.57%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorch 101 Tutorial Series
PyTorch 101 series covering everything from the basic building blocks all the way to building custom architectures.
Stars: ✭ 136 (-18.07%)
Mutual labels:  jupyter-notebook, pytorch-tutorial

pytorch-practice

Some example scripts on pytorch

CONLL 2000 Chunking task

Uses BiLSTM CRF loss with char CNN embeddings. To run use:

cd data/conll2000
bash get_data.sh
cd ..
python chunking_bilstm_crf_char_concat.py # Takes around # 8 hours on Tesla K80 GPU

92.82% mean F1 on test data.

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