Pinned Repositories
ai_chitchat
一个闲聊型的AI机器人对话系统。
BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
geektime-ELK
ELK Training
generate-question
generate question based on rules
hanzi_char_featurizer
汉字字符特征提取器 (featurizer),提取汉字的特征(发音特征、字形特征)用做深度学习的特征 | A Chinese character feature extractor, which extracts the features of Chinese characters (pronunciation features, glyph features) as features for deep learning
MachineLearningInAction
nlp-research
nlp 相关算法 记录 研究 感悟
nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
rasa_ch_faq
用 rasa 实现 rasa demo 机器人,有一些惊奇的功能,faq,图谱,多轮等
rasa_chinese_book_code
《Rasa实战:构建开源对话机器人》官方随书代码 | The official source code of Rasa in Action: Building Open Source Conversational AI
johnsondiao0521's Repositories
johnsondiao0521/hanzi_char_featurizer
汉字字符特征提取器 (featurizer),提取汉字的特征(发音特征、字形特征)用做深度学习的特征 | A Chinese character feature extractor, which extracts the features of Chinese characters (pronunciation features, glyph features) as features for deep learning
johnsondiao0521/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
johnsondiao0521/Play-with-Data-Structures
Codes of my MOOC Course <Play Data Structures in Java>. Updated contents and practices are also included. 我在慕课网上的课程《Java语言玩转数据结构》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
johnsondiao0521/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
johnsondiao0521/albert_pytorch
ALBERT: 缩小的BERT,但效果却比BERT好
johnsondiao0521/generate-question
generate question based on rules
johnsondiao0521/geektime-ELK
ELK Training
johnsondiao0521/stopwords
中文常用停用词表(哈工大停用词表、百度停用词表等)
johnsondiao0521/MusicRecSys
johnsondiao0521/news-search-engine
新闻搜索引擎
johnsondiao0521/ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
johnsondiao0521/Play-Leetcode
My Solutions to Leetcode problems. All solutions support C++ language, some support Java and Python. Multiple solutions will be given by most problems. Enjoy:) 我的Leetcode解答。所有的问题都支持C++语言,一部分问题支持Java语言。近乎所有问题都会提供多个算法解决。大家加油!:)
johnsondiao0521/coding_interviews
《剑指Offer》题目汇总&常考题总结(Python实现)
johnsondiao0521/play-with-data-structures-python
python implementation of some most common data structures
johnsondiao0521/MachineLearningInAction
johnsondiao0521/geektime-spring-family
极客时间视频课程《玩转Spring全家桶》
johnsondiao0521/python_in_ddd
用python简单实现ddd分层架构,记录下学习
johnsondiao0521/QASystemOnMedicalKG
A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。
johnsondiao0521/JXQuant
该库主要分享“匠芯量化”公众号内的策略源码,更多策略细节请关注微信公众号:“匠芯量化”(微信搜索公众号“jxquant”)。
johnsondiao0521/iBooks
计算机图书,java,mysql,架构类,web
johnsondiao0521/reading-list
share my read book
johnsondiao0521/IDDD_Samples
These are the sample Bounded Contexts from the book "Implementing Domain-Driven Design" by Vaughn Vernon: http://vaughnvernon.co/?page_id=168
johnsondiao0521/ByteartRetail
一个演示.NET企业应用开发技术以及领域驱动设计的案例代码,业务背景是一个简单的在线零售系统。