Preeti Prajapati
Deenbandhu Chhotu Ram University of Science & Technology
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
19,721
of 295,673
REPUTATION
2
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
2
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Why am i getting an unknown variable while taking the inverse Laplace of a 4th order system?
I am calculating the inverse Laplace of a 4th order transfer function with the following code: syms s t B=((0.8236*s^2+0....
9 years ago | 0 answers | 0
0
answersQuestion
Why am i getting an Inf value when i am calculating definite integral in symbolic math toolbox?
I am calculating definite integral of a polynomial using syms command, using the following code: Lb=[-4 -4 -4 -4]; Ub=[4 4 4 4...
10 years ago | 2 answers | 0
2
answersQuestion
how can Levenberg Marquardt algorithm be implemented in script to train a neural network
I have constructed the network to fit a time series data in script. The network has two hidden layers of size 4 each and want to...
10 years ago | 1 answer | 0
1
answerQuestion
how can I access the outputs of the hidden layers in a neural network?
I have a 2 hidden layer network. I trained it using a set of input output data but after training I want to access the outputs o...
10 years ago | 1 answer | 2
1
answerQuestion
how can i provide one input vector to some neurons in the hidden layer and another input vector to some other neurons of the same hidden layer in matlab
I want to create a neural network with 2 input vectors.I am using 2 layer neural network with 10 neurons in the hidden layer. Bu...
10 years ago | 2 answers | 0