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

搜索资源列表

  1. bpprocess

    0下载:
  2. 神经网络程序,用MATLAB写的,TXT格式,在MATLAB的环境下运行-neural network program, written in MATLAB, TXT formats, in MATLAB environment running
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:916byte
    • 提供者:bungee
  1. function_pattern_CG

    0下载:
  2. 用Scilab编写的一种新颖的快速SVM算法(该算法为自己科研成果,已被发表)。该文件为TXT格式,可以复制到Scilab或Matlab下面使用。Matlab下面只需做细微语法改动。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.91kb
    • 提供者:kaku
  1. parzen

    0下载:
  2. 这是一个模式识别中的parzen窗的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition in a simple window parzen Category simulation examples, one of female.txt and male.txt training samples, test.txt is the me
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2.06kb
    • 提供者:刘锐
  1. GA-TSP

    0下载:
  2. 遗传算法求解TSP问题。包含6个文件。用matlab打开gatsp1.m,点击运行即可以得出结果。distTSP.txt文件包含了城市数据。如果更改了城市数,则须修改gatsp1.m文件中的N参数。-Genetic algorithm for TSP. Contains 6 files. Using matlab to open gatsp1.m, click on the results of running that can be drawn. distTSP.txt file contai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:11.49kb
    • 提供者:
  1. Bayes

    0下载:
  2. 一个比较简单的模式识别问题。用female.txt 和male.txt 的数据作为训练样本集,建立Bayes 分类器,用测试样本数据set1.txt、set2.txt、set3.txt 对该分类器进行测试,分别应用单个特征及两个特征进行实验-A relatively simple pattern recognition problem. Female.txt and male.txt use data as a training sample set, the establishment of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:2.99kb
    • 提供者:晏珏
  1. PCAfenlei

    1下载:
  2. 这是一个利用MATLAB利用PCA实现的简单分类程序,对于模式识别的初学者学习PCA知识并进行仿真会有很大帮助,其中male.txt和female.txt是训练样本,test.txt是测试样本,分类效果非常好。-This is a use of MATLAB to use a simple classification of the PCA implementation process, the PCA pattern recognition study for beginners and si
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.64kb
    • 提供者:刘锐
  1. genetic

    0下载:
  2. 使用遗传算法求解旅行商问题,城市数目及城市之间的距离通过txt文件来读入,然后输出求解过程及最后收敛到的最有路径-The use of Genetic Algorithm for Traveling Salesman Problem, the number of cities and the distance between cities through the txt file to read, and then output the solution process and the fina
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:609.5kb
    • 提供者:郑益夫
  1. ClusterEnsembleV10

    2下载:
  2. Alexander Strehl的CLUSTER ENSEMBLE算法----------------------------------------------------------------------- CLUSTERENSEMBLE README Alexander Strehl Version 1.0 2002-04-20 -------------------------------------------------------------------
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-27
    • 文件大小:217.59kb
    • 提供者:林安
  1. Matlab_ANN_Use

    0下载:
  2. This a nice Ann code which uses data from txt files and train Ann and then test ANN from data present in file and generate the results-This is a nice Ann code which uses data from txt files and train Ann and then test ANN from data present in file an
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:52.95kb
    • 提供者:adeel
  1. bpyuce.txt

    0下载:
  2. 用matlab编写的神经网络的程序用于预测-Neural network using matlab programs written to predict
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2.64kb
    • 提供者:liuchen
  1. input

    0下载:
  2. iris.txt for matlab neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:714byte
    • 提供者:teo
  1. matlab

    0下载:
  2. svm中用于matlab平台的代码-matlab routine to achieve the image samples into libsvm data format, and write txt file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:15kb
    • 提供者:q
  1. moshifenlei

    0下载:
  2. 这是一个自己写的模式分类的MATLAB程序,但是是用TXT文件编写的,下载之后可以复制粘贴到MATLAB中进行运行。-This is a classification model to write their own MATLAB program, but is written with a TXT file, download then you can copy and paste into MATLAB to run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:725byte
    • 提供者:张晓敏
  1. Kmeans

    1下载:
  2. Kmeans聚类算法的matlab实现,测试用例使用的是身高和体重(放到.txt文件,从该文件中读取数据),根据身高体重划分为男女两类(上传文件中的sample即为测试例)-Kmeans clustering algorithm matlab implementation, test cases using height and weight (put. Txt file, read from the file data), classified according to height and
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4.58kb
    • 提供者:Rhonda
  1. systerm_cluster

    0下载:
  2. 系统聚类算法的matlab实现,测试用例使用的是身高和体重(放到.txt文件,从该文件中读取数据),根据身高体重划分为男女两类(上传文件中的sample即为测试例)-Hierarchical clustering algorithm matlab implementation, test cases using height and weight (put. Txt file, read from the file data), classified according to height an
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4.79kb
    • 提供者:Rhonda
  1. pso

    0下载:
  2. 粒子群算法matlab代码,是个txt文件,编的不好见谅-pso code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.39kb
    • 提供者:李洋
  1. gatbx-tool

    5下载:
  2. 遗传算法常用的工具箱 安装步骤: 解压,复制到matlab安装路径下的toolbox文件中 file-set path-add with subfolders-gatbx-save-close file-preferences-general-update toolbox path cache-ok - gatbx .....\BS2RV.M .....\CONTENTS.M .....\CRTBASE.M .....\CRTBP.M
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-05
    • 文件大小:206.86kb
    • 提供者:comoma
  1. bag-matlab

    1下载:
  2. 背包问题动态规划matlab实现.txt 背包问题动态规划matlab实现.txt -Knapsack problem dynamic programming matlab realize. Txt knapsack problem dynamic programming matlab realize. Txt knapsack problem dynamic programming matlab realize. Txt
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-09-19
    • 文件大小:1kb
    • 提供者:赵梦雅
  1. k-means---matlab

    0下载:
  2. matlab写的一个简单的k-means聚类算法,通过导入data.txt文件,再利用k-means讲结果呈现在界面上-matlab write a simple k-means clustering algorithm, by importing the data.txt file, and then use k-means results are presented in the interface stresses
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1.33kb
    • 提供者:郑杰
  1. tsp 2

    0下载:
  2. 使用分布式优化算法的概率思想解决tsp问题,内含一篇相关论文,txt文档复制到matlab中。 一些tsp标准测试数据(结合matlab可直接调用,只需要改掉matlab中调用路径即可) 自己的测试情况。 我算法内在100维以上就运行很慢,而且精度下降,如果有朋友找到解决方法可以联系我,大家学习交流 (比上次的上传完整很多)(using EDA solving tsp)
  3. 所属分类:人工智能/神经网络/深度学习

« 12 »
搜珍网 www.dssz.com