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

搜索资源列表

  1. 广义异或集成神经网络算法

    0下载:
  2. 本程序用C语言实现了集成神经网络解决广义异或问题。用神经网络集成方法做成表决网,可克服初始权值的影响,对神经网络分类器来说:假设有N个独立的子网,采用绝对多数投票法,再假设每个子网以1-p的概率给出正确结果,且网络之间的错误不相关,则表决系统发生错误的概率为 Perr = ( ) pk(1-p)N-k 当p<1/2时 Perr 随N增大而单调递减. 在工程化设计中,先设计并训练数目较多的子网,然后从中选取少量最佳子网形成表决系统,可以达到任意高的泛化能力。 -this pro
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13kb
    • 提供者:刘波
  1. JenaProject.tar

    0下载:
  2. 这是使用Jena进行编程的一些例子,可以供希望使用Jena进行语义网编程的同学一些借鉴。-This is a program with some examples of Jena, Jena can be used for want of students some of the semantic web programming reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:678.23kb
    • 提供者:胡海啸
  1. 基于A星算法的MFC界面的八数码程序

    1下载:
  2. 基于A星算法的MFC界面的八数码程序,本人本科做得最漂亮的大作业了,其中process函数是搜索的主函数。-8 digital program with MFC interface based on A star searching method which is the most proud project I have finished in my fu*king bachelor years.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-04-09
    • 文件大小:36kb
    • 提供者:ddgysx
  1. C

    0下载:
  2. BP神经网络 学习 毕业设计用源代码 使用C编程,使用bp神经网络matlab工具箱-BP neural network learning graduate design program with source code using C, use of bp neural network toolbox matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:11.62kb
    • 提供者:qian
  1. AntColonyAlgorithmForCC

    0下载:
  2. 蚁群算法小程序 用C++编写 同大家分享-Ant colony algorithm with a small program with C++ to prepare to share
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:13.13kb
    • 提供者:yueliangzhu
  1. EightPazzelBfs

    0下载:
  2. This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:35.09kb
    • 提供者:somatco
  1. Tetris_AI

    0下载:
  2. 俄罗斯方块程序,带有人工智能,电脑自动玩游戏。-Tetris program, with artificial intelligence, computer automatically play games.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4.59mb
    • 提供者:陈皓
  1. JST

    0下载:
  2. this program applying artificial intelegence with backPropagation algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:127.19kb
    • 提供者:buddy_boyan
  1. bp-matlab

    0下载:
  2. BP神经网络 学习 毕业设计用源代码 使用matlab编程,使用bp神经网络matlab工具箱-BP neural network learning graduate design program with source code using matlab, matlab neural network toolbox to use bp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1.23kb
    • 提供者:qian
  1. TSP_GA

    0下载:
  2. 在c语言中用遗传算法解决旅行商问题的一个简单的程序,含有主程序,数据文件-In c language using genetic algorithms to solve the traveling salesman problem of a simple program, with the main program, data file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3.37kb
    • 提供者:陈建飞
  1. Fuzzyclusteringanalysisandprogramimplementation.ra

    0下载:
  2. 模糊聚类算法分析及程序实现,该论文详细介绍了模糊聚类算法的原理和代码实现,可以给大家提供一个参考,希望对大家有用!-Fuzzy clustering analysis and program implementation, the paper introduces the principle of fuzzy clustering algorithm and code implementation, can give you a reference, we hope to be useful!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:174.89kb
    • 提供者:龙龙
  1. BP-RBF-DRNN-Network-follow

    0下载:
  2. BP神经网络,RBF神经网络的辨识跟踪程序,含有很详细的注释!-BP neural network, RBF neural network identification tracking program, with very detailed notes!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1.35kb
    • 提供者:欧国徽
  1. program

    0下载:
  2. 基于遗传算法的旅行商问题求解 旅行商问题:假设有一个推销员,要到 n 个城市推销商品,他要找出一个包含所有 n 个城市的具有最小开销的环路-Traveling Salesman Problem Based on Genetic Algorithm for Traveling Salesman Problem: Suppose a salesman, to sell goods to the n cities, he has to find a city that contains all n
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.1mb
    • 提供者:刘浏
  1. Maximization-with-Genetic-Algorithm

    0下载:
  2. 基于matlab用自行编程的遗传算法,求解一个函数的最大值-Matlab-based program with its own genetic algorithm for solving the maximum of a function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:8.21kb
    • 提供者:ldh
  1. program-for-ipo

    0下载:
  2. 本程序为单粒子群优化算法,可用于无约束优化问题求解,具有好的优化效果-This program is a single particle swarm optimization algorithm, can be used for solving unconstrained optimization problems, with good optimization results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4.07kb
    • 提供者:百秀
  1. SVM_plugin_Source_Code

    0下载:
  2. 一个很好的SVM程序,附带安装程序,用于预测和回归分析!-SVM a good program, with installation procedures, and regression analysis to predict!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:213.85kb
    • 提供者:晨间
  1. GA

    0下载:
  2. TSP问题的遗传算法,C语言程序,附带问题说明-TSP problem genetic algorithm, C language program, with descr iption of the problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:14.08kb
    • 提供者:赵1
  1. 2

    0下载:
  2. 这是一个matla程序,用BP神经网络实现非线性函数的拟合-This is a matla program, with the BP neural network nonlinear function fitting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:46.89kb
    • 提供者:赵1
  1. ANN-matlab-code

    0下载:
  2. 人工神经网络ANN程序,带图形界面,可以选用不同学习规则(Hebb, Delta, LMS, Conceptron, Correlation)和不同的转移函数-ANN artificial neural network program with a graphical interface, you can use different learning rules (Hebb, Delta, LMS, Conceptron, Correlation) and different transfer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:7.68kb
    • 提供者:zoe
  1. SPSO-

    0下载:
  2. 标准的粒子群源程序代码 采用的是matlab编程-Standard PSO program with matlab programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4.95kb
    • 提供者:文凡
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com