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

Python与机器学习实战

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

  • particletutorial
    一本关于粒子滤波的书,讲得浅显易懂,希望对大家有用~~~(particle filter tourist)
    2011-06-01 16:49:30下载
    积分:1
  • gdb_guide
    GDB 的详细介绍。 GDB的详细用法,简洁明了。(A detailed description of GDB. GDB detailed usage, clear and concise.)
    2008-03-12 14:15:21下载
    积分:1
  • Python核心编程(第二版)
    python核心编程书籍,适合小白入门的一本书强烈推荐(Python core programming books)
    2020-06-17 08:20:01下载
    积分:1
  • 电路图
    这是stm8s003f3p6的最小系统 没有外部晶振 源自某开发板 特此上传 送给新手(This is the smallest system of stm8s003f3p6, no external crystal from a development board, hereby uploaded to the novice)
    2017-08-18 10:42:20下载
    积分:1
  • PSCAD-HV-DC-simulation
    基于PSCAD的高压直流输电系统建模和仿真以及直流输电线路的故障仿真(Based on Fault Simulation System modeling and simulation PSCAD HVDC and HVDC transmission lines)
    2021-05-12 22:30:02下载
    积分:1
  • 《小白学SAS》中配套程序
    说明:  《小白学SAS》配套材料适读人群 :SAS用户,统计、数据分析领域的相关工作人员(sas course, Readable population: SAS users, relevant staff in the field of statistics and data analysis)
    2020-06-18 04:00:01下载
    积分:1
  • 4-0308-20创意计划总结PPT模板
    说明:  PPT for business office, simple style, suitable for many occasions
    2020-06-25 15:20:02下载
    积分:1
  • 单机架站全攻略(CHM)
    说明:  动态域名申请、架WEB服务器(APACHE)、FTP服务器(serv-u)、Imail邮件安装、设置、ActivePerl安装设置、安装CGI&雷傲论坛等全图文的指南 (dynamic domain name applications, Web-server (APACHE), FTP server (serv-u), Imail mail installation, setup, ActivePerl installation settings, the installation of CGI Forum mine proud of the entire transmission Guide)
    2005-12-16 18:47:38下载
    积分:1
  • 系统辨识与自适应控制MATLAB仿真
    说明:  自适应控制编程方面的书籍,里面有很多编程实例,适用于自适应控制入门学者学习。(Books on adaptive control programming)
    2019-04-03 11:05:52下载
    积分:1
  • LabVIEW
    使用LabVIEW开发平台编制的程序称为虚拟仪器程序,简称为VI。LabVIEW(Laboratory Virtual instrument Engineering Workbench)是一种图形化的编程语言,它广泛地被工业界、学术界和研究实验室所接受,视为一个标准的数据采集和仪器控制软件。LabVIEW集成了与满足GPIB、VXI、RS-232和RS-485协议的硬件及数据采集卡通讯的全部功能。它还内置了便于应用TCP/IP、ActiveX等软件标准的库函数。这是一个功能强大且灵活的软件。(Using the LabVIEW development platform known as the virtual instrument programmed process, referred to as VI. LabVIEW (Laboratory Virtual instrument Engineering Workbench) is a graphical programming language, it is widely used by industry, academia and research laboratories accepted as a standard data acquisition and instrument control software. LabVIEW integration and satisfaction with GPIB, VXI, RS-232 and RS-485 protocol communications hardware and data acquisition card full functionality. It also has built easy to use TCP/IP, ActiveX software such as standard library functions. This is a powerful and flexible software.)
    2010-03-09 21:07:51下载
    积分:1
  • 696524资源总数
  • 103872会员总数
  • 62今日下载