Community Profile

photo

uday


Last seen: alrededor de 4 años hace Con actividad desde 2013

Followers: 0   Following: 0

Contacto

Estadísticas

  • First Review
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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 ...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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)...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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.

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 10 años hace | 1 respuesta | 0

1

respuesta