Community Profile

photo

uday


Last seen: 4 years ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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.

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 2 answers | 0

2

answers

Question


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

10 years ago | 1 answer | 0

1

answer