Simple implementations of NLP models. Tutorials are written in Chinese on my website https://mofanpy.com
☆955May 22, 2023Updated 2 years ago
Alternatives and similar repositories for NLP-Tutorials
Users that are interested in NLP-Tutorials are comparing it to the libraries listed below
Sorting:
- Build your neural network easy and fast, 莫烦Python中文教学☆8,445Mar 23, 2023Updated 2 years ago
- Natural Language Processing Tutorial for Deep Learning Researchers☆14,857Feb 21, 2024Updated 2 years ago
- Tensorflow 2.0 toy examples☆212May 13, 2020Updated 5 years ago
- Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)☆10,175Jul 15, 2025Updated 7 months ago
- 总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力☆7,464Aug 24, 2022Updated 3 years ago
- style mixing for animation face☆49Jan 25, 2021Updated 5 years ago
- Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学☆4,348Oct 31, 2020Updated 5 years ago
- Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学☆9,436Mar 31, 2024Updated last year
- 此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。☆17,488Jan 9, 2026Updated last month
- 该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记☆4,020Aug 18, 2023Updated 2 years ago
- 复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!☆2,795Aug 30, 2025Updated 5 months ago
- keras implement of transformers for humans☆5,421Nov 11, 2024Updated last year
- 100+ Chinese Word Vectors 上百种预训练中文词向量☆12,183Oct 30, 2023Updated 2 years ago
- 自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,b…☆1,539Sep 23, 2021Updated 4 years ago
- Documents, papers and codes related to Natural Language Processing, including Topic Model, Word Embedding, Named Entity Recognition, Tex…☆1,632Feb 11, 2026Updated 2 weeks ago
- NLP Paper☆593Feb 4, 2026Updated 3 weeks ago
- NLP上手教程☆6,242May 23, 2021Updated 4 years ago
- 中文语言理解测评基准 Chinese Language Understanding Evaluation Benchmark: datasets, baselines, pre-trained models, corpus and leaderboard☆4,230Feb 6, 2026Updated 3 weeks ago
- 收录NLP竞赛策略实现、各任务baseline、相关竞赛经验贴(当前赛事、往期赛事、训练赛)、NLP会议时间、常用自媒体、GPU推荐等,持续更新中☆2,237Aug 29, 2023Updated 2 years ago
- 此项目完成了关于 NLP-Beginner:自然语言处理入门练习 的所有任务,所有代码都经过测试,可以正常运行。☆1,401Aug 25, 2022Updated 3 years ago
- Macadam是一个以Tensorflow(Keras)和bert4keras为基础,专注于文本分类、序列标注和关系抽取的自然语言处理工具包。支持RANDOM、WORD2VEC、FASTTEXT、BERT、ALBERT、ROBERTA、NEZHA、XLNET、ELECTRA…☆327Mar 24, 2023Updated 2 years ago
- 中文自然语言推理数据集(A large-scale Chinese Nature language inference and Semantic similarity calculation Dataset)☆435Feb 10, 2020Updated 6 years ago
- pycorrector is a toolkit for text error correction. 文本纠错,实现了Kenlm,T5,MacBERT,ChatGLM3,Qwen2.5等模型应用在纠错场景,开箱即用。☆6,374Jan 12, 2026Updated last month
- MLNLP: This repository is a collection of AI top conferences papers (e.g. ACL, EMNLP, NAACL, COLING, AAAI, IJCAI, ICLR, NeurIPS, and ICML…☆2,651Oct 18, 2022Updated 3 years ago
- 机器学习相关教程☆12,796Dec 22, 2020Updated 5 years ago
- TensorFlow code and pre-trained models for BERT☆39,875Jul 23, 2024Updated last year
- 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal model…☆157,071Updated this week
- 中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽…☆79,098May 10, 2024Updated last year
- Datasets, SOTA results of every fields of Chinese NLP☆1,812Apr 7, 2022Updated 3 years ago
- 搜索所有中文NLP数据集,附常用英文NLP数据集☆4,419Nov 21, 2022Updated 3 years ago
- 汉语自然语言处理视频教程-开源学习资料☆1,727Sep 29, 2019Updated 6 years ago
- Evolutionary Algorithm using Python, 莫烦Python 中文AI教学☆1,232Nov 26, 2023Updated 2 years ago
- NLP超强入门指南,包括各任务sota模型汇总(文本分类、文本匹配、序列标注、文本生成、语言模型),以及代码、技巧☆1,830Oct 16, 2022Updated 3 years ago
- 搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。☆6,468Jan 29, 2019Updated 7 years ago
- 1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.☆337Aug 14, 2024Updated last year
- 《统计学习方法》的代码实现☆19,546Aug 22, 2023Updated 2 years ago
- An Open-Source Package for Neural Relation Extraction (NRE)☆4,449Jan 10, 2024Updated 2 years ago
- 中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。☆5,704Sep 23, 2020Updated 5 years ago
- 中文自然语言处理数据集,平时做做实验的材料。欢迎补充提交合并。☆4,575Nov 21, 2023Updated 2 years ago