BrooksGan's Stars
chatanywhere/GPT_API_free
Free ChatGPT API Key,免费ChatGPT API,支持GPT4 API(免费),ChatGPT国内可用免费转发API,直连无需代理。可以搭配ChatBox等软件/插件使用,极大降低接口使用成本。国内即可无限制畅快聊天。
tensorflow/probability
Probabilistic reasoning and statistical analysis in TensorFlow
franrruiz/shopper-src
Code for Shopper, a probabilistic model of shopping baskets
rodonn/nested-factorization
Implementation of "Counterfactual Inference for Consumer Choice Across Many Product Categories"
roboticcam/machine-learning-notes
My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (2000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(2000+页)和视频链接
dadaromeo/recsys-hpf
Movies Recommendation with Hierarchical Poisson Factorization in Edward
david-cortes/hpfrec
Python implementation of 'Scalable Recommendation with Hierarchical Poisson Factorization'.
wangjs9/Aligned-dPM
PyTorch implementation of experiments in the paper Aligning Language Models with Human Preferences via a Bayesian Approach
Kensuke-Hinata/statistic
collecting books, papers and docs.
Zephery/weibo_get
python 基于新浪微博sdk的获取最新公共微博
foreverxujiahuan/lstm_text_classification
pytorch实现的LSTM简易文本分类(附代码详解)
DLLXW/MultiClassify_LSTM_ForChinese
本项目主要是利用LSTM来对中文文本进行情感分类,包含四个类别(愤怒,焦虑,抑郁,伤感)
X-jun-0130/Easy_Lstm_Cnn
Lstm+Cnn 预训练词向量 文本分类
linguishi/chinese_sentiment
中文情感分析,CNN,BI-LSTM,文本分类
jhao104/proxy_pool
Python ProxyPool for web spider
DeerZhifan/Clustering-Algorithms
基于Python实现了K-Means、GMM、DBSCAN、AGNES等四种常见的聚类算法
Snowing-ST/Exploring-Data-Analysis
探索性数据分析期末报告,text clustering with Kmeans/GMM/NMF
frankhlchi/text-clustering-with-GMM
ownthink/Jiagu
Jiagu深度学习自然语言处理工具 知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类
zhanzecheng/Chinese_segment_augment
python3实现互信息和左右熵的新词发现
Rayarrow/New-Word-Discovery
新词发现 基于词频、凝聚系数和左右邻接信息熵
DenseAI/kaitian-xinci
开天-新词,中文新词发现工具,Chinese New Word Discovery Tool
hausofliufeng/new-word-detection
中文新词发现
impltrait/New_word_discovery
中文新词发现
bojone/word-discovery
速度更快、效果更好的中文新词发现
Sniper970119/dianping_spider
大众点评爬虫(全站可爬,解决动态字体加密,非OCR)。持续更新
wistbean/learn_python3_spider
python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式爬虫,爬虫项目实战实例等
dataabc/weiboSpider
新浪微博爬虫,用python爬取新浪微博数据
DengBoCong/nlp-paper
自然语言处理领域下的相关论文(附阅读笔记),复现模型以及数据处理等(代码含TensorFlow和PyTorch两版本)
fxsjy/jieba
结巴中文分词