Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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...
I've designed a fuzzy inference system in the MATLAB using fuzzy logic toolbox. My target dataset is comprised of 100 instances and this data set is o...
Hello people! Please, can you help me? I want predict One Step beyond original data using NARNET. Original data has 62000 steps. Want know the 6200...
I want a Multi-layer Perceptron neural network by neural network toolkit. but I cannot make 2 hidden layers (just 1 layer available). How can I mak...
How evaluate multi-step forecasting performance for large dataset? What I means is that to use NARX for forecasting I have to: 1. create closed ...
I am learning neural networks, I am doing some small exercises to learn it, but I have a huge question that I cannot figure it out. If I have a time s...
I am training a set of images to classify it in ANN.But in neural networks how can we train a set of images and how can test image is sent as a input ...