资源列表
遗传算法优化BP神经网络-非线性函数拟合
- 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimizes BP neural network nonlinear function fitting)
CWS_LSTM-master
- 使用python实现的分词,使用长短期记忆神经网络。(Using Python to implement participle, use long term memory neural network.)
遗传算法优化的BP神经网络
- 遗传算法优化BP 神经网络是用遗传算法来优化BP 神经网络的初始权值和阔值,使优化 后的BP 神经网络能够更好地预测函数输出。遗传算法优化BP 神经网络的要素包括种群初 始化、造应度函数、选择操作、交叉操作和变异操作。(Genetic algorithm optimizes BP neural network by using genetic algorithm to optimize the initial weight and broad value of BP neural netwo
aaa
- 股票计算类软件方便实用便于计算股票的盈利,印花税
approximation-theory-of-functions
- 这是一个很基础的用MATLAB解决函数逼近问题一个程序,可以在次基础上进行扩展,对于了解MATLAB的神经网络工具箱也是一个很好的了解。-This is a very basic function approximation using MATLAB to solve the problem a program that can be extended on the basis of the times, for the understanding of the neural network t
chapter3
- 遗传算法优化BP神经网络——非线性函数拟合-Genetic algorithm to optimize BP neural network- non-linear function fitting
基于熵函数的语音端点检测方法
- 基于熵函数的语音端点检测方法.rar格式为vip-voice endpoint detection methods. Rar format vip
1
- 请编写算法,求一元多项式Pn(x) = 的值Pn(x0)。本题的输入为ai(i = 0,1,…,n),x0和n,输出为Pn(x0) -Please write the algorithm, find a polynomial Pn (x) = the value of (Pn) (x0). The input of this title for the ai (i = 0,1, ..., n), x0, and n, the output of Pn (x0)
OCRcharacteridengtifycode
- OCR字符识别源代码,基于神经网络,用C#写的 -OCR character recognition source code, based on neural network, using the C# to write
nonlinear-function-fitting
- 遗传算法优化BP神经网络-非线性函数拟合-BP neural network genetic algorithm- nonlinear function fitting
robot-yanjiu
- 机器博弈研究报告,初学机器博弈的朋友可以好好看看,内容不错-Machine game research report, beginner machine game friends can take a good look, good content
AI
- 人工智能中的八数码问题:附有详细的注释 我们可以将八数码问题看成移动空格的问题.在不断的移动空格过程当中不断改变棋盘的布局,使之到达目标状态. 用一个open表(本程序采用序栈)的节点,从中选择一个总体代价最小的节点(不妨设为A节点,栈不为空时)是否是目标状态,如果不是则将A节点的有效的儿子节点(不在open表及closed表中出现过,不违反移动规则)插入有序表open表中,并将A节点插入closed表中.然后重复以上操作.
