Respondida
Neural Networks Online Learning
Use FITNET with ADAPT instead of TRAIN. The commands HELP and DOC with FITNET and ADAPT will yield examples. Hope this hel...

más de 9 años hace | 0

Respondida
neural network training in a loop
1.The number of epochs to a satisfactory result depends on the random initial weights and random datadivision. Therefore, ...

más de 9 años hace | 0

Respondida
Hey I need to know how to know how many neurons?
Search the NEWSGROUP and ANSWERS using Ntrneq Nw where I have used the criterion that the number of UNKNOWN weights, Nw, ...

más de 9 años hace | 0

| aceptada

Respondida
function of neural network
Use fitnet with a 3-dimensional (x,y,z) input of size [ 3 N ] and a corresponding 1-dimensionalal (f) target of size [ 1 N ]. ...

más de 9 años hace | 0

Respondida
Setting up a 3 layered back-propagation neural network
Only hidden and output nodes are considered being in neuron layers because they are associated with non-identity transfer functi...

más de 9 años hace | 1

Respondida
How to forecast future values (beyond input series) using time series in neural networks (NARX)
You should only use NARX if 1. The training input and target are significantly correlated in the target region as exemp...

más de 9 años hace | 0

| aceptada

Respondida
Using Time series toolbox I have generated a network model and it takes 4 delay input and gives 4 delay output. Confusion is, what 4 delay output values represent. Is they are 4 predicted values, if so then which one is more accurate. Please clear.
Consider the current output to exist at time t and the 4 input delays and 4 output feedback delays to correspond to previous sig...

más de 9 años hace | 0

| aceptada

Respondida
bias problem with trainb
Just use the current (i.e., non-obsolete) classifier net = patternnet([]); % [] => No hidden layer for linear model For ...

casi 10 años hace | 0

| aceptada

Respondida
retrain neural networks and different forecasts
I have posted zillions of double loop solutions in both the NEWSGROUP & ANSWERS. The outer loop is over number of hidden node...

casi 10 años hace | 0

| aceptada

Respondida
NARX Multi step ahead predictions
1. Traditionally, with [ I N ] = size(input) % [ 4 500 ] [ O N ] = size(target) % [ 1 500 ] you would use a subset of ...

casi 10 años hace | 0

| aceptada

Respondida
Online Leanring with adapt function
Read the ADAPT documentation to verify that ADAPT is meant to be used for timeseries. help adapt doc adapt In other wor...

casi 10 años hace | 0

| aceptada

Respondida
I have a problem in my application "minimisation of power in the battery management system of vehicle HEV', the custom neural network ran only in 6s i don't know how i can change the time of run.Please help me!
1. Initialize the random number generator once before the first design 2. For each of several values (e.g., 10) for number of...

casi 10 años hace | 0

Respondida
can I modify the the pattern recognition input data in neural network tool box ?
No. Greg

casi 10 años hace | 0

| aceptada

Respondida
How to define inputs and targets for neural network pattern recognition?
Choose a sufficiently large random sample of motion data input columns and the corresponding class index (1-9). The correspondin...

casi 10 años hace | 0

| aceptada

Respondida
narx - inputs and targets
You cannot build a successful net without knowing what transformation you want it to perform. In general, inputs are typical ...

casi 10 años hace | 0

| aceptada

Respondida
After using Harr Feature Exteraction how Use ANN for Gender Discrimination Programm
1. How many pictures? 2. How many features? 3. Standardize (zero-mean/unit-variance) 4. Delete and/or modify outliers...

casi 10 años hace | 0

Respondida
different ANN predictions from manually ones
You are using the colon (:) instead of the comma (,) in your matrix notation. The jth component in the ith row of A is A(...

casi 10 años hace | 0

Respondida
How to validate the output given by the Probabilistic Neural Network in MATLAB?
No. What you have done does not validate your model. In fact, what you have done doesn't make sense. In addition to the trivial ...

casi 10 años hace | 0

| aceptada

Respondida
why NARNET for multi step ahead prediction is better than other prediction models.
It is not necessarily the best. If you have an input then NARXNET or even TIMEDELAYNET may be better. *Thank you for forma...

casi 10 años hace | 0

| aceptada

Respondida
How can I process data in neural network?
Use 0 and 1. *Thank you for formally accepting my answer* Greg

casi 10 años hace | 0

| aceptada

Respondida
Neural Network (Dynamic Time Series) - get dependencies from inputparameter to outputvalue
A quick approximate way is to use STEPWISE and/or STEPWISEFIT on a 1. linear model 2. quadratic model Hope this helps...

casi 10 años hace | 0

Respondida
What will be the data format for Neural Network tool box?
Regression and Curvefitting http://www.mathworks.com/matlabcentral/newsreader/view_thread/337914#928185 Classification and P...

casi 10 años hace | 0

| aceptada

Respondida
Dividing the data into training,testing,validation
>> lookfor divide ... divideblock - Partition indices into three sets using blocks of indices. divid...

casi 10 años hace | 0

| aceptada

Respondida
What is validation failure Artificial neural network ?
To prevent the net from performing poorly on nontraining (validation, test and unseen data) while learning well on training data...

casi 10 años hace | 1

| aceptada

Respondida
different ANN predictions from manually ones
I did not go through your text in detail. However, it seems that you have not normalized input and target and unnormalized t...

casi 10 años hace | 1

| aceptada

Respondida
how to store target into array bpnn?
TARGET VECTORS SHOULD BE COLUMNS OF THE UNIT MATRIX eye(4) classindices = [ 1 2 3 4 3 2 1] target = full(ind2vec(c...

casi 10 años hace | 0

Respondida
hello dear, i want to separate training data & testing data in matlab.but how? anyone please help me
Why did you neglect to mention validation data ??? Validation data is important because it prevents the net from losing it's ...

casi 10 años hace | 0

| aceptada

Respondida
I have to build a model which will give a predictive analysis of CPU utilisation with respect to the load and response time, using neural networks. Any ideas or codes?
help fitnet doc fitnet Search both Newsgroup and Answers using greg fitnet Hope this helps. *Thank you for forma...

casi 10 años hace | 0

Respondida
Is that possible to have the same training-MSEs for the same training data set with different weights at end of the training phase?
If you have H hidden nodes you can reorder them H! ways. If you have an odd parity transfer function you can change the sign ...

casi 10 años hace | 0

| aceptada

Respondida
how can i create patternnet using radial basis function
Unfortunately, MATLAB doesn't care that newpnn, newrb, and newrbe have been neglected stepchildren since they were born. I've...

casi 10 años hace | 0

| aceptada

Cargar más