当前位置:网站首页>[deep learning] multi task learning of multiple datasets data sets missing labels
[deep learning] multi task learning of multiple datasets data sets missing labels
2022-06-25 14:31:00 【XD742971636】
Data sets 1 Is the text emotion classification task data set , Data sets 2 Is a text subject classification dataset , The model is the same backbone, Can multiple datasets be applied to such a model of multiple tasks , If there is a good theoretical support , There will be 2 Advantages :
(1) A lot of multi task learning is about the same data set applied to different tasks , There is... In the middle of the task “ The lines ” The relationship between , It is conducive to the training of the model . Use the same... In this problem backbone, Will still get “ The lines ” The relationship between .
(2) Different datasets need not be labeled separately . Data missing mark problem .
You can see from these directions :
(1)Multi-Task Deep Neural Networks for Natural Language Understanding
(2)https://github.com/xingyizhou/UniDet
Reference resources :
Introduction to multi task learning in deep learning
Multi-Task Deep Neural Networks for Natural Language Understanding
Can I input multiple data sets and train multiple tasks at the same time
https://github.com/xingyizhou/UniDet
边栏推荐
- Page 112 machine learning - review of fundamentals of mathematics pptx
- Discriminative v.s.Generative
- Reading the "clean" series for the first time, I didn't think it was a good book
- 两种方法实现pycharm中代码回滚到指定版本(附带截图展示)
- 2020-03-20
- 【深度学习】多标签学习
- Kubernetes understands kubectl/ debugging
- Clinical Chemistry | 张建中/徐健开发幽门螺杆菌单细胞精准诊疗技术
- oracle数据库常用的函数总结
- Pourquoi les programmeurs devraient - ils être plus doux?
猜你喜欢

重磅!国产 IDE 发布,由阿里研发,完全开源!(高性能+高定制性)

Pourquoi les programmeurs devraient - ils être plus doux?
![[untitled] the CMD command window displays' NPM 'which is not an internal or external command](/img/db/b1ae4b0d1110af1e24887ba3b4fe16.jpg)
[untitled] the CMD command window displays' NPM 'which is not an internal or external command

第一次读 “Clean” 系列,并没有觉得这是一本多好的书

关于win10 版本kicad 卡死的问题, 版本6.x

Share the code technology points and software usage of socket multi client communication

Reading the "clean" series for the first time, I didn't think it was a good book

中国电池技术取得重大突破,日韩美都落后了,中国巩固了领先优势

两种方法实现pycharm中代码回滚到指定版本(附带截图展示)

Uniapp cloud packaging app
随机推荐
Partager les points techniques de code et l'utilisation de logiciels pour la communication Multi - clients socket que vous utilisez habituellement
JS get the height and width corresponding to the box model (window.getcomputedstyle, dom.getboundingclientrect)
Renix perf: detailed explanation of IP network performance test tools and test case parameters
Solving error: creating window glfw error: glew initialization error: missing GL version
New good friend Pinia, leading the new era of state management
'NVIDIA SMI' is not an internal or external command, nor is it a runnable program or batch file
Let and const commands
Why should programmers be softer?
Golang project dependency management tool go vendor, go Mod
如何在 2022 年为 Web 应用程序选择技术堆栈
Which is better and safer, GF easy gold rush or flush
Async await to achieve sleep waiting effect
Does stream even have application advanced learning? As a programmer, you know what
How to view the Chrome browser plug-in location
Encapsulating functions and event handling
【深度学习】多标签学习
Heavyweight! The domestic IDE is released and developed by Alibaba. It is completely open source! (high performance + high customization)
To make pytorch faster, you need to master these 17 methods
Shell operator
【深度学习】多任务学习 多个数据集 数据集漏标