![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21619266_1614104351727_DEF.jpg)
Adeb
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
179,120
of 297,046
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 2 answers | 0
2
answersQuestion
Experiment and Model not fitting well
filename = 'dotun2.csv'; %delimiterIn = ','; headerlinesIn = 1; A = importdata(filename,delimiterIn,headerlinesIn); ndata = ...
2 years ago | 1 answer | 0
1
answerQuestion
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'); ...
2 years ago | 1 answer | 0