Pinned Repositories
awesome-python-cn
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由伯乐在线持续更新。
Basic4AI
(代码+实例)机器学习、深度学习、自然语言处理等人工智能基础知识总结。
cnn_lstm_for_text_classify
CNN,LSTM中文文本分类
Cognitive-Emotion-Python
Python SDK for the Microsoft Emotion API, part of Cognitive Services
CSBook
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
dartgate
基于github和dart的web编程
Deep-Learning-Experiments
Notes and experiments to understand deep learning concepts
deeplearningbook-chinese
Deep Learning Book Chinese Translation
design_QA
自动测试问卷设计
django_ajax
quitthink's Repositories
quitthink/zhihu-oauth
尝试解析出知乎官方未开放的 OAuth2 接口,并提供优雅的使用方式,作为 zhihu-py3 项目的替代者,目前还在实验阶段
quitthink/dudulu
APIs of text mining
quitthink/papers
paper comments
quitthink/paperslearn
quitthink/zhihu-py3
Zhihu UNOFFICIAL API library in python3, with help of bs4, lxml, requests and html2text.
quitthink/Readpaper
Sentiment/Learning Analytics
quitthink/SentimentAnalysis_LexiconGeneration
Corpus based automated lexicon generation for sentiment analysis
quitthink/SentimentPolarityAnalysis
情感极性分析repository1:基于情感词典、k-NN、Bayes、最大熵、SVM的情感极性分析。
quitthink/Emotion-Recognition-Using-SVMs
A software which detect a human face through live webcam feed and identifies the emotion of the person (i.e. the person is happy or sad).
quitthink/word2vec-sentiments
Tutorial for Sentiment Analysis using Doc2Vec in gensim (or "getting 87% accuracy in sentiment analysis in under 100 lines of code")
quitthink/Valence-2-2
Valence 2-2: Lexicon based sentiment analysis model in Python. Works at the sentence level.
quitthink/Sentiment
基于情感词典和朴素贝叶斯算法实现中文文本情感分类