Statistik
7 Fragen
0 Antworten
RANG
74.158
of 300.365
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
57.14%
ERHALTENE STIMMEN
0
RANG
of 20.933
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.212
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to perfom this fitting in matlab
How to code this in matlab for least square fitting f(i,j)= ai^2 + bj^2 + cij + di + ej + f , similar to this ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why there is difference in output while using the following two codes for same differntial equation?
function xprime = lorenz(t,x) sig= 10; beta= 8/3; rho= 28; %Lorenz equation xprime=[-sig*x(1) + sig*x(2); rho*x(1) - x(2)...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to solve following differential equation.
f'''+1/2*f*f''=0; numerical value of f is to be calculated. Please provide code for solving it.
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is best BP training function to train data with following input in MLP?
I have a lorenz time series data with 3*19999 input and same size of target data. I have to train this network with MLP by usin...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to make A Neural Network with following details?
Multilayer perceptron topology with error back propagation algorithm for training and For the weight updates method use of the d...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to do Single step ahead prediction of Lorenz chaotic time series using Feed Forward Backpropogation Neural Network.
I want to do one step ahead prediction of lorenz chaotic time series data with 3*20000 data. how to do that. It will be al...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I how to divide target data for feed forward network.
I have solved lorenz equation and got value of x,y,z. Then I have divided x ,y,z data into inputX, inputY, inputZ data and targ...
fast 12 Jahre vor | 1 Antwort | 0

