Feeds
질문
I am trying to train my neural network multiple times (100 times) with hidden neurons range (1 to 100), then output the plots(Elapsed time vs Hidden neurons, MSE vs H neurons)
% Solve an Input-Output Fitting problem with a Neural Network % Script generated by Neural Fitting app % Created 03-May-2023 1...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Curve fitting is not fitting with raw data - how do I extend curve to fit with raw data
clear all; filename = 'sample.csv'; delimiterIn = ','; headerlinesIn = 1; A = importdata(filename,delimiterIn,headerlinesI...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
Experiment and Model not fitting well
filename = 'dotun2.csv'; %delimiterIn = ','; headerlinesIn = 1; A = importdata(filename,delimiterIn,headerlinesIn); ndata = ...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Error using fgets Invalid file identifier. Use fopen to generate a valid file identifier.
CODE clear all; close all; clc addpath('apm') s = 'http://byu.apmonitor.com'; a = 'data_regression'; apm(s,a,'clear all'); ...
3년 초과 전 | 답변 수: 1 | 0
