Skip to content

Commit dfe82de

Browse files
author
lyy
committed
all in python
1 parent 34da1e3 commit dfe82de

File tree

65 files changed

+14510
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+14510
-3
lines changed
-9.91 MB
Binary file not shown.

README.md

+51-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,55 @@
11
# AiPy(ALL in Python)
2-
Python、机器学习、深度学习算法开发等学习资料汇总。
3-
`资源均源于网络,如有侵权请联系作者删除。
2+
3+
4+
```
5+
欢迎广大学习爱好者共享资源,共同学习交流。
6+
资源均源于网络,如有侵权请联系删除。
7+
```
8+
Python、机器学习、深度学习算法开发等学习资源分享,如下目录:
9+
10+
## Python资料
11+
12+
《Python编程从入门到实践》
13+
14+
## 机器学习
15+
16+
《统计学习方法》
17+
18+
《统计学习方法》第2版课件
19+
20+
《统计学习方法-代码实现》
21+
22+
《机器学习(西瓜书)_周志华》
23+
24+
吴恩达机器学习视频 链接: https://pan.baidu.com/s/1-vtfFX5ln6N4pgB9s1LexA 提取码: 2nh7
25+
26+
27+
## 深度学习
28+
29+
《深度学习实战》
30+
31+
《神经网络综述》
32+
33+
《深度学习(花书)》
34+
35+
吴恩达深度学习视频 链接: https://pan.baidu.com/s/1yUNrs9-hhRKyOLPV1bfalw 提取码: 9rwv
36+
37+
## 知识图谱
38+
《知识图谱概述报告-2018》
39+
40+
《Graph_Algorithms_Neo4j》
41+
42+
视频资料 链接: https://pan.baidu.com/s/1A06xecLF5yN8xAkmSfASsg 提取码: prfc
43+
44+
45+
## 数据分析
46+
《利用Python进行数据分析》
47+
48+
49+
## 数据结构与算法
50+
51+
[LeetCode题库-github](https://github.com/apachecn/Interview/tree/master/docs/Algorithm/Leetcode/Python)
52+
[Python算法实现](https://github.com/TheAlgorithms/Python)
453

554

655

数据分析/链接.txt

-1
This file was deleted.
File renamed without changes.
37.5 MB
Binary file not shown.

机器学习/统计学习方法--代码/第01章 统计学习方法概论/1.Introduction_to_statistical_learning_methods.ipynb

+482
Large diffs are not rendered by default.

机器学习/统计学习方法--代码/第02章 感知机/2.Perceptron.ipynb

+601
Large diffs are not rendered by default.

机器学习/统计学习方法--代码/第03章 k近邻法/3.KNearestNeighbors.ipynb

+1,113
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)