Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
After creating and storing an ANN in Matlab (ANN Toolbox V 7.0) I tried to compute new predictions using a new set of input observations with: net(...
We are developing a neural network for classification there are 72 signals and there are 100 samples of each signal. We have extracted 49 parameters f...
i'm trying to to optimizing thyroeid example by pattern recognition . i wana modify hidden layer size , and i want it from ga function , in default wa...
Hello everyone, I'm trying to create a neural network which relates voltage(input) to air gap depth(output). There is no training happening after I us...
i need some help for building the best performance ann architecture for rainfall forecasting in a village in indonesia with 360 data (months in 30 yea...
I have run Ann for prediction with hidden nodes from 2-17 about 50 times. My question is which criteria I should rely on to select the best Ann? Shoul...
Hello! I'm trying to make a forecast program using neural networks. The training function I'm using is the Bayesian Regularization. Results are pretty...
I've tried to reproduce the results I got from a trained network but was unable. Here's my script: load 'C:\Users\ZA\Documents\cosjacorr.mat' in...
does anybody ever use neural network to do a prediction with regularization optimization instead of early stopping? Hi, everyone, I am trying to train...
I'm using MATLAB R2011a. I'm trying to predict next 100 points of time-serie X by means of neural net. Firstly, I create input time series Xtra and fe...