登录
首页 » Python » Python与机器学习实战

Python与机器学习实战

于 2019-05-13 发布
0 203
下载积分: 1 下载次数: 4

代码说明:

说明:  python与机器学习实战教程,机器学习通过Python语言实现,通过大量的实例再现机器学习强大的生命力(Python and Machine Learning Practical Course. Machine Learning is realized by Python Language, and the powerful vitality of machine learning is reappeared through a large number of examples.)

文件列表:

Python与机器学习实战\MachineLearning-master\.gitignore, 1184 , 2018-01-30
Python与机器学习实战\MachineLearning-master\a_FirstExample\README.md, 229 , 2018-01-30
Python与机器学习实战\MachineLearning-master\a_FirstExample\Regression.py, 1038 , 2018-01-30
Python与机器学习实战\MachineLearning-master\b_NaiveBayes\Original\Basic.py, 3044 , 2018-01-30
Python与机器学习实战\MachineLearning-master\b_NaiveBayes\Original\GaussianNB.py, 4093 , 2018-01-30
Python与机器学习实战\MachineLearning-master\b_NaiveBayes\Original\MergedNB.py, 5625 , 2018-01-30
Python与机器学习实战\MachineLearning-master\b_NaiveBayes\Original\MultinomialNB.py, 5690 , 2018-01-30
Python与机器学习实战\MachineLearning-master\b_NaiveBayes\Original\__pycache__\Basic.cpython-36.pyc, 4538 , 2018-02-02
Python与机器学习实战\MachineLearning-master\b_NaiveBayes\README.md, 1008 , 2018-01-30
Python与机器学习实战\MachineLearning-master\b_NaiveBayes\Vectorized\Basic.py, 2985 , 2018-01-30
Python与机器学习实战\MachineLearning-master\b_NaiveBayes\Vectorized\GaussianNB.py, 3117 , 2018-01-30
Python与机器学习实战\MachineLearning-master\b_NaiveBayes\Vectorized\MergedNB.py, 4991 , 2018-01-30
Python与机器学习实战\MachineLearning-master\b_NaiveBayes\Vectorized\MultinomialNB.py, 4958 , 2018-01-30
Python与机器学习实战\MachineLearning-master\c_CvDTree\Cluster.py, 5614 , 2018-01-30
Python与机器学习实战\MachineLearning-master\c_CvDTree\Node.py, 11439 , 2018-01-30
Python与机器学习实战\MachineLearning-master\c_CvDTree\README.md, 1120 , 2018-01-30
Python与机器学习实战\MachineLearning-master\c_CvDTree\TestTree.py, 3207 , 2018-01-30
Python与机器学习实战\MachineLearning-master\c_CvDTree\Tree.py, 10574 , 2018-01-30
Python与机器学习实战\MachineLearning-master\d_Ensemble\AdaBoost.py, 4059 , 2018-01-30
Python与机器学习实战\MachineLearning-master\d_Ensemble\RandomForest.py, 3789 , 2018-01-30
Python与机器学习实战\MachineLearning-master\d_Ensemble\README.md, 729 , 2018-01-30
Python与机器学习实战\MachineLearning-master\d_Ensemble\TestEnsemble.py, 2578 , 2018-01-30
Python与机器学习实战\MachineLearning-master\e_SVM\KP.py, 3672 , 2018-01-30
Python与机器学习实战\MachineLearning-master\e_SVM\LinearSVM.py, 10163 , 2018-01-30
Python与机器学习实战\MachineLearning-master\e_SVM\Perceptron.py, 2187 , 2018-01-30
Python与机器学习实战\MachineLearning-master\e_SVM\README.md, 2350 , 2018-01-30
Python与机器学习实战\MachineLearning-master\e_SVM\SVM.py, 9669 , 2018-01-30
Python与机器学习实战\MachineLearning-master\e_SVM\TestLinear.py, 1262 , 2018-01-30
Python与机器学习实战\MachineLearning-master\e_SVM\TestSVM.py, 3267 , 2018-01-30
Python与机器学习实战\MachineLearning-master\f_NN\Layers.py, 6063 , 2018-01-30
Python与机器学习实战\MachineLearning-master\f_NN\Networks.py, 12872 , 2018-01-30
Python与机器学习实战\MachineLearning-master\f_NN\Optimizers.py, 3492 , 2018-01-30
Python与机器学习实战\MachineLearning-master\f_NN\README.md, 111 , 2018-01-30
Python与机器学习实战\MachineLearning-master\f_NN\Test.py, 662 , 2018-01-30
Python与机器学习实战\MachineLearning-master\g_CNN\CIFAR10.py, 1273 , 2018-01-30
Python与机器学习实战\MachineLearning-master\g_CNN\Layers.py, 14550 , 2018-01-30
Python与机器学习实战\MachineLearning-master\g_CNN\Mnist.py, 1369 , 2018-01-30
Python与机器学习实战\MachineLearning-master\g_CNN\Networks.py, 14976 , 2018-01-30
Python与机器学习实战\MachineLearning-master\g_CNN\Optimizers.py, 2409 , 2018-01-30
Python与机器学习实战\MachineLearning-master\g_CNN\README.md, 112 , 2018-01-30
Python与机器学习实战\MachineLearning-master\h_RNN\EmbedRNN.py, 3155 , 2018-01-30
Python与机器学习实战\MachineLearning-master\h_RNN\Mnist.py, 1758 , 2018-01-30
Python与机器学习实战\MachineLearning-master\h_RNN\Playground.py, 1682 , 2018-01-30
Python与机器学习实战\MachineLearning-master\h_RNN\RNN.py, 9396 , 2018-01-30
Python与机器学习实战\MachineLearning-master\h_RNN\SpRNN.py, 3727 , 2018-01-30
Python与机器学习实战\MachineLearning-master\i_Clustering\KMeans.py, 3024 , 2018-01-30
Python与机器学习实战\MachineLearning-master\i_Clustering\README.md, 735 , 2018-01-30
Python与机器学习实战\MachineLearning-master\LICENSE, 1057 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Basic\Layers.py, 30782 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Basic\Networks.py, 35826 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Basic\Optimizers.py, 4330 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Errors.py, 130 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\NN.py, 195 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\PyTorch\Auto\Layers.py, 12629 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\PyTorch\Auto\Networks.py, 29755 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\PyTorch\Basic\Layers.py, 15071 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\PyTorch\Basic\Networks.py, 31767 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\PyTorch\Optimizers.py, 4342 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\PyTorch\__Dev\Layers.py, 23239 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\PyTorch\__Dev\Networks.py, 33880 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\PyTorch\__Dev\Optimizers.py, 4344 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\README.md, 2544 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\Basic\Test.py, 1360 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\Basic\Vis.py, 862 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\PyTorch\Auto\Test.py, 1039 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\PyTorch\Auto\Vis.py, 869 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\PyTorch\Basic\Test.py, 998 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\PyTorch\Basic\Vis.py, 833 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\PyTorch\__Dev\.DS_Store, 6148 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\PyTorch\__Dev\Test.py, 1319 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\PyTorch\__Dev\Vis.py, 833 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\TF\CIFAR10.py, 2327 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\TF\Mnist.py, 1206 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\Test\TF\Tensorboard.py, 1789 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\TF\Layers.py, 15703 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\TF\Networks.py, 49450 , 2018-01-30
Python与机器学习实战\MachineLearning-master\NN\TF\Optimizers.py, 2339 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Notebooks\NN\zh-cn\MLP.ipynb, 139095 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Notebooks\NN\zh-cn\NN.ipynb, 52064 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Notebooks\NN\zh-cn\Util.py, 1748 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Notebooks\numba\zh-cn\Basic.ipynb, 11505 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Notebooks\numba\zh-cn\CNN.ipynb, 8959 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Notebooks\README.md, 87 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Notebooks\SVM\zh-cn\Kernel Methods.ipynb, 196445 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Notebooks\SVM\zh-cn\LinearSVM.ipynb, 420104 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Notebooks\SVM\zh-cn\Perceptron.ipynb, 73282 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Notebooks\SVM\zh-cn\Util.py, 2517 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Opt\Functions.py, 2643 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Opt\Methods.py, 20665 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Opt\README.md, 332 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Opt\Test.py, 9188 , 2018-01-30
Python与机器学习实战\MachineLearning-master\README.md, 423 , 2018-01-30
Python与机器学习实战\MachineLearning-master\requirements.txt, 4694 , 2018-01-30
Python与机器学习实战\MachineLearning-master\RNN\Cell.py, 863 , 2018-01-30
Python与机器学习实战\MachineLearning-master\RNN\Generator.py, 545 , 2018-01-30
Python与机器学习实战\MachineLearning-master\RNN\Test\Mnist.py, 2181 , 2018-01-30
Python与机器学习实战\MachineLearning-master\RNN\Test\Operations.py, 10244 , 2018-01-30
Python与机器学习实战\MachineLearning-master\RNN\Test\UnitTest.py, 6432 , 2018-01-30
Python与机器学习实战\MachineLearning-master\RNN\Wrapper.py, 9437 , 2018-01-30
Python与机器学习实战\MachineLearning-master\Util\Bases.py, 39048 , 2018-01-30

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

发表评论

0 个回复

  • 数据结构(C语言版)严蔚敏 第四版紫皮
    说明:  数据结构、严蔚敏、课后习题、第四版紫色、电子书(Data structure, Fourth Edition, Yan Weimin, exercises after class)
    2021-03-03 12:59:33下载
    积分:1
  • The-Intel-Microprocessors-8th-Edition
    This book is about intel microprocessors.
    2014-10-19 20:54:55下载
    积分:1
  • OVERVIEW_NCS
    networked system estimation dynamic systems
    2017-05-21 16:24:26下载
    积分:1
  • aomdv.tar
    The source code of aovdv routing protocol . used to construct route between sendr and reciver
    2014-03-13 16:55:58下载
    积分:1
  • 4A486FBBd01
    Spatialite helper document that describes steps for developement
    2009-10-09 18:47:29下载
    积分:1
  • social-cloud
    在线社会网络是目前互联网上最流行的应用之一,拥有海量的用户和内容。但是目前互联网的存储量与计算体系结构不能满足超大规模社会化多媒体数据管理与计算的要求。 (The online social network is one of the most popular applications on the Internet, with a mass of users and content. However, the amount of storage and computing architecture of the Internet can not meet the requirements of large-scale social multimedia data management and computing.)
    2012-05-16 15:21:49下载
    积分:1
  • asp.net
    asp.net动态网站开发基础教程,对于asp.net的初学者很有帮助!(err)
    2008-12-09 14:25:28下载
    积分:1
  • OllyDB
    OllyDbg详细教程,一步步学习OllyDbg,进阶顶级黑客(OllyDbg detailed tutorial, step by step learning OllyDbg, Advanced top hackers)
    2008-12-25 14:40:12下载
    积分:1
  • IDA.Pro.5.4help
    ida的帮助文件,翻译成中文的,查函数很方便(ida' s help file, translated into Chinese, it is convenient search function)
    2020-07-02 16:00:02下载
    积分:1
  • VCdatabase
    说明:  详细介绍了用VC.NET开发城市基础地理数据库的实例,用于城市测绘,城市基础地理系统建设的重要参考。(Described in detail with the development of urban infrastructure VC.NET examples of geographic database for urban mapping, urban infrastructure an important geographic reference system.)
    2009-08-17 22:36:26下载
    积分:1
  • 696518资源总数
  • 104360会员总数
  • 40今日下载