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

搜索资源列表

  1. 人工神经网络BP算法_函数逼近

    3下载:
  2. 用三层BP网络实现一个单输入单输出函数的逼近,文件中一个CPP文件和一个WORD文件,其中word文档中有对算法理论,算法设计,程序结果及改进方法试验的详细说明-using neural networks to achieve a single-input single-output function approximation, a CPP paper documents and a Word document, which document a word of the algorithm t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:47.09kb
    • 提供者:李琳
  1. ga_pic

    0下载:
  2. 基于遗传算法的图案生成程序,其中有遗传算法的基本模块。-based on genetic algorithm design generation procedures, which are the basic genetic algorithm module.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:62.31kb
    • 提供者:李东营
  1. KNN(CSHARP)

    1下载:
  2. 基于不断学习的贝叶斯-KNN文本分类算法的设计与实现,给出原始几个类别的文本文件,通过机器学习,获取各个类别文本内容的主要特征,在这个基础上,给出待分类的文件库,系统通过自动分类,对文件库中的文本进行分类,把文件分配到最有可能的类别中。-based learning Bayesian-KNN text classification algorithm design and implementation given several types of the original text file,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:108.25kb
    • 提供者:linvg
  1. shangrenguoheyouxidayingjieguo

    0下载:
  2. 算法设计--------------闫洲 安徽阜阳师范学院数学系信息与计算科学专业-algorithm design -------------- Fuyang, Anhui Province, Yan Chau Department of Mathematics Teachers College Information and Computing Science
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:936byte
    • 提供者:yanzhou
  1. Genetic-algorithm

    0下载:
  2. Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.03mb
    • 提供者:chen
  1. timetable-csharp

    1下载:
  2. c#/CSharp 遗传算法高校排课系统的源代码,这是我哥哥做的本科毕业设计,很不错的哦-c#/CSharp University Course Scheduling System genetic algorithm source code, which I did graduate design, very good oh ~ ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:533.54kb
    • 提供者:张雨萌
  1. pid_chanshu

    0下载:
  2. 基于遗传算法的PID参数的PID参数整定,在matlab环境下的源程序.PID参数的整定有两种可用的方法,理论设计法及实验确定法.-Based on genetic algorithm of the PID parameters of PID parameter tuning in matlab source environment. PID tuning parameters, there are two available methods, theory and experimental d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1.49kb
    • 提供者:建军
  1. SA_GA

    3下载:
  2. 基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。 -Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-11
    • 文件大小:5.7kb
    • 提供者:杨剑浩
  1. GAanddesign

    1下载:
  2. 遗传算法书籍:遗传算法与工程设计,本书较好的提供了GA应用-Genetic Algorithm Books: genetic algorithm and engineering design, this book provides a better application of GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9.41mb
    • 提供者:毛毛雨
  1. a.m

    0下载:
  2. Matlab仿真程序,介绍了数据的程序结构、运用和算法设计。-Matlab simulation program, introduced procedures for data structure, application and algorithm design.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.06kb
    • 提供者:ct
  1. GA-FOR-VRP

    1下载:
  2. 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8.61kb
    • 提供者:pengyang
  1. Astar_TSP

    0下载:
  2. 用A星算法解决旅行商(货郎担)问题,附设计报告和测试用例-A Star algorithm used to solve TSP (traveling salesman) problems, with the design of reports and test cases
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:58.77kb
    • 提供者:杨猛
  1. bsga

    0下载:
  2. 一个简单遗传算法的程序,能够实现模拟低通滤波器的设计。-A simple genetic algorithm procedure, to achieve analog low-pass filter design.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:247.08kb
    • 提供者:朱健华
  1. scripts

    0下载:
  2. 在一个任意的天线方向图下,利用遗传算法使其接近所给的理想天线方向图。这种方法已经在NASA和其他机构中所利用来制造航天器。这些程序是自动生成一个2.4GHz的微波天线,利用遗传算法和NEC2模拟工具,来实现优化天线。包括最初级的简单双极形天线,在这个基础上又设计了三维空间中两部分天线和三维空间中多部分天线。-In a partially random antenna layout, and use a genetic algorithm to evolve a better solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:10.81kb
    • 提供者:胡云
  1. 123

    0下载:
  2. 这是一篇基于遗传算法的高校自动排课系统设计方案,希望能对你有所帮助-This is a college based on genetic algorithm automatically Timetable system design, I hope you can help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2.27mb
    • 提供者:pig
  1. pptOfGeneticAlgorithm

    0下载:
  2. 讲述了遗传算法的基本原理、特点、应用领域、优化设计、应用等 例:1.基于遗传算法优化的RBF网络逼近 2.遗传算法求函数极值-About the basic principles of genetic algorithms, characteristics, applications, and optimize the design, application and other cases: 1. Based on genetic algorithm optimization of R
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:66.19kb
    • 提供者:xq
  1. Algorithm.origin.idea

    0下载:
  2. 算法由来及算法设计的思想文档Algorithm for the origin of the idea and algorithm design documents -Algorithm for the origin of the idea and algorithm design documents
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:6.31kb
    • 提供者:utub
  1. Divide-and-conquer-algorithm

    0下载:
  2. 分治算法是基于多分枝递归的一种算法设计模式。分治算法递归地把一个大问题分解为多个类型相同的子问题,直到这些子问题足够的简单能被直接解决。最后把这些子问题的解结合起来就能得到原始问题的解。-Divide and conquer algorithm is based on a multi-branch recursive algorithm design pattern. Divide and conquer algorithm recursively to a large problem into
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:7.67kb
    • 提供者:刘旭
  1. the-greedy-algorithm

    0下载:
  2. 算法设计与分析(第4章 贪婪算法),主要介绍贪婪算法-Algorithm Design and Analysis (Chapter 4, the greedy algorithm), introduces a greedy algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:26.89kb
    • 提供者:刘强
  1. the-dynamic-programming-algorithm

    0下载:
  2. 算法设计课件(第三章动态规划),最主要讲述动态规划的算法-Algorithm design courseware dynamic programming) (Chapter III, the most important about the dynamic programming algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:17.14kb
    • 提供者:刘强
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com