qingyujean / Classification-on-imbalanced-data
数据极度不均衡时的一个二分类实现,在weighted class,oversampling,focal loss等解决方式上进行了验证和对比;并对focal loss进行了调参
☆12Updated 4 years ago
Alternatives and similar repositories for Classification-on-imbalanced-data:
Users that are interested in Classification-on-imbalanced-data are comparing it to the libraries listed below
- 基于tf.keras的多标签多分类模型☆87Updated 3 years ago
- 天池-Datawhale 零基础入门NLP-新闻文本分类 最终榜Top10分享☆59Updated 4 years ago
- 当样本分布发生变化时,交叉验证无法准确评估模型在测试集上的效果,这时候需要其他构造验证集的方法来应对。☆51Updated 5 years ago
- 2020厦门国际银行数创金融杯建模大赛-优胜奖方案☆10Updated 4 years ago
- 文本分类, 双向lstm + attention 算法☆90Updated 4 years ago
- pytorch实现的基于attention is all your need提出的Q,K,V的attention模板和派生的attention实现。☆21Updated 5 years ago
- 深度学习相关的实例☆40Updated 5 years ago
- Text classification in Tensorflow1.x☆24Updated 2 years ago
- 首届中国心电智能大赛决赛阶段解决方案-公开版 比赛网址 http://mdi.ids.tsinghua.edu.cn/☆10Updated 5 years ago
- 基于 pytorch 的 bert 实现和下游任务微调☆50Updated 2 years ago
- 基于pytorch的不平衡数据的文本分类☆11Updated 3 years ago
- ☆12Updated 2 years ago
- 科技金融应用:欺诈风险识别☆16Updated 2 years ago
- ☆22Updated 2 years ago
- Summary and comparison of Chinese classification models☆34Updated 2 years ago
- 第十届大学生服务外包大赛--A01商品短文本分类。基于CNN、Bi-LSTM、Attention、Adversarial等方法实现商品短文本分类任务,并基于Flask开发Web版本的交互演示界面。☆28Updated 2 years ago
- 《机器学习之类别不平衡问题》文章代码☆48Updated 6 years ago
- A simple implement for multi-label text classification with Bert. I will extend the code to a higher version for very long text over 512,…☆11Updated 3 years ago
- ☆21Updated 4 years ago
- 论文模型复现☆42Updated 2 years ago
- 文本分类baseline:BERT、半监督学习UDA、对抗学习、数据增强☆102Updated 4 years ago
- 基于PyTorch使用迁移学习完成项目☆59Updated 6 years ago
- ChallengeHub开源的各大比赛baseline集合☆81Updated 3 years ago
- Implementation of some unbalanced loss like focal_loss, dice_loss, DSC Loss, GHM Loss et.al☆259Updated 2 years ago
- 学习并复现经典的推荐系统多目标任务,如:SharedBottom、ESMM、MMoE、PLE☆35Updated 2 years ago
- 基于用户画像的商品推荐挑战赛Rank5☆23Updated 3 years ago
- 在sts数据集上用多头注意力机制上进行测试。 pytorch torchtext 代码简练,非常适合新手了解多头注意力机制的运作。不想transformer牵扯很多层 multi-head attention + one layer linear☆17Updated 6 months ago
- 记录python,pytorch,git等工具的学习过程,主要是对该工具常用部分进行实践 。☆41Updated 7 months ago
- 该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。☆90Updated 6 years ago
- 基于pytorch框架,针对文本分类的机器学习项目,集成多种算法(xgboost, lstm, bert, mezha等等),提供基础数据集,开箱即用,方便自己二次拓展,持续更新☆29Updated 2 years ago