Community Profile

photo

Adeb


Last seen: 6 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

12 months ago | 1 answer | 0

1

answer

Question


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...

1 year ago | 2 answers | 0

2

answers

Question


Experiment and Model not fitting well
filename = 'dotun2.csv'; %delimiterIn = ','; headerlinesIn = 1; A = importdata(filename,delimiterIn,headerlinesIn); ndata = ...

1 year ago | 1 answer | 0

1

answer

Question


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'); ...

1 year ago | 1 answer | 0

1

answer