搜索资源列表
在线签名鉴定应用实例
- 一个在线签名鉴定程序。(人工神经网络算法实现)-an online signature verification process. (Artificial neural network algorithm)
模拟退火c++的算法程序
- 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning is very good value
bayes在分类中的应用
- 程序用C语言实现了贝叶斯在数据挖掘中分类和预测中的应用,通过程序可以很好的进行分类和预测。-This program use C language to realize the application of bayes in data mining and forecasting,you can use this program to make a good classification and forecasting
关于tts语音引擎的使用方法
- 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。 Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\\Speech目录下
C语言遗传算法程序包
- 一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序-a classic genetic algorithm C language package can be used directly for the development of the genetic algorithm application
DigitRecog
- 用bp实现的数字识别程序,用到了经典的bp算法,可移植到其他应用程序中去-bp achieve with the digital identification procedures, the use of classical bp algorithm can be transplanted to other applications go
演化程序——遗传算法和数据编码的结合
- 演化程序——遗传算法和数据编码的结合 具体介绍了遗传算法的应用-evolutionary process -- genetic algorithms and data encoding the specific combination of the application of genetic algorithms
bss_toolbox
- 这是一个盲源分离的应用程序,其中还包括做实验用的各种数据-This is a blind source separation applications, which also includes an experiment with the various data
linkfive
- 五子棋核心算法,一级完整的应用程序演示,经过很多高手的测试,和厉害的-331 core algorithm, a complete application demonstration, a lot of experts in the testing and powerful
AI_GA_matlab
- 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
svm_delphi
- 基于libsvm,开发的支持向量机图形界面应用程序,并提供了关于C和sigma的新的参数选择方法,使得SVM的使用更加简单直观
Tsp
- 使用蚁群算法解决旅行商问题,mfc应用程序,城市数目及坐标在eil51.tsp里-use ant algorithm to solve the traveling salesman problem, and mfc applications, The number of cities and coordinates the eil51.tsp Lane
NN
- MATLAB工具箱的神经网络理论与应用程序源代码
mazerobot
- 利用人工智能的经典算法实现迷宫游戏;里面的A星(a*)算法可以很方便的移植到应用程序中,可以选择机器人,人工行走,选择背景,选择迷宫等,这是初级版本,高级版本正在修改。
simulate_anneal
- 用mathlab编写的经典的模拟退火应用程序,包括图着色问题,最大截问题等
brain12
- 本例是一个神经网络仿真应用程序,对于无这方面技能的人也能方便地使用它,程序基于BP反传播算法实现,通过网络训练,获得你需要的网络模型,同时,你还可以测试你建立的网络模型。内附三个实例-This is a example of networking simulink application program,
粒子群算法程序
- 粒子群算法程序集,应用于粒子优化处理!最新的算法.-PSO algorithm set, optimized for particle! The latest algorithm.
阻尼PSO算法(MT一维反演应用)
- 反演采用非线性反演算法----微粒群算法。 正演程序为Fortran编写的DLL 软件界面和反演算法用C#编写。 资源发布仅供交流:mou_yq@126.com
HMM工具箱和程序
- 里面有工具箱和一个应用程序示例
ga
- 一个简单的遗传算法应用程序,可以为初学者提供这方面的一些借鉴。-A simple genetic algorithm application for beginners to provide some reference in this regard.