跳转至

Python 高级应用

注意

考虑到内容不够完善,涉及到的项目暂不开源。有需求请在 GitHub 中提 Issue。

项目一

手搓 Decision Tree,实现二分类任务。只能用 numpy 包,数据量约 \(10^3\)

项目地址(包含作业需求):https://github.com/Explorer-Dong/DecisionTree

项目二

手搓 Kmeans,实现聚类任务。只能用 pandas 包,数据量约 \(10^6\)

项目地址(包含作业需求):https://github.com/Explorer-Dong/Cluster

项目三

手搓朴素贝叶斯,实现多分类任务。只能使用 pytorch 包,数据量约 \(6\times10^5\)

项目地址(包含作业需求):https://github.com/Explorer-Dong/Bayes4MNIST