机器学习实战(中文版+英文版+源代码)

所属分类:人工智能/神经网络/深度学习
开发工具:Python
文件大小:63231KB
下载次数:59
上传日期:2017-10-28 20:50:43
上 传 者jiandanran
说明:  机器学习实战中英文两版,外加各章的源代码在内。
(Machine learning practice in English and Chinese version two, plus the source code of each chapter.)

文件列表:
机器学习实战(中文版+英文版+源代码)\Machine Learning in Action.pdf (6896910, 2017-05-14)
机器学习实战(中文版+英文版+源代码)\机器学习实战.pdf (14065243, 2017-05-14)
机器学习实战(中文版+英文版+源代码)\机器学习实战源代码.rar (31958268, 2017-05-14)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch02\datingTestSet.txt (35725, 2012-03-01)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch02\datingTestSet2.txt (27067, 2012-03-01)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch02\digits.zip (739988, 2011-05-04)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch02\kNN.py (4268, 2011-05-31)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch02\kNN.pyc (4500, 2011-05-31)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch02\testSet.txt (0, 2011-05-31)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch02\EXTRAS\createDist.py (2052, 2010-10-27)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch02\EXTRAS\createDist2.py (2162, 2011-05-31)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch02\EXTRAS\createFirstPlot.py (561, 2011-05-31)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch02\EXTRAS\testSet.txt (0, 2010-10-27)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch03\classifierStorage.txt (101, 2010-10-16)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch03\lenses.txt (795, 2012-01-09)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch03\treePlotter.py (3911, 2012-01-09)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch03\treePlotter.pyc (3399, 2012-01-09)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch03\trees.py (4170, 2011-12-11)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch03\trees.pyc (3692, 2012-01-09)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\bayes.py (7247, 2010-10-24)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\bayes.pyc (6957, 2011-12-19)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email.zip (15141, 2011-05-04)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\1.txt (148, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\10.txt (86, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\11.txt (130, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\12.txt (182, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\13.txt (174, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\14.txt (172, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\15.txt (531, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\16.txt (90, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\17.txt (464, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\18.txt (175, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\19.txt (161, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\2.txt (234, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\20.txt (208, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\21.txt (234, 2010-10-23)
机器学习实战(中文版+英文版+源代码)\machinelearninginaction\Ch04\email\ham\22.txt (330, 2010-10-23)
... ...

Machine Learning in Action ========================== This is the source code to go with "Machine Learning in Action" by Peter Harrington published by Manning Inc. The official page for this book can be found here: http://manning.com/pharrington/ All the code examples were working on Python 2.6, there shouldn't be any problems with the 2.7. NumPy will be needed for most examples. If you have trouble running any of the examples us know on the Forum for this book: http://www.manning-sandbox.com/forum.jspa?forumID=728. If you want to run these on some other version of Python say--3.0 or IronPython, feel free to fork the code.

近期下载者

相关文件


收藏者