dynet_tutorial_examples
NLP tutorial
Tutorials on implementing neural networks in NLP using the DyNet toolkit
Tutorial on "Practical Neural Networks for NLP: From Theory to Code" at EMNLP 2016
433 stars
37 watching
115 forks
Language: Python
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
neubig/nn4nlp-code | A collection of code examples and resources for building neural networks in NLP tasks | 1,310 |
hb20007/hands-on-nltk-tutorial | A comprehensive tutorial for natural language processing in Python using NLTK and Jupyter Notebooks. | 545 |
delip/pytorchnlpbook | A comprehensive Python tutorial and codebase for building natural language processing applications with PyTorch. | 1,991 |
microsoft/neuronblocks | A toolkit for building and deploying neural network models for natural language processing tasks. | 1,448 |
cltk/cltk | A Python library offering natural language processing capabilities for pre-modern languages | 839 |
rguthrie3/deeplearningfornlpinpytorch | A comprehensive tutorial on deep learning for natural language processing with PyTorch, covering the basics and advancing to linguistic structure prediction. | 1,940 |
atmb4u/data-driven-code | Code examples for a data-driven approach to building neural networks in Python | 29 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
namisan/mt-dnn | A PyTorch package implementing multi-task deep neural networks for natural language understanding | 2,238 |
tdeboissiere/deeplearningimplementations | A collection of implementations of recent deep learning papers in Python | 1,815 |
ujjwalkarn/datasciencepython | A curated list of tutorials and resources for learning Python for data science, machine learning, and other related topics. | 5,276 |
balavenkatesh3322/nlp-pretrained-model | A collection of pre-trained natural language processing models | 170 |
tobiascz/mnist_pytorch_python_and_capi | An example project demonstrating how to train and deploy a neural network in Python and C++ using PyTorch 1.0 | 96 |
nttcslab-nlp/doc_lm | This repository contains source files and training scripts for language models. | 12 |
fyu/lsun | Provides tools and data for training image classification models using the LSUN dataset. | 544 |