fmc123653 / Deep-learningLinks
Share some deep learning knowledge and reproduce the model framework
☆30Updated 3 years ago
Alternatives and similar repositories for Deep-learning
Users that are interested in Deep-learning are comparing it to the libraries listed below
Sorting:
- 使用pytorch完成的一个多模态分类任务,文本和图像部分分别使用了bert和resnet提取特征(在config里可以组合多种模型),在我的小规模数据集上取得了良好的性能(验证集acc96%)☆80Updated 2 years ago
- ☆126Updated 2 months ago
- Transformer在CV和NLP领域的变体模型的从零解读:Transformer;VIT;Swin Transformer☆332Updated 3 years ago
- 多模态情感分析——基于BERT+ResNet的多种融合方法☆318Updated 2 years ago
- submission file of elsevier.☆135Updated 2 years ago
- 这里用来存储做人工智能项目的代码和参加数据挖掘比赛的代码☆102Updated 3 weeks ago
- Code for UniS-MMC: Multimodal Classification via Unimodality-supervised Multimodal Contrastive Learning (ACL 2023)☆36Updated last year
- a super easy clip model with mnist dataset for study☆132Updated last year
- 细粒度图像分类之十二猫分类,对比ResNet和ViT两者模型性能。☆44Updated 3 years ago
- 多模态数据融合:为了完成多模态数据融合,首先利用VGG16网络和cifar10数据集完成多输入网络的分类,在VGG16的基础之上,将前三层特征提取网络作为不同输入的特征提取网络,在中间层进行特征拼接,后面的卷积层用于提取融合特征,最后加上全连接层。该网络稍作修改就能同时提取…☆96Updated 4 years ago
- 学习深度学习不如边写代码边学习,实际操作一遍才能理解数据的变换过程,参数的训练过程,这里整合了B站的jupter代码,可以结合着B站的视频边看边练,希望能对大家有帮助。☆136Updated 2 years ago
- transformer,机器翻译,中文--英文☆81Updated 2 years ago
- Pytorch_Learning_Notes☆104Updated 5 months ago
- 本项目采用多模态特征融合和引入外部知识的方式来检测短视频谣言,创新性地引入了对比学习的方式实现了谣言的区分☆23Updated last year
- Implementation of some unbalanced loss like focal_loss, dice_loss, DSC Loss, GHM Loss et.al☆266Updated 2 years ago
- ☆34Updated 11 months ago
- A Transformer Framework Based Translation Task☆153Updated 2 months ago
- A demo of image classification with PyTorch DDP (DistributedDataParallel) and AMP (Automatic Mixed Precision) modules.☆69Updated last year
- 采用SVM方法,对美国威斯康星州的乳腺癌诊断数据集进行分类,最终实现一个针对乳腺癌检测的分类器☆27Updated 5 years ago
- 博客配套视频链接: https://space.bilibili.com/383551518?spm_id_from=333.1007.0.0 b 站直接看 配套 github 链接:https://github.com/nickchen121/Pre-trainin…☆440Updated 3 years ago
- Code for the paper 'Dynamic Multimodal Fusion'☆114Updated 2 years ago
- 多模态情感分析☆17Updated 2 years ago
- Quality-aware multimodal fusion on ICML 2023☆109Updated last month
- ☆10Updated 9 months ago
- A published large-scale dataset - Weibo User Depression Detection Dataset.☆91Updated 2 weeks ago
- 李宏毅GAN课程cGAN动漫人物头像生成实现代码(含训练数据)☆37Updated 3 years ago
- Z Lab数据实验室开源代码汇总☆208Updated last year
- Transformer是谷歌在17年发表的Attention Is All You Need 中使用的模型,经过这些年的大量的工业使用和论文验证,在深度学习领域已经占据重要地位。Bert就是从Transformer中衍生出来的语言模型。我会以中文翻译英文为例,来解释Tran…☆271Updated last year
- 中山大学2022届本科生毕业论文《基于注意力机制和图卷积神经网络的多任务谣言检测》代码实现和baseline代码。现采用BERT作为编码器,实现了新的模型。☆55Updated 5 months ago
- GAIIC赛道一:影像学 NLP — 医学影像诊断报告生成 [A100换你大棚甜瓜 Rank-12 方案]☆67Updated 2 years ago