Beantwortet
Difference between fsurf and ezsurf
*MathWorks' Support Response:* I have been able to reproduce the slow down that you were experiencing. The *|fsurf|* function...

etwa 6 Jahre vor | 0

| akzeptiert

Frage


Difference between fsurf and ezsurf
I have a problem with |*fsurf*| command: When I use fsurf(@(x,y) ackleyfcn([x,y]),[-32 32 -32 32]) I got this warning...

etwa 6 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


How can I vectorize this function with nested FOR loop?
The function is: x = -10:10; y = -5:5; for j = 1:21 for i = 1:11 f(i) = - 20 * exp( - 0.2 * sqr...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I vectorize a function?
The function I want to vectorize is *Cross-in-Tray Function* (2-D): f(X,Y) = -0.0001*(abs(sin(X)*sin(Y)*exp(abs(100-sqrt(X^...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to use Neural Network Error as a Feedback Input
Using neural network error as a feedback input helps reduce the overall network error and increase forecasting accuracy ( _Wahhe...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Optimization of hidden layer dimension in neural network (number of neurons)
*I am using GA optimization to train my neural network (to try to find the best weights set):* % Neural Network trained by ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to calculate Akaike Information Criterion and BIC from a Neural Network?
After training the network and simulating the outputs: [net,tr] = train(net,inputs,targets); output = sim(net,inputs...

mehr als 6 Jahre vor | 2

| akzeptiert

Frage


How to plot a contour USA map from a Shapefile
When I read my shapefile I get this attributes: S = shaperead('nsrdb_9814_dni_ovit.shp', 'UseGeoCoords', true) S =...

mehr als 6 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


Return to Price of future values
Before training my Neural Network I converted prices to returns (for stationarity). After training and forecasting N days ahead ...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Neural network AIC and BIC calculation (number of parameters?)
After training the network and simulating the outputs: [net,tr] = train(net,inputs,targets); output = sim(net,inputs); ...

mehr als 6 Jahre vor | 7

Frage


What is the difference between 'divideblock' and 'divideint'?
In Neural Network Toolbox, what is the difference between 'divideblock' and 'divideint'? net.divideFcn = 'divideblock'; ...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort