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

Python与机器学习实战

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

  • Intelligent-optimization-algorithm
    智能优化算法及其在机械工程中的应用,该书介绍最新群体智能算法在机械工程的应用(Intelligent optimization algorithm and its application in mechanical engineering, the book describes the latest swarm intelligence algorithm in mechanical engineering applications)
    2017-03-06 00:47:35下载
    积分:1
  • nannvshengshibie
    本文通过对男性和女性声音的语音特征的研究,发现男女声的基音频率存在较大的差异,并设计了基于基音频率分析的男女声识别系统。男女声识别系统由以下三个模块电路构成:话筒放大器,低通滤波器,半波整流电路,单片机测量控制模块。话筒放大器采用NE5532P音前置芯片,对语音信号进行放大;八阶低通滤波器MAX293完成基音信号的提取;单片机STC12C5410AD实现频率测量和控制输出功能。经仿真与电路实测,男女声的识别效果良好。(In this paper, the voices of male and female voice characteristics of the findings of a study of the fundamental frequency of the sound of men and women there is a big difference, and the design of frequency analysis based on the pitch of the voice recognition system for men and women. Voice Recognition System for men and women from the circuit the following three modules: the microphone amplifier, low-pass filter, half-wave rectifier circuit, single-chip measurement control module. NE5532P sound using the microphone pre-amplifier chip amplification of voice signals eight MAX293-order low-pass filter to complete the extraction of pitch signal STC12C5410AD single-chip realization of the frequency of measurement and control output. By circuit simulation and measurement, the identification of male and female voices well.)
    2009-04-12 16:23:04下载
    积分:1
  • iccv09
    ICCV09_Action Detection in Complex Scenes with Spatial and Temporal Ambiguities
    2011-05-02 16:32:09下载
    积分:1
  • MC9S12XS128
    Freescale-MC9S12XS128中文版(Freescale- MC9S12XS128 Chinese version )
    2011-06-04 10:22:50下载
    积分:1
  • 08041501jkxlshjs
    架空线路,线路损耗计算的文献。有具体算例。(Overhead lines, the line loss calculation)
    2012-10-20 22:53:59下载
    积分:1
  • MacromediaDreamweaverMX
    说明:  这是关于的dreamweavermx教程,希望对大家有用,也希望大家一起进步(This is a tutorial on the dreamweavermx hope for all of us, I hope you progress with)
    2010-03-21 20:12:53下载
    积分:1
  • LabVIEW程序设计从入门到精通
    说明:  LabVIEW程序设计的相关书籍,用于LabVIEW程序设计开发,很好的一本参考书籍(LabVIEW programming related books, for LabVIEW programming development, a good reference book)
    2021-03-18 21:36:23下载
    积分:1
  • ISD1700_51.pdf1
    说明:  功能: 1700 芯片SPI 工作模式下放音、录音、擦除等功能的编程示例 * * 硬件电路:参考中青世纪ISD1700-89c51 实验开发板电路(Functions: 1700 Chip SPI mode of devolution of sound, sound recordings, and other functions to erase the programming examples** hardware circuits: Reference Zhongqing ISD1700-89c51 century experimental development board circuit)
    2009-08-22 20:52:54下载
    积分:1
  • simplycsp1_24-(1)
    How to make ticketing application
    2013-11-21 12:57:51下载
    积分:1
  • Software-Defined-Radio
    包含两本书:Telecommunication Breakdown_Concepts of Communication Transmitted via Software-Defined Radio以及它的中文版《软件无线电》(It contains two books: Telecommunication Breakdown_Concepts of Communication Transmitted via Software-Defined Radio and its Chinese version of " software radio" )
    2020-11-19 10:39:37下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载