Skip to content

Commit 0141e00

Browse files
committed
update
1 parent bebb87f commit 0141e00

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
- mRMR特征选择方法,[软件使用方法](https://github.com/csuldw/MachineLearning/tree/master/mRMR)
2424

25-
- 机器学习算法代码使用汇总,[Python & R Codes](http://csuldw.github.io/2015/11/21/2015-11-21-machine-learning-algorithms/)
25+
- 机器学习算法代码使用汇总,[Python & R Codes](http://www.csuldw.com/2015/11/21/2015-11-21-machine-learning-algorithms/)
2626

2727
- PCA主要成分分析, [Python实现源码](https://github.com/csuldw/MachineLearning/tree/master/PCA)
2828

dataset/MNIST/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
在学习机器学习的时候,首当其冲的就是准备一份通用的数据集,方便与其他的算法进行比较。在这里,我写了一个用于加载MNIST数据集的方法,并将其进行封装,主要用于将MNIST数据集转换成numpy.array()格式的训练数据。直接下面看下面的代码吧!
55

6-
文章链接:[机器学习数据集-MNIST](http://csuldw.github.io/2016/02/25/2016-02-25-machine-learning-MNIST-dataset/)
6+
文章链接:[机器学习数据集-MNIST](http://www.csuldw.com/2016/02/25/2016-02-25-machine-learning-MNIST-dataset/)
77

88
MNIST数据集原网址:[http://yann.lecun.com/exdb/mnist/](http://yann.lecun.com/exdb/mnist/)
99

doc/time_ser.pdf

970 KB
Binary file not shown.

lib.rar

56.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)