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

机器学习Python程序

于 2018-10-26 发布 文件大小:106KB
0 136
下载积分: 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 个回复

  • 从零开始学Python网络爬虫源代码+教学PPT
    《从零开始学爬虫》的配套资料(PPT和源码)("Learning Reptiles from Zero" (PPT and Source))
    2019-03-18 22:06:06下载
    积分:1
  • boxcox
    boxcox函数的python实现,引用该函数可将偏态分布调整为正态分布(Python implementation of box Cox function)
    2020-06-17 09:40:01下载
    积分:1
  • jptimized
    超长整形数据计算程序,达到128位,同时计算速度进行了优化(The calculation program of super-long shaping data reaches 128 bits, and the calculation speed is optimized at the same time.)
    2018-08-04 16:51:49下载
    积分:1
  • GeoQ_Spider
    通过PYTHON编写的爬虫程序,爬取Geoq的人口密度数据(The population density data of Geoq is crawled by a crawler program written in PYTHON)
    2020-06-21 12:20:02下载
    积分:1
  • my_apriori
    很好用的关联规则挖掘经典算法,推荐使用。包括支持度、置信度、提升度,输出结果到excel文件(Good use of association rules mining classic algorithm, recommended)
    2018-11-14 15:51:16下载
    积分:1
  • LRR
    低秩表达程序,MATLAB. Robust Subspace Segmentation by Low-Rank Representation(Low-Rank Representation program, MATLAB Robust Subspace Segmentation by Low-Rank Representation)
    2020-11-14 15:39:43下载
    积分:1
  • c# k-mean 挖掘算法算法
    本文件封装好K-MEANS算法,只需要调用函数就可以使用
    2022-01-23 10:52:22下载
    积分:1
  • wzreedimensional-FDTD
    FDTD three-dimensional CPML
    2018-11-12 20:33:26下载
    积分:1
  • pca实现代码
    1.PCA是一种降维方法,降维致力于解决三个问题: a缓解维数灾难, b压缩数据的同时最小化信息损失,即去除数据噪声; c将几百维的数据降到几维方便可视化; d 降低算法开销。 PCA将数据投射到一个低维子空间实现降维。例如,二维数据集降维就是把点投射成一条线,数据集的每个样本都可以用一个值表示,不需要两个值。三维数据集可以降成二维,就是把变量映射成一个平面。一般情况下,n维数据集可以通过映射降成k维子空间,其中k是选取的主成分数目。
    2022-02-04 11:58:08下载
    积分:1
  • variabyefragmentation
    给定一块宽度为W的矩形板,矩形板的高度不受限制,现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件,切割的规则是零()
    2017-12-08 10:54:45下载
    积分:1
  • 696524资源总数
  • 103855会员总数
  • 91今日下载