CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法

文件名称:机器学习算法各种代码

介绍说明--下载内容来自于网络,使用问题请自行百度

机器学习算法各种代码,包含svm,pca,lda,决策树等源码
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : Algorithms_for_MachineLearning-master.zip 列表
Algorithms_for_MachineLearning-master/
Algorithms_for_MachineLearning-master/01.K-means Learning/
Algorithms_for_MachineLearning-master/01.K-means Learning/city.jpg
Algorithms_for_MachineLearning-master/01.K-means Learning/kmeans_demo1.m
Algorithms_for_MachineLearning-master/02.KNN Learning/
Algorithms_for_MachineLearning-master/02.KNN Learning/cvEucdist.m
Algorithms_for_MachineLearning-master/02.KNN Learning/cvKnn.m
Algorithms_for_MachineLearning-master/02.KNN Learning/main.m
Algorithms_for_MachineLearning-master/03.Regression Learning/
Algorithms_for_MachineLearning-master/03.Regression Learning/data.mat
Algorithms_for_MachineLearning-master/03.Regression Learning/main.m
Algorithms_for_MachineLearning-master/03.Regression Learning/pls.m
Algorithms_for_MachineLearning-master/03.Regression Learning/plsiscoeff.m
Algorithms_for_MachineLearning-master/03.Regression Learning/plspcr.m
Algorithms_for_MachineLearning-master/03.Regression Learning/plsra.m
Algorithms_for_MachineLearning-master/03.Regression Learning/plsrd.m
Algorithms_for_MachineLearning-master/03.Regression Learning/plsresult.m
Algorithms_for_MachineLearning-master/03.Regression Learning/plsutcor.m
Algorithms_for_MachineLearning-master/03.Regression Learning/stand.m
Algorithms_for_MachineLearning-master/04.Desion Tree Learning/
Algorithms_for_MachineLearning-master/04.Desion Tree Learning/BuildC45Tree.m
Algorithms_for_MachineLearning-master/04.Desion Tree Learning/C45_Results.png
Algorithms_for_MachineLearning-master/04.Desion Tree Learning/ID3_Results.png
Algorithms_for_MachineLearning-master/04.Desion Tree Learning/UseC45Tree.m
Algorithms_for_MachineLearning-master/04.Desion Tree Learning/UseID3Tree.m
Algorithms_for_MachineLearning-master/04.Desion Tree Learning/flower_mask.png
Algorithms_for_MachineLearning-master/04.Desion Tree Learning/flower_test.png
Algorithms_for_MachineLearning-master/04.Desion Tree Learning/main.m
Algorithms_for_MachineLearning-master/05.Random Forest/
Algorithms_for_MachineLearning-master/05.Random Forest/RF.mexw32
Algorithms_for_MachineLearning-master/05.Random Forest/main.m
Algorithms_for_MachineLearning-master/05.Random Forest/runRF.m
Algorithms_for_MachineLearning-master/05.Random Forest/runRF_demo.m
Algorithms_for_MachineLearning-master/05.Random Forest/satimage.tra
Algorithms_for_MachineLearning-master/05.Random Forest/satimage.txt
Algorithms_for_MachineLearning-master/05.Random Forest/srbct.txt
Algorithms_for_MachineLearning-master/05.Random Forest/test_data.txt
Algorithms_for_MachineLearning-master/05.Random Forest/trainData.txt
Algorithms_for_MachineLearning-master/05.Random Forest/train_data.txt
Algorithms_for_MachineLearning-master/06.Bayes Learning/
Algorithms_for_MachineLearning-master/06.Bayes Learning/Bayes.asv
Algorithms_for_MachineLearning-master/06.Bayes Learning/Bayes.m
Algorithms_for_MachineLearning-master/06.Bayes Learning/background.mat
Algorithms_for_MachineLearning-master/06.Bayes Learning/human.mat
Algorithms_for_MachineLearning-master/06.Bayes Learning/randQ.m
Algorithms_for_MachineLearning-master/07.EM Algrithom/
Algorithms_for_MachineLearning-master/07.EM Algrithom/EM_init_kmeans.m
Algorithms_for_MachineLearning-master/07.EM Algrithom/main.m
Algorithms_for_MachineLearning-master/08.Adaboost/
Algorithms_for_MachineLearning-master/08.Adaboost/@crossvalidation/
Algorithms_for_MachineLearning-master/08.Adaboost/@crossvalidation/CatFold.m
Algorithms_for_MachineLearning-master/08.Adaboost/@crossvalidation/GetFold.m
Algorithms_for_MachineLearning-master/08.Adaboost/@crossvalidation/Initialize.m
Algorithms_for_MachineLearning-master/08.Adaboost/@crossvalidation/crossvalidation.m
Algorithms_for_MachineLearning-master/08.Adaboost/@stump_w/
Algorithms_for_MachineLearning-master/08.Adaboost/@stump_w/calc_output.m
Algorithms_for_MachineLearning-master/08.Adaboost/@stump_w/do_learn_nu.m
Algorithms_for_MachineLearning-master/08.Adaboost/@stump_w/get_threshold_and_dim.m
Algorithms_for_MachineLearning-master/08.Adaboost/@stump_w/stump_w.m
Algorithms_for_MachineLearning-master/08.Adaboost/@tree_node_w/
Algorithms_for_MachineLearning-master/08.Adaboost/@tree_node_w/calc_output.m
Algorithms_for_MachineLearning-master/08.Adaboost/@tree_node_w/do_learn_nu.m
Algorithms_for_MachineLearning-master/08.Adaboost/@tree_node_w/get_dim_and_tr.m
Algorithms_for_MachineLearning-master/08.Adaboost/@tree_node_w/train.m
Algorithms_for_MachineLearning-master/08.Adaboost/@tree_node_w/tree_node_w.m
Algorithms_for_MachineLearning-master/08.Adaboost/Classify.m
Algorithms_for_MachineLearning-master/08.Adaboost/RealAdaBoost.m
Algorithms_for_MachineLearning-master/08.Adaboost/TrainAndSave.m
Algorithms_for_MachineLearning-master/08.Adaboost/TranslateToC.m
Algorithms_for_MachineLearning-master/08.Adaboost/ionosphere.txt
Algorithms_for_MachineLearning-master/08.Adaboost/main.m
Algorithms_for_MachineLearning-master/09.SVM Method/
Algorithms_for_MachineLearning-master/09.SVM Method/SVM.m
Algorithms_for_MachineLearning-master/09.SVM Method/kernel.m
Algorithms_for_MachineLearning-master/09.SVM Method/svmSim.m
Algorithms_for_MachineLearning-master/09.SVM Method/s

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com