登录
首页 » Python » 机器学习Python程序

机器学习Python程序

于 2018-10-26 发布 文件大小:106KB
0 142
下载积分: 1 下载次数: 12

代码说明:

  覆盖了基本常用的机器学习算法。包括线性回归与分类算法;决策树;多种降维算法;优化算法;强化学习等多类算法的Python代码。(It covers the commonly used machine learning algorithms. Including linear regression and classification algorithm; decision tree; a variety of dimensionality reduction algorithm; optimization algorithm; reinforcement learning and other algorithms of Python code.)

文件列表:

Machine Learning, 0 , 2009-04-20
Machine Learning\src, 0 , 2009-04-20
Machine Learning\src\10 Dimension Reduction, 0 , 2009-04-20
Machine Learning\src\10 Dimension Reduction\ecoli.py, 1660 , 2009-03-25
Machine Learning\src\10 Dimension Reduction\factoranalysis.py, 1730 , 2009-03-25
Machine Learning\src\10 Dimension Reduction\floyd.py, 1389 , 2009-03-25
Machine Learning\src\10 Dimension Reduction\iris.py, 2520 , 2009-03-25
Machine Learning\src\10 Dimension Reduction\isomap.py, 3512 , 2009-03-25
Machine Learning\src\10 Dimension Reduction\kernelpca.py, 1947 , 2009-03-25
Machine Learning\src\10 Dimension Reduction\kpcademo.py, 1452 , 2009-03-25
Machine Learning\src\10 Dimension Reduction\lda.py, 1689 , 2009-03-25
Machine Learning\src\10 Dimension Reduction\lle.py, 1979 , 2009-03-25
Machine Learning\src\10 Dimension Reduction\pca.py, 1227 , 2009-03-25
Machine Learning\src\10 Dimension Reduction\pcademo.py, 849 , 2009-03-25
Machine Learning\src\11 Optimisation, 0 , 2009-04-20
Machine Learning\src\11 Optimisation\CG.py, 1579 , 2009-03-25
Machine Learning\src\11 Optimisation\LevenbergMarquardt.py, 1748 , 2009-03-25
Machine Learning\src\11 Optimisation\LevenbergMarquardt_leastsq.py, 2692 , 2009-03-25
Machine Learning\src\11 Optimisation\Newton.py, 965 , 2009-03-25
Machine Learning\src\11 Optimisation\steepest.py, 841 , 2009-03-25
Machine Learning\src\11 Optimisation\TSP.py, 5392 , 2009-03-25
Machine Learning\src\12 Evolutionary, 0 , 2009-04-20
Machine Learning\src\12 Evolutionary\exhaustiveKnapsack.py, 1015 , 2009-03-25
Machine Learning\src\12 Evolutionary\fourpeaks.py, 1019 , 2009-03-25
Machine Learning\src\12 Evolutionary\ga.py, 5505 , 2009-03-25
Machine Learning\src\12 Evolutionary\greedyKnapsack.py, 1044 , 2009-03-25
Machine Learning\src\12 Evolutionary\knapsack.py, 849 , 2009-03-25
Machine Learning\src\12 Evolutionary\PBIL.py, 1466 , 2009-03-25
Machine Learning\src\12 Evolutionary\run_ga.py, 502 , 2009-03-25
Machine Learning\src\13 Reinforcement, 0 , 2009-04-20
Machine Learning\src\13 Reinforcement\SARSA.py, 1987 , 2009-03-25
Machine Learning\src\13 Reinforcement\SARSA_cliff.py, 4604 , 2009-03-25
Machine Learning\src\13 Reinforcement\TDZero.py, 1415 , 2009-03-25
Machine Learning\src\13 Reinforcement\TDZero_cliff.py, 4118 , 2009-03-25
Machine Learning\src\14 MCMC, 0 , 2009-04-20
Machine Learning\src\14 MCMC\BoxMuller.py, 1062 , 2009-03-25
Machine Learning\src\14 MCMC\Gibbs.py, 1475 , 2009-03-25
Machine Learning\src\14 MCMC\importancesampling.py, 1207 , 2009-03-25
Machine Learning\src\14 MCMC\lcg.py, 847 , 2009-03-25
Machine Learning\src\14 MCMC\MH.py, 1527 , 2009-03-25
Machine Learning\src\14 MCMC\rejectionsampling.py, 1412 , 2009-03-25
Machine Learning\src\14 MCMC\SIR.py, 1557 , 2009-03-25
Machine Learning\src\15 Graphical Models, 0 , 2009-04-20
Machine Learning\src\15 Graphical Models\Gibbs.py, 4660 , 2009-03-25
Machine Learning\src\15 Graphical Models\graphdemo.py, 852 , 2009-03-25
Machine Learning\src\15 Graphical Models\HMM.py, 3364 , 2009-03-25
Machine Learning\src\15 Graphical Models\Kalman.py, 1841 , 2009-03-25
Machine Learning\src\15 Graphical Models\MRF.py, 1607 , 2009-03-25
Machine Learning\src\15 Graphical Models\world.png, 751 , 2009-03-25
Machine Learning\src\2 Linear, 0 , 2009-04-20
Machine Learning\src\2 Linear\auto-mpg.py, 866 , 2009-03-25
Machine Learning\src\2 Linear\linreg.py, 671 , 2009-03-25
Machine Learning\src\2 Linear\linreg_logic_eg.py, 1066 , 2009-03-25
Machine Learning\src\2 Linear\logic.py, 1014 , 2009-03-25
Machine Learning\src\2 Linear\pcn.py, 2443 , 2009-03-25
Machine Learning\src\2 Linear\pcn_logic_eg.py, 2182 , 2009-03-25
Machine Learning\src\2 Linear\pima.py, 1786 , 2009-03-25
Machine Learning\src\3 MLP, 0 , 2009-04-20
Machine Learning\src\3 MLP\iris.py, 2048 , 2009-03-25
Machine Learning\src\3 MLP\iris_proc.data, 2700 , 2009-03-25
Machine Learning\src\3 MLP\logic.py, 1262 , 2009-03-25
Machine Learning\src\3 MLP\mlp.py, 5032 , 2009-04-20
Machine Learning\src\3 MLP\PNoz.dat, 185575 , 2009-03-25
Machine Learning\src\3 MLP\PNOz.py, 1699 , 2009-03-25
Machine Learning\src\3 MLP\sinewave.py, 1625 , 2009-03-25
Machine Learning\src\4 RBF, 0 , 2009-04-20
Machine Learning\src\4 RBF\iris.py, 1496 , 2009-03-25
Machine Learning\src\4 RBF\least_squares.py, 754 , 2009-03-25
Machine Learning\src\4 RBF\rbf.py, 3479 , 2009-03-25
Machine Learning\src\6 Trees, 0 , 2009-04-20
Machine Learning\src\6 Trees\dtree.py, 5852 , 2009-03-25
Machine Learning\src\6 Trees\party.data, 211 , 2009-03-25
Machine Learning\src\6 Trees\party.py, 707 , 2009-03-25
Machine Learning\src\7 Committee, 0 , 2009-04-20
Machine Learning\src\7 Committee\bagging.py, 1770 , 2009-03-25
Machine Learning\src\7 Committee\boost.py, 5196 , 2009-03-25
Machine Learning\src\7 Committee\car.data, 51921 , 2009-03-25
Machine Learning\src\7 Committee\car.py, 1935 , 2009-03-25
Machine Learning\src\7 Committee\dtw.py, 7830 , 2009-03-25
Machine Learning\src\7 Committee\party.py, 926 , 2009-03-25
Machine Learning\src\8 Probability, 0 , 2009-04-20
Machine Learning\src\8 Probability\gaussian.py, 1488 , 2009-03-25
Machine Learning\src\8 Probability\GMM.py, 1759 , 2009-03-25
Machine Learning\src\8 Probability\kdtree.py, 2490 , 2009-03-25
Machine Learning\src\8 Probability\knn.py, 957 , 2009-03-25
Machine Learning\src\8 Probability\knnSmoother.py, 2672 , 2009-03-25
Machine Learning\src\8 Probability\plotGaussian.py, 713 , 2009-03-25
Machine Learning\src\8 Probability\ruapehu.dat, 1136 , 2009-03-25
Machine Learning\src\9 Unsupervised, 0 , 2009-04-20
Machine Learning\src\9 Unsupervised\iris.py, 2188 , 2009-03-25
Machine Learning\src\9 Unsupervised\kmeans.py, 2126 , 2009-03-25
Machine Learning\src\9 Unsupervised\kmeansnet.py, 1535 , 2009-03-25
Machine Learning\src\9 Unsupervised\moredemos.py, 2154 , 2009-03-25
Machine Learning\src\9 Unsupervised\shortecoli.data, 11970 , 2009-03-25
Machine Learning\src\9 Unsupervised\som.py, 3488 , 2009-03-25
Machine Learning\src\9 Unsupervised\somdemo.py, 2845 , 2009-03-25

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

发表评论

0 个回复

  • ChineseSegmentUsingHashTable
    说明:  用python实现双字哈希字典,可用于中文分词(Using Python to realize double-character hash dictionary, which can be used for Chinese word segmentation)
    2019-04-20 23:09:29下载
    积分:1
  • SVR
    训练SVR模型做预测,可调整训练集和测试集比例及SVR参数,预测性能用MAP反映(The training SVR model can be used for prediction. The proportion of training set and test set and the parameters of SVR can be adjusted. The prediction performance can be reflected by MAP.)
    2021-03-29 09:39:10下载
    积分:1
  • condition
    一份详细讲述聚类的文章,内容是关系聚类和混合聚类(A detailed article on clustering, on relational clustering and hybrid clustering)
    2018-11-15 19:45:25下载
    积分:1
  • 深度学习之TensorFlow:入门、原理与进阶实战
    该压缩文件是《深度学习之Tensorflow的入门、原理及进阶实战》,里面讲述了如何搭建TensorFlow环境,并讲述了深度学习的一些理论基础知识,而且通过例子进行辅助,能更好的理解掌握。(The compressed file is "Introduction, Principle and Advanced Combat of Tensorflow for Deep Learning", which describes how to set up the TensorFlow environment, and describes some theoretical basic knowledge of deep learning, and assists with examples to better understand .)
    2019-04-20 20:40:46下载
    积分:1
  • vulution-transformation
    C++经典数值算法源码, 包括线性代数方程组的求解, 数学变换与滤波等(C classical numerical algorithm source code, including the solution of linear algebraic equations, mathematical transformation and filtering, etc.)
    2018-11-08 17:00:38下载
    积分:1
  • machinelearninginaction
    Python机器学习及实践,第二章到第四章源码(Python machine learning and Practice)
    2018-10-16 14:57:16下载
    积分:1
  • czllection-normal
    以组合大视场星敏感器的卫星自主导航方法为例,设计改进的广义卡尔曼滤波算法,通过仿真,可以看出该算法对减小采样周期所带来的轨()
    2017-11-28 23:02:32下载
    积分:1
  • 40609537
    实现了先来先服务算法,可以作为大家学习的参考(First come first served algorithm is realized, which can be used as a reference for us to learn.)
    2018-11-10 13:53:00下载
    积分:1
  • 216663
    对二进制序列进行失配滤波算法,使相对有效性最大()
    2018-05-13 11:30:14下载
    积分:1
  • 7614946
    《计算机数学基础》数值分析期末复习提纲(12-14章) <doc格式> (下载) 《计算机数学基础》 《计算机()
    2017-12-02 07:36:01下载
    积分:1
  • 696524资源总数
  • 103988会员总数
  • 56今日下载