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

Python与机器学习实战

于 2019-05-13 发布
0 202
下载积分: 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 个回复

  • Radio-Wave-Propagation
    有关对流层散射传播的电子书,其中《对流层散射传播》是张明高写的书(Tropospheric scatter about the spread of e-books, including " troposcatter propagation" is a book written by Zhang Gao)
    2014-09-13 16:55:55下载
    积分:1
  • weijiyuanli
    里面为微机原理老师的全部课件,好不容易搞过来的。(Inside the principle teacher for all computer software, from engaging in the hard-won.)
    2009-06-18 11:01:00下载
    积分:1
  • 61EDA_B79
    书名:LDPC原理与应用。是国内第一本介绍用LDPC编、译码基本原理及应用技术的一本书。对用 vhdl 或verilog实现硬件编程LDPC的人开发无线通信是很好的资料(Title: LDPC Principles and Applications. Is the first book describes using LDPC Encoding and Decoding the basic principles and application of technology, a book. Right to use vhdl or verilog hardware programming LDPC people to achieve development of wireless communications is a very good information)
    2009-10-30 10:36:35下载
    积分:1
  • wifiLocator
    使用wifi指纹以及参考点信号强弱实现定位安卓手机精确定位(Fingerprint and the reference point using wifi signal strength to achieve precise positioning positioning Android phones)
    2020-12-20 23:39:09下载
    积分:1
  • NB-IoT downlink simulator
    NB-IOT下行协议及仿真实现文档,瑞典乌普萨拉大学硕士论文。(NB-IOT downlink protocol and simulation implementation documents.)
    2021-03-09 16:59:27下载
    积分:1
  • 20080315_cb73b1efdc0f8a73d269cUMWDJTLK4NL
    银行核心系统入门简介 本文的目标读者是准备从事银行核心系统开发、维护的从业人员。(This article is intended for preparing to engage in core banking system development, maintenance practitioners.)
    2010-02-28 09:45:09下载
    积分:1
  • Python网络数据采集
    python网络数据采集 高清pdf 特别推荐这本书,通俗易懂,作者讲的非常详细(Python Network Data Acquisition high-definition pdf)
    2019-03-10 19:56:25下载
    积分:1
  • ISO_IEC_23917_2005
    NFC测试标准ISO 23917,用于对NFC标准ISO 18092进行测试(NFC testing standards ISO 23917, ISO 18092 standards for testing NFC)
    2013-10-30 10:02:54下载
    积分:1
  • Isaac_Newton_Philosophiae_naturalis_principia_mat
    Isaac Newton Philosophiae naturalis principia mathematica
    2009-05-16 00:19:54下载
    积分:1
  • REACT_NATIVE
    rn的开发学习资料,英文版,初级RN学习(RN learning materials)
    2017-06-19 18:58:45下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载