Stars
Stable Diffusion web UI
Data Apps & Dashboards for Python. No JavaScript Required.
手写实现李航《统计学习方法》书中全部算法
A Python scikit for building and analyzing recommender systems
A collection of important graph embedding, classification and representation learning papers with implementations.
Deep learning for recommender systems
A python library for implementing a recommender system
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).
A curated list of gradient boosting research papers with implementations.
A parallel implementation of "graph2vec: Learning Distributed Representations of Graphs" (MLGWorkshop 2017).
AI virtual human bot framework(public)
自动更新 hosts 文件的 IP 地址,缓解中国大陆访问 GitHub 及其相关服务时遇到的网络问题
The TensorFlow reference implementation of 'GEMSEC: Graph Embedding with Self Clustering' (ASONAM 2019).
🌟【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision Tree 决策树 | Random Forest 随机森林 | DBDT | GDA 高斯判别分析 | PCA 主成…
一些机器学习算法的demo。普通最小二乘法,决策树(Iris鸢尾花数据集),KNN(mnist手写数字数据集),朴素贝叶斯分类西瓜数据集,trec06c数据集垃圾邮件分类(spam),逻辑斯蒂回归,随机梯度下降SGD与全梯度下降的对比,mnist���8和9的二分类,泰坦尼克号数据集。