All Projects → keitakurita → Practical Torchtext

keitakurita / Practical Torchtext

A set of tutorials for torchtext

Projects that are alternatives of or similar to Practical Torchtext

Notebook
📒 notebook
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Catdcgan
A DCGAN that generate Cat pictures 🐱‍💻
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Papergraph
AI/ML citation graph with postgres + graphql
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Tensorflow2 Docs Zh
TF2.0 / TensorFlow 2.0 / TensorFlow2.0 官方文档中文版
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Domainadaptivereid
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Python data science and machine learning bootcamp
Jupyter notebook for Udemy course: Python data science and machine learning bootcamp
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Ocaml Jupyter
An OCaml kernel for Jupyter (IPython) notebook
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Feature Selection For Machine Learning
Methods with examples for Feature Selection during Pre-processing in Machine Learning.
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Lede Algorithms
Algorithms course materials for the Lede program at Columbia Journalism School
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Code Of Learn Deep Learning With Pytorch
This is code of book "Learn Deep Learning with PyTorch"
Stars: ✭ 2,262 (+1163.69%)
Mutual labels:  jupyter-notebook
Kdd 2019 Hands On
DGL tutorial in KDD 2019
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Autofeat
Linear Prediction Model with Automated Feature Engineering and Selection Capabilities
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Chess Surprise Analysis
Find surprising moves in chess games
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Julia Tutorial
高速でJuliaを学ぶ入門チュートリアル
Stars: ✭ 176 (-1.68%)
Mutual labels:  jupyter-notebook
Fastai audio
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Unet In Tensorflow
U-Net implementation in Tensorflow
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Lstm anomaly thesis
Anomaly detection for temporal data using LSTMs
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Machine Learning For Finance
Machine Learning for Finance, published by Packt
Stars: ✭ 179 (+0%)
Mutual labels:  jupyter-notebook
Rnn Active User Forecast
1st place solution for the Kuaishou Active-user Forecast competition
Stars: ✭ 179 (+0%)
Mutual labels:  jupyter-notebook
Supercell
supercell
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook

Practical Torchtext

A set of tutorials for using torchtext effectively. Current tutorials:

  • Text classification
  • Word-level language modeling

Notice : I am in the progress of migrating the contents of this repository to my new repo on NLP using PyTorch. My new repo will eventually contain the most updated version of all the tutorials here.

Purpose

The documentation of torchtext is still relatively incomplete, and using torchtext effectively currently requires reading through a fairly large amount of code. This set of tutorials aims to provide working examples of uses of torchtext to enable more users to make full use of this fanstastic library.

Usage

The current pip release of torchtext has bugs that will make some of the code run incorrectly. These bugs are currently only fixed on the master branch of the github repository of torchtext. Therefore, I recommend you install torchtext from the github repository with the following command:

$ pip install --upgrade git+https://github.com/pytorch/text

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