-
Notifications
You must be signed in to change notification settings - Fork 51
/
.gitignore
209 lines (187 loc) · 7.23 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
统计学与概率论/2013-2017题目及答案/2013春及答案.pdf
统计学与概率论/2013-2017题目及答案/2014春及答案.pdf
统计学与概率论/《概率论与数理统计》浙大版(第四版)教材.pdf
统计学与概率论/《概率论与数理统计习题全解指南》.浙大版(第四版).pdf
统计学与概率论/数理统计与数据分析原书第3版.pdf
统计学与概率论/数理统计的基本概念.pdf
操作系统/计算机操作系统 第4版 _PDF电子书下载 高清 带索引书签目录.pdf
操作系统/计算机操作系统(第4版)汤小丹、汤子瀛(超清完整版)_wrapper.pdf
操作系统/计算机系统概论中文版 .pdf
*.pdf
*.pdf
计算机网络/计算机网络.pdf
计算机网络/计算机网络.pdf
*.pptx
机器学习/.DS_Store
机器学习/ex/.DS_Store
机器学习/ex/housing_data.txt
机器学习/ex/housing_names.txt
机器学习/ex/未命名.ipynb
机器学习/MachineLearning/.DS_Store
机器学习/MachineLearning/data.rar
机器学习/MachineLearning/data/.DS_Store
机器学习/MachineLearning/data/波士顿房价数据集/housing_data.txt
机器学习/MachineLearning/data/波士顿房价数据集/housing_names.txt
机器学习/MachineLearning/data/输血服务中心数据集/blood_data.txt
机器学习/MachineLearning/data/输血服务中心数据集/blood_names.txt
机器学习/MachineLearning/data2.rar
机器学习/MachineLearning/data2/感知机数据集/perceptron_data.txt
机器学习/MachineLearning/data2/隐形眼镜数据集/lenses_data.txt
机器学习/MachineLearning/data2/隐形眼镜数据集/lenses_names.txt
机器学习/MachineLearning/data3.rar
机器学习/MachineLearning/data3/K-means数据集/kmeans_data.txt
机器学习/MachineLearning/data3/MNIST_csv数据集/mnist_test.csv
机器学习/MachineLearning/data3/MNIST_csv数据集/mnist_train.csv
机器学习/MachineLearning/jupyterNotebookCode/2d.png
机器学习/MachineLearning/jupyterNotebookCode/6.py
机器学习/MachineLearning/jupyterNotebookCode/6_test.py
机器学习/MachineLearning/jupyterNotebookCode/8_25_.ipynb
机器学习/MachineLearning/jupyterNotebookCode/8_26_.py.ipynb
机器学习/MachineLearning/jupyterNotebookCode/exp3_9_30.py.ipynb
机器学习/MachineLearning/jupyterNotebookCode/iris.py.ipynb
机器学习/MachineLearning/jupyterNotebookCode/k_means.ipynb
机器学习/MachineLearning/jupyterNotebookCode/kmeans_data.txt
机器学习/MachineLearning/jupyterNotebookCode/mnist_test.csv
机器学习/MachineLearning/jupyterNotebookCode/mnist_train.csv
机器学习/MachineLearning/jupyterNotebookCode/untitled
机器学习/MachineLearning/jupyterNotebookCode/Untitled.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled1.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled10.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled11.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled12.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled2.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled3.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled4.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled5.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled6.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled7.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled8.ipynb
机器学习/MachineLearning/jupyterNotebookCode/Untitled9.ipynb
机器学习/MachineLearning/jupyterNotebookCode/感知机.ipynb
机器学习/MachineLearning/myMachineLearningCode/.DS_Store
机器学习/MachineLearning/myMachineLearningCode/__init__.py
机器学习/MachineLearning/myMachineLearningCode/data/.DS_Store
机器学习/MachineLearning/myMachineLearningCode/data/波士顿房价数据集/housing_data.txt
机器学习/MachineLearning/myMachineLearningCode/data/波士顿房价数据集/housing_names.txt
机器学习/MachineLearning/myMachineLearningCode/data/输血服务中心数据集/blood_data.txt
机器学习/MachineLearning/myMachineLearningCode/data/输血服务中心数据集/blood_names.txt
机器学习/MachineLearning/myMachineLearningCode/LDA.py
机器学习/MachineLearning/myMachineLearningCode/LDA1.py
机器学习/MachineLearning/myMachineLearningCode/LinearRegression.py
机器学习/MachineLearning/myMachineLearningCode/model_selection.py
机器学习/MachineLearning/myMachineLearningCode/model_selection2.py
机器学习/MachineLearning/myMachineLearningCode/project (1)/.DS_Store
机器学习/MachineLearning/myMachineLearningCode/project (1)/y2hw7n/kNN.py
机器学习/MachineLearning/myMachineLearningCode/project (1)/y2hw7n/LinearRegression.py
机器学习/MachineLearning/myMachineLearningCode/project (1)/y2hw7n/metrics.py
机器学习/MachineLearning/myMachineLearningCode/project (1)/y2hw7n/PCA.py
机器学习/MachineLearning/myMachineLearningCode/project (1)/y2hw7n/preprocessing.py
机器学习/MachineLearning/myMachineLearningCode/project (1)/y2hw7n/SimpleLinearRegression.py
机器学习/MachineLearning/myMachineLearningCode/SimpleLinearRegression.py
机器学习/MachineLearning/myMachineLearningCode/SImpleLinearRegression1.py
机器学习/MachineLearning/~$复习范围.docx
机器学习/MachineLearning/复习范围.docx
机器学习/MachineLearning/复习范围_修改后.docx
机器学习/MachineLearning/实验报告/.DS_Store
机器学习/MachineLearning/实验报告/17070001148-缪倩铃-实验一.docx
机器学习/MachineLearning/实验报告/17070001148-缪倩铃-实验三.docx
机器学习/MachineLearning/实验报告/17070001148-缪倩铃-实验二.docx
机器学习/MachineLearning/实验报告/17070001148-缪倩铃-实验五.docx
机器学习/MachineLearning/实验报告/17070001148-缪倩铃-实验六.docx
机器学习/MachineLearning/实验报告/17070001148-缪倩铃-实验四.docx
机器学习/MachineLearning/实验报告/17070001148-缪倩铃.zip
机器学习/MachineLearning/实验报告/17070001148-缪倩铃2.zip
机器学习/MachineLearning/实验报告/17070001148-缪倩铃3.zip
机器学习/复习范围_修改后.docx