Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wj-mcat/machine-learning-examples
机器学习入门案例集合地
https://github.com/wj-mcat/machine-learning-examples
ipython machine-learning python
Last synced: about 1 month ago
JSON representation
机器学习入门案例集合地
- Host: GitHub
- URL: https://github.com/wj-mcat/machine-learning-examples
- Owner: wj-Mcat
- Created: 2018-04-08T06:52:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T07:24:02.000Z (almost 7 years ago)
- Last Synced: 2024-10-06T05:42:15.174Z (4 months ago)
- Topics: ipython, machine-learning, python
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 机器学习案例
> 非常适合机器学习入门的学习案例集合地
source_files文件夹存放原始所有文件,外部是示例代码,所以新手还是先入手clear file后再进行对比学习。
- ## 泰坦尼克号
- [titanic_survival_clear](./titanic_survival/source_files) :原始文件,建议大家从这里开始做,做完之后可以参考 [titanic_survival_exploration.ipynb](./titanic_survival/titanic_survival_exploration.ipynb)文件
- ## 预测波士顿房价
doing...
- ## 为慈善机构寻找捐助者
doing...
- ## MNIST 手写字分类
doing...
- ## 创建客户细分
doing...
- ## 强化学习走迷宫
doing...