dynet
Neural network library
A high-performance neural network toolkit for efficient computation on CPUs and GPUs with dynamic structures.
DyNet: The Dynamic Neural Network Toolkit
3k stars
184 watching
702 forks
Language: C++
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
clab/dynet_tutorial_examples | Tutorials on implementing neural networks in NLP using the DyNet toolkit | 433 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 84,978 |
dmlc/dgl | A Python package for building deep learning models on graph data structures | 13,601 |
dmlc/gluon-cv | A toolkit for building and deploying deep learning models in computer vision | 5,850 |
pyg-team/pytorch_geometric | A PyTorch-based library for training and applying Graph Neural Networks to structured data | 21,597 |
opennmt/opennmt-py | A PyTorch-based framework for building neural machine translation and language models with research-friendly features. | 6,796 |
dsksd/deepnlp-models-pytorch | Pytorch implementations of various Deep NLP models from Stanford's cs-224n course | 2,957 |
namisan/mt-dnn | A PyTorch package implementing multi-task deep neural networks for natural language understanding | 2,238 |
cszn/kair | Image restoration toolbox with training and testing codes for various deep learning-based methods | 2,994 |
dsgiitr/d2l-pytorch | An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch | 4,256 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
delip/pytorchnlpbook | A comprehensive Python tutorial and codebase for building natural language processing applications with PyTorch. | 1,996 |
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 |
mnielsen/neural-networks-and-deep-learning | Provides Python code examples for neural networks and deep learning concepts | 16,189 |
google-deepmind/dnc | An implementation of a neural network architecture designed to efficiently process sequential data with dynamic external memory | 2,501 |