https://github.com/ronething/ai2015
SCAU 人工智能实验
https://github.com/ronething/ai2015
Last synced: 8 months ago
JSON representation
SCAU 人工智能实验
- Host: GitHub
- URL: https://github.com/ronething/ai2015
- Owner: ronething
- Created: 2018-04-28T10:06:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T07:44:04.000Z (over 5 years ago)
- Last Synced: 2024-12-27T16:45:40.404Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.54 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SCAU-人工智能实验2015
notice
如果出现ipynb文件打不开的情况

建议用[nbviewer](https://nbviewer.jupyter.org/)打开
复制文件链接然后点击go即可

---
华农人工智能实验-仅供参考
- [实验一 最小二乘法](./exp1)
- [实验二 朴素贝叶斯](./exp2)
- [实验三 k近邻分类算法](./exp3)
- [实验四 k均值聚类算法](./exp4)
- [实验五 决策树](./exp5)
- [实验六 BP反向传播算法](./exp6)
- [实验七 Apriori算法](./exp7)
- [实验八 主成分分析降维](./exp8)
持续更新…