关于机器学习,深度学习,自然语言处理等各种算法的实现、示例,与博客文章配套,论文复现等
☆212Sep 4, 2022Updated 3 years ago
Alternatives and similar repositories for Magic-NLPer
Users that are interested in Magic-NLPer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 机器学习大作业--复现论文☆31May 21, 2019Updated 6 years ago
- ChineseNMT: Translate English to Chinese with PyTorch Implementation of Transformer☆498Mar 20, 2023Updated 3 years ago
- NLP方向的论文代码复现☆14Jul 15, 2020Updated 5 years ago
- 中文命名实体识别,采用bilstm+crf模型基于Pytorch实现☆10Feb 28, 2020Updated 6 years ago
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆131Oct 9, 2021Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 基于“音形码”的中文字符串相似度计算方法☆226Jul 24, 2020Updated 5 years ago
- 纯Python实现的深度学习框架,帮助你理解底层细节斩获offer☆21Aug 26, 2022Updated 3 years ago
- pytorch实现 基于Bert+BiLSTM+CRF的中文命名实体识别☆45May 5, 2021Updated 5 years ago
- 基于Pytorch框架的中文命名实体识别(NER)模型,包含lstm和Bert两种模型的实现☆14Apr 19, 2022Updated 4 years ago
- ☆15May 9, 2024Updated last year
- 垃圾邮件检测 词袋模型+机器学习、word2vec+cnn☆19Jul 11, 2019Updated 6 years ago
- Pytorch implementation of 'Commonsense Knowledge Aware Conversation Generation with Graph Attention'☆26Jul 25, 2024Updated last year
- 基于自由度(熵)、凝固度 新词发现算法实现☆12Oct 7, 2018Updated 7 years ago
- UCAS COURSES - 2021 (Computer Architecture)☆11Jul 7, 2022Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 基于Adversarial Attack的问题等价性判别比赛☆13Dec 5, 2019Updated 6 years ago
- ISPRS第一技术委员会多模态遥感应用算法智能解译大赛-变化检测赛道解决方案☆20Jun 29, 2025Updated 10 months ago
- 使用BERT预训练语言模型获取评论文本的向量表示,通过Bi-GRU网络学习其中的语义特征,分别采用情感权重和注意力机制来为评论向量分配权重,动态调节其对用户特征和产品特征的影响程度,并以加权求和的方式获得用户特征和产品特征,最后利用DeepFM算法对用户特征和产品特征进行深…☆16Mar 28, 2023Updated 3 years ago
- 百度2021年语言与智能技术竞赛多形态信息抽取赛道关系抽取部分torch版baseline☆51Apr 14, 2021Updated 5 years ago
- 采用bert进行事件抽取,[cls]进行事件分类,最后一层向量进行序列标注,两个任务同时训练。☆13Jun 7, 2021Updated 4 years ago
- Implementation of QKVAE☆11Feb 24, 2023Updated 3 years ago
- 中国科学院大学2020年课程资料 UCAS 国科大☆33Jan 11, 2021Updated 5 years ago
- [ACL 2020] Code and data for our paper "Enhancing Machine Translation with Dependency-Aware Self-Attention"☆23Aug 4, 2020Updated 5 years ago
- Facebook faiss相关的python接口☆15Mar 2, 2020Updated 6 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- Implement EGES by pytorch.☆19Aug 11, 2021Updated 4 years ago
- Two-stage text summarization with BERT and BART☆11Jan 5, 2022Updated 4 years ago
- Code for paper "Cross-lingual Transfer for Text Classification with Dictionary-based Heterogeneous Graph", EMNLP 2021 - findings.☆13Dec 14, 2021Updated 4 years ago
- 这是2022年生医杯中文电子病历命名实体识别与关系抽取的项目☆29Aug 20, 2022Updated 3 years ago
- 💯💯💯 关于研究生入学考试-中国科学院大学计算机学硕 的学习指南与资源分享。☆14Jul 28, 2019Updated 6 years ago
- ☆21Aug 25, 2021Updated 4 years ago
- NLP常见任务实现(pytorch版)☆129Jun 21, 2020Updated 5 years ago
- JavaWeb实现的优优图书商城☆10Aug 8, 2014Updated 11 years ago
- 基于Bart语言模型的指针生成网络,用于中文语法纠错任务☆16Sep 8, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- [ACL2023] Source code for Dialogue Summarization with Static-Dynamic Structure Fusion Graph☆11Dec 17, 2023Updated 2 years ago
- Code for "Contextualized Embeddings in Named-Entity Recognition", ECIR 2020☆13Jul 25, 2024Updated last year
- 机器学习与深度学习算法示例☆106Jul 7, 2020Updated 5 years ago
- 这是使用pytoch 实现的长文本分类器☆45Jul 24, 2019Updated 6 years ago
- A series of models applying memory augmented neural networks to machine translation☆15May 3, 2018Updated 8 years ago
- 多模态数据融合:为了完成多模态数据融合,首先利用VGG16网络和cifar10数据集完成多输入网络的分类,在VGG16的基础之上,将前三层特征提取网络作为不同输入的特征提取网络,在中间层进行特征拼接,后面的卷积层用于提取融合特征,最后加上全连接层。该网络稍作修改就能同时提取…☆102Sep 25, 2020Updated 5 years ago
- ☆12Jul 14, 2021Updated 4 years ago