SamaelChen / machine-learning-practice-codeLinks
hexo里练习的源码
☆32Updated 3 years ago
Alternatives and similar repositories for machine-learning-practice-code
Users that are interested in machine-learning-practice-code are comparing it to the libraries listed below
Sorting:
- 本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,…☆143Updated 6 years ago
- bert annotation, input and output for people from scratch, 代码注释, 有每一步的输入和输出, 适合初学者☆93Updated 2 years ago
- This repo contains a PyTorch implementation of a pretrained BERT model for text classification.☆105Updated 6 years ago
- 搜狐校园算法大赛baseline☆66Updated 6 years ago
- ☆131Updated 4 years ago
- 使用分层注意力机制 HAN + 多任务学习 解决 AI Challenger 细粒度用户评论情感分析 。https://challenger.ai/competition/fsauor2018☆58Updated 6 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.