Pinned Repositories
AI-Conference-Papers
AI-Surveys
整理AI相关领域的一些综述
awesome-deeplearning-nlp-papers
A curated list of Deep learning and NLP must read papers
BERT_and_Beyond
NLP预训练模型手册
Kick_AI_Interview
整理了机器学习、深度学习、自然语言处理面试中高频知识点,并提供个人答案(仅供参考)。
Kick_Algorithm
NLP-RoadMap
📚 机器学习、深度学习、自然语言处理学习路线图 及 AI方向学习资源、工具
relation_extraction
A Repository for relation_extraction task
text_claasification
What_Worth_Reading
每周记录,关于AI,关于NLP,或其他有趣的阅读。
KaiyuanGao's Repositories
KaiyuanGao/AI-Surveys
整理AI相关领域的一些综述
KaiyuanGao/NLP-RoadMap
📚 机器学习、深度学习、自然语言处理学习路线图 及 AI方向学习资源、工具
KaiyuanGao/text_claasification
KaiyuanGao/Kick_Algorithm
KaiyuanGao/awesome-deeplearning-nlp-papers
A curated list of Deep learning and NLP must read papers
KaiyuanGao/Kick_AI_Interview
整理了机器学习、深度学习、自然语言处理面试中高频知识点,并提供个人答案(仅供参考)。
KaiyuanGao/AI-Conference-Papers
KaiyuanGao/BERT_and_Beyond
NLP预训练模型手册
KaiyuanGao/What_Worth_Reading
每周记录,关于AI,关于NLP,或其他有趣的阅读。
KaiyuanGao/relation_extraction
A Repository for relation_extraction task
KaiyuanGao/ML-algorithm
机器学习算法
KaiyuanGao/name_entity_recognition
KaiyuanGao/StarWars_KG
KaiyuanGao/awesome-papers
Papers & presentations from Hugging Face's weekly science day
KaiyuanGao/NLP-Models-Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems.
KaiyuanGao/awesome-algorithm
LeetCode, HackRank, 剑指offer, classic algorithm implementation
KaiyuanGao/awesome-bert-nlp
A curated list of NLP resources focused on BERT, attention mechanism, Transformer networks, and transfer learning.
KaiyuanGao/bert
TensorFlow code and pre-trained models for BERT
KaiyuanGao/bot-on-anything
Connect AI models (like chatgpt) to apps (like Wechat, public account, DingTalk, Telegram, QQ). 将 ChatGPT 等算法模型应用于各类平台,目前已完成命令行、个人微信、公众号,计划接入Web、企业微信、钉钉、Telegram、QQ等。
KaiyuanGao/decaNLP
The Natural Language Decathlon: A Multitask Challenge for NLP
KaiyuanGao/ERNIE
An Implementation of ERNIE For Language Understanding (including Pre-training models and Fine-tuning tools)
KaiyuanGao/faceswap
Non official project based on original /r/Deepfakes thread. Many thanks to him!
KaiyuanGao/finch
Deep NLP Examples in TensorFlow 1
KaiyuanGao/jieba_analyse
KaiyuanGao/KaiyuanGao.github.io
KaiyuanGao/neuralcoref
✨Fast Coreference Resolution in spaCy with Neural Networks
KaiyuanGao/nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
KaiyuanGao/Python
All Algorithms implemented in Python
KaiyuanGao/pytorch-pretrained-BERT
The Big-&-Extending-Repository-of-Transformers: Pretrained PyTorch models for Google's BERT, OpenAI GPT & GPT-2, Google/CMU Transformer-XL.
KaiyuanGao/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow