一些机器学习算法的demo。普通最小二乘法,决策树(Iris鸢尾花数据集),KNN(mnist手写数字数据集),朴素贝叶斯分类西瓜数据集,trec06c数据集垃圾邮件分类(spam),逻辑斯蒂回归,随机梯度下降SGD与全梯度下降的对比,mnist中8和9的二分类,泰坦尼克号数据集。
☆193Oct 21, 2018Updated 7 years ago
Alternatives and similar repositories for ML_demo
Users that are interested in ML_demo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A third-party implementation of paper《SpellGCN: Incorporating Phonological and Visual Similarities into Language Models for Chinese Spell…☆14Nov 27, 2020Updated 5 years ago
- 朴素贝叶斯中文垃圾邮件分类器☆77Mar 14, 2016Updated 10 years ago
- 机器学习:knn算法实现分类,计算准确率(鸢尾花数据集)