BP神经网络实现测试数据预测我要分享

Test data prediction based on BP neural network

强度 抗压强度 BP预测 neural-strength 神经网络-强度

关注次数: 301

下载次数: 1

文件大小: 38KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

BP神经网络实现测试数据预测(将训练集与测试集数据进行归一化 建立BP神经网络,并训练;利用训练好的BP神经网络对测试集中的23个样本的抗压强度进行预测;输出结果并绘图)。


English Description:

BP neural network realizes the prediction of test data (normalize the data of training set and test set, establish BP neural network and train it; use the trained BP neural network to predict the compressive strength of 23 samples in the test set; output the results and plot).


代码预览

BPtrain.m

concrete_data.mat

结果图.fig

说明.txt