wulele2 / nn.TransformerLinks
using nn.Transformer() module to accomplish a machine learning demo.
☆13Updated 3 years ago
Alternatives and similar repositories for nn.Transformer
Users that are interested in nn.Transformer are comparing it to the libraries listed below
Sorting:
- Transformer是谷歌在17年发表的Attention Is All You Need 中使用的模型,经过这些年的大量的工业使用和论文验证,在深度学习领域已经占据重要地位。Bert就是从Transformer中衍生出来的语言模型。我会以中文翻译英文为例,来解释Tran…☆280Updated last year
- 深度学习与PyTorch入门实战视频教程 配套源代码和PPT☆78Updated 5 years ago
- Natural Language Processing Tutorial for Deep Learning Researchers☆1,152Updated 3 years ago
- Pytorch_Study_Demo☆83Updated last year
- Quickly bring up your PyTorch project(a skeleton)☆736Updated 3 years ago
- ☆372Updated 4 years ago
- ☆34Updated last year
- ⭐⭐⭐FightingCV Paper Reading, which helps you understand the most advanced research work in an easier way 🍀 🍀 🍀☆822Updated 2 years ago
- 【PyTorch】手把手教你跑通第一个神经网络☆271Updated 2 years ago
- ☆45Updated 4 years ago
- Multi-task learning using uncertainty to weigh losses for scene geometry and semantics, Auxiliary Tasks in Multi-task Learning☆635Updated 5 years ago
- 《跟我一起深度学习》@月来客栈 出品☆227Updated 2 months ago
- wirte simple models by pytorch,such as lstm/gru/bilstm☆38Updated 3 years ago
- 全中文注释.(The loss function of retinanet based on pytorch).(You can use it on one-stage detection task or classifical task, to solve data …☆488Updated last year
- Self-attention、Non-local、SE、SK、CBAM、DANet☆484Updated 3 years ago
- Gitbook Address: https://app.gitbook.com/@nlpgroup/s/nlpnote/☆158Updated 4 years ago
- ☆62Updated 6 years ago
- Latex-format paper templates, including Elsevier, arXiv and IEEE Access.☆287Updated 3 years ago
- assistant tools for attention visualization in deep learning☆1,226Updated 3 years ago
- Pytorch Implementations of large number classical backbone CNNs, data enhancement, torch loss, attention, visualization and some common…☆1,138Updated 3 years ago
- To be the world's best PyTorch project template.☆514Updated 2 years ago
- 深度学习总结,包含基础知识、目标检测、目标跟踪、目标分类,深度学习八股文,相关竞赛等☆251Updated 3 years ago
- 龙曲良《PyTorch深度学习》学习笔记及代码☆70Updated 2 years ago
- Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)☆427Updated 4 years ago
- ☆235Updated 6 months ago
- ☆272Updated 4 years ago
- Transformer Encoder PyTorch note☆120Updated 2 years ago
- Trajectory Prediction by RNN☆12Updated 5 years ago
- 这个是利用pytorch中的torchvision实现的一个maskrcnn的目标检测和实例分割的小例子☆114Updated 5 years ago
- 用于pytorch的图像分类,包含多种模型方法,比如AlexNet,VGG,GoogleNet,ResNet,DenseNet等等,包含可完整运行的代码。除此之外,也有colab的在线运行代码,可以直接在colab在线运行查看结果。也可以迁移到自己的数据集进行迁移学习。☆242Updated last year