资源列表
Cavalier
- 一个用C++编写的机器人桌面宠物代码,仅供参考-A written using C++ desktop pet robot code, for reference only
TTS 语音合成开发包
- TTS 语音合成开发包,帮助程序员仅通过几行代码轻松实现文本朗读、文本转音频文件的功能,只需几分钟的时间,就可以将TTS语音功能集成到你的程序中。 开发包的使用 1、首先将 Include\Speak.h、Lib\Speak.lib 拷贝到工程所在的目录 2、在要调用语音接口的代码中引入这两个文件: #include "Speak.h" #pragma comment(lib, "Speak.lib") 3、调用语音接口编写相关代码
GAoptimizeBP
- 一个遗传算法优化神经网络权值的实例,包含了GA工具箱,和说明文档。-a genetic algorithm to optimize the weights of the neural network examples include GA toolbox, and documentation.
GAoptimizeBP
- 一个遗传算法优化神经网络权值的实例,包含了GA工具箱,和说明123-a genetic algorithm to optimize the weights of the neural network examples include GA toolbox, and documentation.
q
- 基于遗传算法的测站资源优化分配研究,遗传算法简介,只能仿生算法概述-Based on genetic algorithm to optimize the allocation of station resources, research, genetic algorithms Profile, only an overview of bionic algorithm
svm_multiclass.tar
- support vector machine multicla-support vector machine multiclass
ANN-to-control-the-algorithm
- 基于BP神经网络的PID控制,利用神经网络的自学习、非线性和不依赖模型等特性实现PID参数的在线自整定,充分利用PID和神经网络的优点。-BP neural network based PID control, self-learning neural network, nonlinear and non-dependent model and other characteristics to achieve PID parameters on-line self-tuning, full us
keras-master
- keras的Demo,深度学习入门级代码。(The demo of keras. It's the basic code for deep learning.)
精通MATLAB神经网络代码
- 《精通MATLAB神经网络》的全部源码,强烈推荐初学者下载学习("Proficient in MATLAB neural network" source code)
马来西亚(28)Ghidorah Forex EA T2.03
- Ghidorah Forex EA是一款知名的EA,是马来西亚一个博士编写的,俗称“马来西亚28币EA”可以同时运行28个货币对,单量是比较大,很多机构用这个EA放出来的观摩,一年资金翻3倍,10000美金起步跑,不太适合小资金。修改后小资金也可以运行,有兴趣的朋友可以试试。(Ghidorah Forex EA is a well-known EA. It is written by a doctor in Malaysia. It is commonly known as "Mala
ANN-BP
- 分两部分,第一部分是神经网络的基本概念,第二部分是用BP网络实现函数逼近算法-including two part , one is about the basic concept of ANN, the other is algorithm