Github2.2K星PyTorch资源列表:450个NLP/CV/SP论文实现教程示例
Posted 专知
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Github2.2K星PyTorch资源列表:450个NLP/CV/SP论文实现教程示例相关的知识,希望对你有一定的参考价值。
【导读】bharathgs在Github上维护整理了一个PyTorch的资源站,包括论文、代码、教程等,涉及自然语言处理与语音处理、计算机视觉、机器学习、深度学习等库。 是学习Pytorch必选资源;
https://github.com/bharathgs/Awesome-pytorch-list
PyTorch 是什么?
PyTorch是一个用于科学计算和深度学习的Python扩展库。它便于学习、编写和调试,支持灵活的动态计算图和GPU高速运算,具有完善的研发生态和技术社区。PyTorch于2017年由Facebook正式推出后,迅速引起了人工智能研发人员的关注,目前已成为最受重视的机器学习软件库之一。近日,Facebook 在首届 PyTorch 开发者大会发布了 ,标志着这一框架更为稳定可用。
目录
一. 自然语言与语音处理NLP & Speech Processing
二. 计算机视觉CV
三. 概率生成库
四. 其他库
五. 教程和例子
六. 论文实现
七.其他Pytorch资源
目录内容
Pytorch 官网
项目链接:https://github.com/pytorch/pytorch/releases
一. 自然语言与语音处理
pytorch text : Torch text related contents.
pytorch-seq2seq: A framework for sequence-to-sequence (seq2seq) models implemented in PyTorch.
anuvada: Interpretable Models for NLP using PyTorch.
audio: simple audio I/O for pytorch.
loop: A method to generate speech across multiple speakers
fairseq-py: Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
speech: PyTorch ASR Implementation.
OpenNMT-py: Open-Source Neural Machine Translation in PyTorch http://opennmt.net
neuralcoref: State-of-the-art coreference resolution based on neural nets and spaCy huggingface.co/coref
sentiment-discovery: Unsupervised Language Modeling at scale for robust sentiment classification.
MUSE: A library for Multilingual Unsupervised or Supervised word Embeddings
nmtpytorch: Neural Machine Translation Framework in PyTorch.
pytorch-wavenet: An implementation of WaveNet with fast generation
Tacotron-pytorch: Tacotron: Towards End-to-End Speech Synthesis.
AllenNLP: An open-source NLP research library, built on PyTorch.
PyTorch-NLP: Text utilities and datasets for PyTorch pytorchnlp.readthedocs.io
quick-nlp: Pytorch NLP library based on FastAI.
TTS: Deep learning for Text2Speech
LASER: Language-Agnostic SEntence Representations
pyannote-audio: Neural building blocks for speaker diarization: speech activity detection, speaker change detection, speaker embedding
gensen: Learning General Purpose Distributed Sentence Representations via Large Scale Multi-task Learning.
translate: Translate - a PyTorch Language Library.
espnet: End-to-End Speech Processing Toolkit espnet.github.io/espnet
pythia: A software suite for Visual Question Answering
UnsupervisedMT: Phrase-Based & Neural Unsupervised Machine Translation.
jiant: The jiant sentence representation learning toolkit.
二. 计算机视觉
pytorch vision : Datasets, Transforms and Models specific to Computer Vision.
pt-styletransfer: Neural style transfer as a class in PyTorch.
OpenFacePytorch: PyTorch module to use OpenFace's nn4.small2.v1.t7 model
img_classification_pk_pytorch: Quickly comparing your image classification models with the state-of-the-art models (such as DenseNet, ResNet, ...)
SparseConvNet: Submanifold sparse convolutional networks.
Convolution_LSTM_pytorch: A multi-layer convolution LSTM module
face-alignment:
以上是关于Github2.2K星PyTorch资源列表:450个NLP/CV/SP论文实现教程示例的主要内容,如果未能解决你的问题,请参考以下文章
库教程论文实现,这是一份超全的PyTorch资源列表(Github 2.2K星)
库教程论文实现,这是一份超全的PyTorch资源列表(Github 2.2K星)
Github 3.5K 星PyTorch资源列表:450个NLP/CV/SP论文实现库教程&示例
学不动了!476个PyTorch资源大合集推荐,GitHub超过3600星