Pinned Repositories
AI-Comp
AI-Challenger Baseline 细粒度用户评论情感分析
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
bert
TensorFlow code and pre-trained models for BERT
bert-as-service
Mapping a variable-length sentence to a fixed-length vector using BERT model
BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
ChineseNER-cnn-rnn
基于BiLSTM+CRF 和膨胀卷积 实现
funNLP
中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌&零件词库、时间抽取、连续英文切割、中文词向量大全、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据。
NER_entityRelationExtration
实体识别和关系抽取的联合模型
NLP-Text
NLP的一些小例子,如:文本分类、文本纠错、关键词提取、自动摘要等
NeilGY's Repositories
NeilGY/NER_entityRelationExtration
实体识别和关系抽取的联合模型
NeilGY/NLP-Text
NLP的一些小例子,如:文本分类、文本纠错、关键词提取、自动摘要等
NeilGY/ChineseNER-cnn-rnn
基于BiLSTM+CRF 和膨胀卷积 实现
NeilGY/funNLP
中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌&零件词库、时间抽取、连续英文切割、中文词向量大全、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据。
NeilGY/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
NeilGY/AI-Comp
AI-Challenger Baseline 细粒度用户评论情感分析
NeilGY/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
NeilGY/bert
TensorFlow code and pre-trained models for BERT
NeilGY/bert-as-service
Mapping a variable-length sentence to a fixed-length vector using BERT model
NeilGY/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
NeilGY/bert-utils
BERT生成句向量,BERT做文本分类、文本相似度计算
NeilGY/china_regions
最全最新**省,市,地区json及sql数据
NeilGY/CnToNumber
金额转换工具
NeilGY/cosine-lsh-join-spark
Approximate Nearest Neighbors in Spark
NeilGY/eat_tensorflow2_in_30_days
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
NeilGY/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
NeilGY/HanLP
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁
NeilGY/keras-mmoe
A TensorFlow Keras implementation of "Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts" (KDD 2018)
NeilGY/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
NeilGY/OUCML
NeilGY/rasa_core
🤖 Open source chatbot framework with machine learning-based dialogue management - Build contextual AI assistants
NeilGY/service-streamer
Boosting your Web Services of Deep Learning Applications.
NeilGY/slot_filling_intent_joint_model
attention based joint model for intent detection and slot filling
NeilGY/so-vits-svc
SoftVC VITS Singing Voice Conversion
NeilGY/SparrowRecSys
A Deep Learning Recommender System
NeilGY/TensorFlow_Engineering_Implementation
The source code and dataset about <Deep Learning - Best Practices on TensorFlow Engineering Implementation>
NeilGY/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
NeilGY/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need