登录
首页 » Python » machinelearninginaction

machinelearninginaction

于 2018-10-16 发布 文件大小:401KB
0 131
下载积分: 1 下载次数: 1

代码说明:

  Python机器学习及实践,第二章到第四章源码(Python machine learning and Practice)

文件列表:

Ch02, 0 , 2018-10-16
Ch02\EXTRAS, 0 , 2018-10-16
Ch02\EXTRAS\README.txt, 522 , 2011-04-29
Ch02\EXTRAS\createDist.py, 2052 , 2010-10-27
Ch02\EXTRAS\createDist2.py, 2162 , 2011-05-31
Ch02\EXTRAS\createFirstPlot.py, 561 , 2011-05-31
Ch02\EXTRAS\testSet.txt, 0 , 2010-10-27
Ch02\README.txt, 240 , 2010-10-10
Ch02\datingTestSet.txt, 35725 , 2012-03-01
Ch02\datingTestSet2.txt, 27067 , 2012-03-01
Ch02\digits.zip, 739988 , 2011-05-04
Ch02\kNN.py, 4268 , 2011-05-31
Ch02\kNN.pyc, 4500 , 2011-05-31
Ch02\testSet.txt, 0 , 2011-05-31
Ch03, 0 , 2018-10-16
Ch03\classifierStorage.txt, 101 , 2010-10-16
Ch03\lenses.txt, 795 , 2012-01-09
Ch03\treePlotter.py, 3911 , 2012-01-09
Ch03\treePlotter.pyc, 3399 , 2012-01-09
Ch03\trees.py, 4170 , 2011-12-11
Ch03\trees.pyc, 3692 , 2012-01-09
Ch04, 0 , 2018-10-16
Ch04\EXTRAS, 0 , 2018-10-16
Ch04\EXTRAS\README.txt, 522 , 2011-04-29
Ch04\EXTRAS\create2Normal.py, 961 , 2010-10-25
Ch04\EXTRAS\monoDemo.py, 456 , 2010-10-22
Ch04\bayes.py, 7247 , 2010-10-24
Ch04\bayes.pyc, 6957 , 2011-12-19
Ch04\email, 0 , 2018-10-16
Ch04\email\ham, 0 , 2018-10-16
Ch04\email\ham\1.txt, 148 , 2010-10-23
Ch04\email\ham\10.txt, 86 , 2010-10-23
Ch04\email\ham\11.txt, 130 , 2010-10-23
Ch04\email\ham\12.txt, 182 , 2010-10-23
Ch04\email\ham\13.txt, 174 , 2010-10-23
Ch04\email\ham\14.txt, 172 , 2010-10-23
Ch04\email\ham\15.txt, 531 , 2010-10-23
Ch04\email\ham\16.txt, 90 , 2010-10-23
Ch04\email\ham\17.txt, 464 , 2010-10-23
Ch04\email\ham\18.txt, 175 , 2010-10-23
Ch04\email\ham\19.txt, 161 , 2010-10-23
Ch04\email\ham\2.txt, 234 , 2010-10-23
Ch04\email\ham\20.txt, 208 , 2010-10-23
Ch04\email\ham\21.txt, 234 , 2010-10-23
Ch04\email\ham\22.txt, 330 , 2010-10-23
Ch04\email\ham\23.txt, 608 , 2010-10-23
Ch04\email\ham\24.txt, 42 , 2010-10-23
Ch04\email\ham\25.txt, 89 , 2010-10-23
Ch04\email\ham\3.txt, 371 , 2010-10-23
Ch04\email\ham\4.txt, 207 , 2010-10-23
Ch04\email\ham\5.txt, 114 , 2010-10-23
Ch04\email\ham\6.txt, 1464 , 2010-10-23
Ch04\email\ham\7.txt, 109 , 2010-10-23
Ch04\email\ham\8.txt, 638 , 2010-10-23
Ch04\email\ham\9.txt, 146 , 2010-10-23
Ch04\email\spam, 0 , 2018-10-16
Ch04\email\spam\1.txt, 238 , 2010-10-23
Ch04\email\spam\10.txt, 217 , 2010-10-23
Ch04\email\spam\11.txt, 414 , 2010-10-23
Ch04\email\spam\12.txt, 188 , 2010-10-23
Ch04\email\spam\13.txt, 252 , 2010-10-23
Ch04\email\spam\14.txt, 210 , 2010-10-23
Ch04\email\spam\15.txt, 338 , 2010-10-23
Ch04\email\spam\16.txt, 338 , 2010-10-23
Ch04\email\spam\17.txt, 254 , 2010-10-23
Ch04\email\spam\18.txt, 258 , 2010-10-23
Ch04\email\spam\19.txt, 398 , 2010-10-23
Ch04\email\spam\2.txt, 298 , 2010-10-23
Ch04\email\spam\20.txt, 362 , 2010-10-23
Ch04\email\spam\21.txt, 229 , 2010-10-23
Ch04\email\spam\22.txt, 362 , 2010-10-23
Ch04\email\spam\23.txt, 338 , 2010-10-23
Ch04\email\spam\24.txt, 338 , 2010-10-23
Ch04\email\spam\25.txt, 264 , 2010-10-23
Ch04\email\spam\3.txt, 414 , 2010-10-23
Ch04\email\spam\4.txt, 229 , 2010-10-23
Ch04\email\spam\5.txt, 238 , 2010-10-23
Ch04\email\spam\6.txt, 252 , 2010-10-23
Ch04\email\spam\7.txt, 169 , 2010-10-23
Ch04\email\spam\8.txt, 338 , 2010-10-23
Ch04\email\spam\9.txt, 169 , 2010-10-23
Ch04\email.zip, 15141 , 2011-05-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • EM 算法
    用EM算法求解高斯混合模型并可视化,数据是男女生的身高分布,前提是初始化男女生身高各自的均值和方差和比例,然后由EM算法求解,男女生身高的均值方差,以拟合数据。(The EM algorithm is used to solve the Gauss mixture model and visualize. The data is the height distribution of male and female. The premise is to initialize the mean, variance and proportion of the male and female height, then the mean variance of the height of male and female is solved by the EM algorithm, so as to fit the data.)
    2018-07-14 12:46:57下载
    积分:1
  • 四阶龙格库塔法的算法源代码
    c语言求解四阶龙格库塔法的算法源代码,例子:某一地区的病菌传染,三种人员的人数的状态方程,即可能受传染的人数x1,已被传染(C language to solve the fourth order Runge-Kutta algorithm source code, example: a certain area of bacterial infection, the number of three kinds of personnel equation of state, that is, the number of people who may be infected x 1, has been infected)
    2018-11-09 16:24:15下载
    积分:1
  • 7028829
    r 双精度实型一维数组,存放Yule-Walker方程的元素r(0),r(1), r(p), p AR模型阶数, a AR模型系数a(()
    2017-12-04 08:07:41下载
    积分:1
  • 算法与结构(python版)(北内部教材)
    算法与数据结构,python版本的,北大内部教材(Algorithms and Data Structures, Python Version, Peking University Internal Textbook)
    2019-04-11 16:59:53下载
    积分:1
  • Spider_baiduvideo
    利用urllib.request进行爬虫, 下载百度视频页面的所有图片保存到本地(Use urllib.request for crawl. Download all the pictures from Baidu video page to local.)
    2018-04-02 18:32:19下载
    积分:1
  • convistency-port
    集成地图的编程方法,地图算法中使用, 很有价值的参考,()
    2017-12-08 22:57:25下载
    积分:1
  • oeguggingsuser
    poj题目2949平板着色问题,动态规划经典题目()
    2017-12-04 07:50:09下载
    积分:1
  • 利用BP神经网络进行字符识别
    利用神经网络进行字符的识别,并对神经网路训练(Use neural networks for character recognition and neural network training)
    2018-12-10 21:20:03下载
    积分:1
  • 从零开始学Python网络爬虫源代码+教学PPT
    说明:  《从零开始学爬虫》的配套资料(PPT和源码)("Learning Reptiles from Zero" (PPT and Source))
    2019-03-18 22:06:06下载
    积分:1
  • spider-(2)
    应用python编写的百度指数新闻爬取代码(baiduindex spider)
    2017-03-15 21:45:43下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载