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

机器学习Python程序

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

  • R语言入门与实战:人才缺口巨,现在学习还不晚
    数据时代已经到来,但数据分析、数据挖掘人才却十分短缺,据全球顶尖管理咨询公司麦肯锡(McKinsey)一份详细分析报告显示: 预计到2018年,大数据或者数据工作者的岗位需求将激增,其中大数据科学家的缺口在14万到19万之间,对于懂得如何利用大数据做决策的分析师和经理的岗位缺口则将达到150万! 先来了解一下数据分析,就是以商业目的为驱动,所开展的获取数据、处理数据、分析数据、展示数据和撰写数据结构报告的一系列科学过程。 针对这个过程,R都有相应的方法可以较好地处理和完成数据分析所涉及到的内容。R是一种免费的、开源的语言和操作环境,其初衷是为了统计计算和画图,但是R语言现在能够做的事情已经远远地超出了其初衷,可以在诸多领域进行应用,比如,数据挖掘、机器学习、社交网络、生物信息、金
    2022-08-22 02:40:41下载
    积分:1
  • knn_svm_tree
    说明:  对于iris数据集的knn、svm、决策树算法分类的简单实现(Simple implementation of KNN, SVM and decision tree algorithm classification for iris dataset)
    2020-10-13 17:06:06下载
    积分:1
  • sxsqend__sunctuation
    用VC编写的01背包问题,功能强大,是在老师的指导下完成的,大家可以用来参考(The 01 knapsack problem written with VC, powerful function, is completed under the guidance of the teacher, we can use for reference)
    2018-09-05 16:11:30下载
    积分:1
  • boxcox
    boxcox函数的python实现,引用该函数可将偏态分布调整为正态分布(Python implementation of box Cox function)
    2020-06-17 09:40:01下载
    积分:1
  • 从零开始学Python网络爬虫源代码+教学PPT
    说明:  《从零开始学爬虫》的配套资料(PPT和源码)("Learning Reptiles from Zero" (PPT and Source))
    2019-03-18 22:06:06下载
    积分:1
  • mfet
    此程序为研究异形柱最不利荷载角的C++程序(This program is a C program for studying the most unfavorable load angle of special-shaped columns.)
    2018-09-05 12:16: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
  • 371805
    实现了自动生成随机数,对于 C仿真有很大的帮助()
    2018-02-05 09:30:53下载
    积分:1
  • 机器学习实战
    说明:  机器学习实战中文英文pdf+数据集+代码(Practice of machine learning)
    2021-02-21 23:11:22下载
    积分:1
  • IABC_KMC_test_on_Iris_wine_glass
    克服K均值聚类算法易受初始聚类中心影响的缺点,优化K均值聚类算法(The K mean clustering algorithm is easily affected by the initial cluster center, and the K mean clustering algorithm is optimized.)
    2018-03-08 11:24:25下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载