
机器学习基础算法
Bruce_yin
IT民工
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
win10 64位,anacoda2,python 2.7 下安装xgboost
1. 安装ANACODA 64位 2. 在这个地方下载编译好的XGBOOST(建议不要自己去编译,费劲半天还搞错) http://download.csdn.net/download/mark199345/9841692 3. 打开anaconda promt (类似CMD)将路径转到 \xgboost_compiled\xgboost\python-package 4. 输入原创 2017-09-19 12:05:58 · 1091 阅读 · 0 评论 -
network
""" network.py ~~~~~~~~~~ A module to implement the stochastic gradient descent learning algorithm for a feedforward neural network. Gradients are calculated using backpropagation. Note that原创 2017-09-08 20:32:50 · 444 阅读 · 0 评论 -
mnist svm
""" mnist_svm ~~~~~~~~~ A classifier program for recognizing handwritten digits from the MNIST data set, using an SVM classifier.""" #### Libraries # My libraries import mnist_loader #原创 2017-09-08 20:25:19 · 805 阅读 · 0 评论 -
mnist_average_darkness
""" mnist_average_darkness ~~~~~~~~~~~~~~~~~~~~~~ A naive classifier for recognizing handwritten digits from the MNIST data set. The program classifies digits based on how dark they are --- th原创 2017-09-08 20:17:25 · 408 阅读 · 0 评论 -
python的另外一个数据可视化包 seaborn
http://www.cnblogs.com/kylinlin/p/5236601.html API http://seaborn.pydata.org/api.html#style-frontend http://seaborn.pydata.org/ 对python各位大神的仰慕有如滔滔江水转载 2017-08-29 17:03:01 · 565 阅读 · 0 评论 -
windows 32位下安装XGBOOST 0.4
1. 下载 老版本的XGBOOST https://pan.baidu.com/s/1jIg4nki 解压缩 2. 下载(VS2013_RTM_ULT_CHS.iso )然后用RAR解压缩,不要下载已经解压的版本因为可能会提示有木马。并安装visual studio2013 (请搜寻百度经验 )安装需要一个小时左右 3 打开解压后的xgboost-master\xgboost-maste原创 2017-11-01 22:00:09 · 732 阅读 · 0 评论