Pinned Repositories
ChineseNlpCorpus
搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。
CNN_ChineseTextBinaryClassify
deep_learning
Basic Deep Learning
DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为15个章节,近20万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
deepnlp
Deep Learning NLP Pipeline implemented on Tensorflow
fastText.py
A Python interface for Facebook fastText
JData
京东JData算法大赛-高潜用户购买意向预测入门程序(starter code)
SpamMessagesLR
垃圾短信分类代码
text_classification
all kinds of text classificaiton models and more with deep learning
WordEmbedding
有关词向量相关的知识,例如:word2vec、ELMo
x-hacker's Repositories
x-hacker/CNN_ChineseTextBinaryClassify
x-hacker/WordEmbedding
有关词向量相关的知识,例如:word2vec、ELMo
x-hacker/ChineseNlpCorpus
搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。
x-hacker/500lines
500 Lines or Less
x-hacker/9GAG
Android unofficial REST Client of 9GAG.
x-hacker/anafora
Anafora is a web-based raw text annotation tool
x-hacker/bert
TensorFlow code and pre-trained models for BERT
x-hacker/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
x-hacker/dgcnn_for_reading_comprehension
keras implement of dgcnn for reading comprehension
x-hacker/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
x-hacker/faiss
A library for efficient similarity search and clustering of dense vectors.
x-hacker/from_coder_to_expert
2019年最新总结,从程序员到CTO,从专业走向卓越,分享大牛企业内部pdf与PPT
x-hacker/fullstack-data-engineer
全栈数据工程师养成攻略
x-hacker/fuzzywuzzy
Fuzzy String Matching in Python
x-hacker/How-to-Deploy-a-Tensorflow-Model-in-Production
This is the code for the "How to Deploy a Tensorflow Model in Production" by Siraj Raval on YouTube
x-hacker/learning_to_rank
利用lightgbm做(learning to rank)排序学习,包括数据处理、模型训练、模型决策可视化、模型可解释性以及预测等。
x-hacker/MachineLearning
Machine learning resources,including algorithm, paper, dataset, example and so on.
x-hacker/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
x-hacker/MLDemo
This repo is all the machine learning related project codes and their corresponding blog posts at the graduate level.
x-hacker/nlp_course
YSDA course in Natural Language Processing
x-hacker/NLP_DataSet
搜集NLP任务相关辅助数据集
x-hacker/onefraction
React/ApolloGraphQL/Node/Mongo demo written in Typescript
x-hacker/Palmetto
Palmetto is a quality measuring tool for topics
x-hacker/pkuseg-python
python版本:领域细分的中文分词工具,简单易用,跟现有开源工具相比提高了分词的准确率。
x-hacker/rec_system
推荐系统,内含主流模型,不定期更新模型
x-hacker/Reco-papers
Classic papers and resources on recommendation
x-hacker/Spellcorrection
搜索引擎多候选词推荐
x-hacker/Structured-Self-Attention
A Structured Self-attentive Sentence Embedding
x-hacker/TextMining
某电商手机评论的文本挖掘初体验 功能板块:数据预处理、LDA模型获取特征词、情感极性判断与程度计算、回归模型预测销量排序
x-hacker/wide-and-deep-learning-keras
Wide and Deep Learning implemented with Keras