登录
首页 » matlab » 03-GA-BP神经网络-拟合

03-GA-BP神经网络-拟合

于 2020-09-18 发布
0 214
下载积分: 1 下载次数: 4

代码说明:

说明:  基于GA-BP神经网络原理,针对大量的数据拟合问题的小程序,具备学习价值。(Based on the principle of GA-BP neural network, a small program for a large number of data fitting problems has learning value.)

文件列表:

03-GA-BP神经网络-拟合\aaaaaaa.asv, 5927 , 2019-01-22
03-GA-BP神经网络-拟合\aaaaaaa.m, 5994 , 2019-01-22
03-GA-BP神经网络-拟合\Code.m, 408 , 2018-06-06
03-GA-BP神经网络-拟合\Cross.m, 1513 , 2018-06-06
03-GA-BP神经网络-拟合\data.mat, 46404 , 2018-06-06
03-GA-BP神经网络-拟合\data1.mat, 2506 , 2019-01-21
03-GA-BP神经网络-拟合\data2.mat, 908 , 2019-01-21
03-GA-BP神经网络-拟合\Decode.m, 1131 , 2018-06-06
03-GA-BP神经网络-拟合\fun.asv, 1050 , 2019-01-22
03-GA-BP神经网络-拟合\fun.m, 1056 , 2019-01-22
03-GA-BP神经网络-拟合\Genetic.asv, 5798 , 2019-01-22
03-GA-BP神经网络-拟合\Genetic.m, 5854 , 2019-01-22
03-GA-BP神经网络-拟合\Mutation.m, 1527 , 2018-06-06
03-GA-BP神经网络-拟合\Select.m, 792 , 2018-06-06
03-GA-BP神经网络-拟合\test.m, 283 , 2018-06-06
03-GA-BP神经网络-拟合, 0 , 2020-02-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LuBangKongZhi
    鲁棒控制的大作业,论文中有题目和原程序,内有仿真图等原文件(Robust control of large operations, the paper has the title and the original program, within the simulation diagram and M files)
    2009-09-11 16:03:16下载
    积分:1
  • stm32触摸屏使用
    用于调试stm32f103rc的触摸屏,可以自行重新设置端口参数,利用keil进行调试(ouch screen for debugging stm32f103rc)
    2020-06-24 19:20:02下载
    积分:1
  • XIAOQIUf
    在使用TURBO C学习时编写的贪球游戏 功能十分简单 但是确是劳动的成果 希望大家支持(TURBO C in the use of study prepared by greedy ball game features a very simple but it is the outcome of the labor I hope you will support)
    2009-01-09 20:57:12下载
    积分:1
  • 拼图游戏,可以自己改换照片。放入任意自己想用的照片,程序可以分割放置,让玩家拼起来...
    拼图游戏,可以自己改换照片。放入任意自己想用的照片,程序可以分割放置,让玩家拼起来-Jigsaw puzzle, you can change their own photos. Add any of the photos themselves would like to use, the program can be divided place, allows gamers to put together
    2022-04-24 08:49:47下载
    积分:1
  • lpa(1)
    本次代码程序采用python语言实现lpa算法,具有良好的模块度结果(This code program uses Python language to implement LPA algorithm, and has good modularity results.)
    2020-06-20 19:20:02下载
    积分:1
  • tcs34725MDK
    说明:  暑假做的项目,颜色传感器hi父爱给你发给啊3(Summer vacation projects)
    2020-06-17 07:40:01下载
    积分:1
  • PAA
    基于PAA的分段线性表示算法:用等宽度窗口分割时间序列,每个窗口内的时间序列用窗口平均值来表示,就得到了时间序列的一种分段线性表示,它的输入参数为分段数,记为K.(PAA-based algorithm for piecewise linear representation: split time series with windows of same width , use the mean of time series in the window to express, it has been a sub-linear time series that it s input parameters as the number of sections, denoted by K.)
    2020-10-08 14:57:35下载
    积分:1
  • VC++演示如何实现ODBC异步调用
    VC++演示如何实现ODBC异步调用,好像比较高级的数据库编程技巧,其实实现方法并不复杂,而且异步调用ODBC还可以解决很多普通模式下不能解决的问题。
    2022-06-19 17:51:00下载
    积分:1
  • pn_eegPLV
    说明:  计算EEG数据集的锁相值(PLV)。 % %输入参数: eegData是3D矩阵numChannels x numTimePoints x numTrials srate是EEG数据的采样率filtSpec是用于在期望的感兴趣频带中过滤EEG信号的滤波器规范。 它是一个具有两个字段的结构,顺序和范围。 范围指定频带的限制,例如,对于伽马频带,使用filtSpec.range = [35 45]。 在filtSpec.order中指定FIR滤波器的顺序。 一个有用的经验法则可以包括约4到5个周期的所需信号。 例如,对于以500Hz采样的eeg数据,filtSpec.order = 50对应于100ms并且包含~4个周期的γ波段(40Hz)。(Computes the Phase Locking Value (PLV) for an EEG dataset. % % Input parameters: % eegData is a 3D matrix numChannels x numTimePoints x numTrials % srate is the sampling rate of the EEG data % filtSpec is the filter specification to filter the EEG signal in the % desired frequency band of interest. It is a structure with two % fields, order and range. % Range specifies the limits of the frequency % band, for example, put filtSpec.range = [35 45] for gamma band. % Specify the order of the FIR filter in filtSpec.order. A useful % rule of thumb can be to include about 4 to 5 cycles of the desired % signal. For example, filtSpec.order = 50 for eeg data sampled at % 500 Hz corresponds to 100 ms and contains ~4 cycles of gamma band % (40 Hz).)
    2019-04-23 20:00:42下载
    积分:1
  • 09 SCIA
    说明:  dsp2812 SPI简单小程序,用于初学者进行程序调试,仅供参考(Dsp2812 SPI simple applet for beginners to debug the program, for reference only)
    2019-10-25 19:14:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载