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

搜索资源列表

  1. libsvm_setup

    0下载:
  2. 这是台湾大学林智仁(Lin Chih-Jen)副教授等人开发的SVM模式识别与回归的软件包,该软件可以解决C-SVM分类、-SVM分类、-SVM回归和-SVM回归等问题,包括基于一对一算法的多类模式识别问题。-This is the National Taiwan University, Lin Zhiren (Lin Chih-Jen), associate professor, who developed SVM pattern recognition and regression of t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:95.44kb
    • 提供者:zhangpei
  1. LS-SVMlab1.5

    0下载:
  2. SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题-SVM software package can solve the classification problems (including the C-SVC, n- SVC), regression (including e- SVR, n- SVR) as well as the distribution of estim
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:31.73kb
    • 提供者:hanzeyu
  1. java_evolutionary_algorithms

    0下载:
  2. 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:102.28kb
    • 提供者:陈雷
  1. GA

    0下载:
  2. 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。-Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorithm (GA), calculating y i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:42.53kb
    • 提供者:skyfrog
  1. shouxieshibie

    0下载:
  2. 上午上课在稿纸上画了半天,整理下思路,下午动手写的,所有模块已大概成型,本着照顾后学者,以及资源共享的原则,贴上核心的bp算法部分,已经封装好了,使用可以直接调用。三层,基本三层就可以解决我们的这些简单的问题,输入为8×8,输出4,隐层数目conts num=8 还可进一步封装,const输入层节点,输出层节点。-Morning class in the writing paper drew a long time, under the idea of finishing the afterno
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1.85kb
    • 提供者:杨元龙
  1. vcDEMO

    0下载:
  2. 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。 实现环境:Visual C++ 6.0. -Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:45.68kb
    • 提供者:zsy
  1. softhy.net

    0下载:
  2. 一个相对比较好用的VC++遗传算法类,虽然较早,但现在仍有不少朋友挺喜欢用,压缩包内是这个类的源代码 ,暂时没有示例程序,如果你理解了代码 ,使用绝对不成问题。- A relatively quite easy to use VC++ genetic algorithm class, although early, but still had many friends very to like now using, in the compression package is this kind
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3.85kb
    • 提供者:jhl
  1. NeuralNetworkFlood

    0下载:
  2. Flood神经网络程序包,Flood is a comprehensive class library which implements the multilayer perceptron in the C++ programming language. It has been developed follow- ing the functional analysis and calculus of variations theories. In this regard, this
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:11.76mb
    • 提供者:田丰
  1. student

    0下载:
  2. 1. 定义一个学生类(Student),属性有private的名字(name), public的年龄(age),专业(specialty)和封装name属性的方法:setName(),getName(),getspecialty()编写Application,创建一个学生对象,设置name和age属性值,然后调用一个方法(此方法将对象作为参数传递,在方法中打印出学生的名字name和年龄age)。(学生类仅包含静态成员变量和方法。)- Define a Student class (Student
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:3.49kb
    • 提供者:袁木
  1. A_str

    0下载:
  2. A星算法 简单的封装成类 可以自行加工使用 也可以参考下 运行可以修改 数组里面的数值 0 为通道 1 为障碍-A star algorithm simple package into a class can use their own processing can also refer to an array can be modified to run inside the value 0 for channel 1 as obstacles
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1.71mb
    • 提供者:崔行
  1. LS_GaUniversal

    0下载:
  2. 将遗传算法封装成一个类,并且通过求解一个非线性方程验证算法的可行性,并将历代种群个体及其适应度还有在方程的求解过程用对话框体现出来。-The genetic algorithm package into a class, and by solving a nonlinear equations to verify the feasibility of the algorithm, and the population ages and fitness of individuals as well
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:54.47kb
    • 提供者:林圣琳
  1. ANN_TEST

    0下载:
  2. 一个神经网络的类,压缩包里面有训练用来识别验证码的神经网络的训练和应用实例。-It s a class of ANN.And the package includes the example of how to use and train the ANN.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4.05mb
    • 提供者:LINSOFT
  1. StateMachine

    0下载:
  2. 一个有限状态机的编程范例 StateMachine包 状态机管理 IStateMachine.as 状态机接口 MyEvent_Control.as 消息管理,状态管理 MyEvent_Single.as 单个事件 Total.as 实现了状态机接口(IStateMachine)的基类,将其理解为抽象类比较好 A.as 继承基类(Total)的状态机,这个才是真正可用的 B.as 同A Main.as 调用,以及启动 若要使
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:16.98kb
    • 提供者:可了
  1. KCF

    1下载:
  2. This package includes a C++ class with several tracking methods based on the Kernelized Correlation Filter (KCF) [1, 2]. It also includes an executable to interface with the VOT benchmark.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2018-08-13
    • 文件大小:24.56kb
    • 提供者:hancuizhujun
搜珍网 www.dssz.com