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

搜索资源列表

  1. ImageCodes-Harris

    0下载:
  2. VC写的harris角点检测程序。又名plessey,最经典也是目前效果最好的算法,比susan抗噪要好(实际的讲)-A program of Harris corner points test writen by VC.We can call is as plessey,it is the best algorithm.It better than susan from real useful point.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:904.58kb
    • 提供者:赵辉
  1. pittnet神经网络源代码

    0下载:
  2. The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the n
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:127.8kb
    • 提供者:孙南
  1. 关于tts语音引擎的使用方法

    1下载:
  2. 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\\Speech目录下
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.75kb
    • 提供者:章称
  1. LVQ学习矢量化算法

    0下载:
  2. LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37.5kb
    • 提供者:张伟华
  1. Hermit多项式在线学习ran算法

    0下载:
  2. 本程序用资源分配网(Resource_Allocation Network,简称RAN)实现了Hermit多项式在线学习问题。训练样本产生方式如下,样本数400,每个样本输入Xi在区间[-4,4]内随机产生(均匀分布),相关样本输出为F(Xi) = 1.1(1-Xi + Xi2)exp(-Xi2/2),测试样本输入在[-4,+4]内以0.04为间隔等距产生,共201个样本。训练结束后的隐节点为:11个,训练结束后的平均误差可达:0.03 -this program resources dis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.88kb
    • 提供者:刘波
  1. Genetic Algorithm Test

    0下载:
  2. 改进遗传算法程序-improved genetic algorithm program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.38kb
    • 提供者:程肯
  1. SineTest

    0下载:
  2. This a test program which gives the output in the form of sin(x), where x is the input to the neural network. It uses SineLayer class of JOONE.-This is a test program which gives the output in the form of sin(x), where x is the input to the neural ne
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3.05kb
    • 提供者:Vipul
  1. GraphCut_matlab

    1下载:
  2. graph cut 优化算法的最新版本,包含和Matlab接口,已编译,以及自己的一个简单测试例子程序MyTest,还有一篇经典论文及自己的读书笔记-graph cut optimization algorithm of the latest version, includes and Matlab interface has been compiled, and their example of a simple test program MyTest, there is a classic
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-13
    • 文件大小:46kb
    • 提供者:tanghuang
  1. test

    2下载:
  2. 关于BP神经网络的程序代码,包括阈值和权值的调整,现在在石油开发测井应用非常广泛-Regarding the BP neural network program code, include threshold value and the adjustment of oil well logging, now is used extensively
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:14.44kb
    • 提供者:赵亚宁
  1. Test

    0下载:
  2. 一个很好用的模拟退火程序用于伺服电机跟踪给定信号-an anneal program application on servo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:488.14kb
    • 提供者:孙秀婕
  1. DSP_ARMA_Lattice_C_language

    0下载:
  2. 在数字信号处理中,格型(Lattice)网络起着重要的作用,使得它在现代谱估计,语音处理,自适应滤波,线性预测和逆滤 波等方面已得到广泛应用。本项目在VC6.0上用标准C语言实现了ARMA格型滤波器,提供单点滤波和向量滤波的实现,并给出测试程序。算法实现的稳定性也在工程项目中得到验证。-In digital signal processing, the lattice type (Lattice) network plays an important role, so that it
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:208.31kb
    • 提供者:林元陈
  1. pso_ga_RBF_network

    0下载:
  2. 用MATLAB语言编写的,采用了粒子群算法对RBF神经网络中的参数进行了优化,在测试程序中验证了经过粒子群算法优化的RBF神经网络的函数逼近能力比未经过优化的逼近能力强-Written by MATLAB, using the particle swarm algorithm to RBF neural network parameters were optimized, validated in the test program through the Particle Swarm Optim
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2.6kb
    • 提供者:yyt
  1. test

    0下载:
  2. 数据挖掘中的数据以及测试数据的程序,可正常进行分类,核函数齐全-Data and test data in the data mining program, normally classified, complete kernel function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:905.39kb
    • 提供者:liyu
  1. Based-on-GA-to-generate-test-cases

    0下载:
  2. 基于遗传算法工具箱galib的测试用例生成程序。可用于实验分析用例质量。-Based on the genetic algorithm toolbox galib program for generating test cases. Can be used for the quality of experimental analysis of use cases.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:5.26kb
    • 提供者:mantianlong
  1. program-two

    1下载:
  2. 静态K-S检验下的copula 分布估计算法边缘分布的研究- Marginal distribution in copula estimation of distribution algorithm based static K-S test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.65kb
    • 提供者:赵慧
  1. test

    0下载:
  2. 人工智能小程序,实验课自主编写,不喜勿喷.-AI program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.25kb
    • 提供者:yuguo
  1. kmeans

    0下载:
  2. matlab实现的k均值聚类算法,能对不同维度的数据进行聚类,有测试程序,欢迎下载-k-means clustering algorithm matlab implementation, capable of clustering data in different dimensions, with a test program, welcome to download
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:940byte
    • 提供者:Ausk
  1. test

    0下载:
  2. som算法示例程序 som算法入门经典程序-som arithmetic algorithm sample program Getting Started
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:766byte
    • 提供者:nov
  1. FuzzyPSO

    0下载:
  2. 模糊粒子群算法 用于解决参数寻优和工程最优化问题 亲测程序可以完美运行 希望可以帮到你-Fuzzy particle swarm algorithm for solving the parameter optimization and engineering optimization problems pro-test program can run perfectly hope you can help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:mr feng
  1. CS_BP重构

    0下载:
  2. bp重构算法程序,压缩感知重构算法,包含测试程序(BP reconstruction algorithm program, compressive sensing reconstruction algorithm, including test program)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:沐点
« 12 3 4 »
搜珍网 www.dssz.com