Monsij Biswal
Active since 2018
Followers: 0 Following: 0
Statistics
All
RANK
18,813
of 295,673
REPUTATION
2
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
Jacobian matrix of neural network
In which order are the derievatives present ? I am unable to figure it out what is the exact order columnwise. Is it layerwise s...
Jacobian matrix of neural network
In which order are the derievatives present ? I am unable to figure it out what is the exact order columnwise. Is it layerwise s...
5 years ago | 0
Answered
Neural network of a single layer
net = feedforwardnet; net.numLayers = x x is the required number of layers. Here 1.
Neural network of a single layer
net = feedforwardnet; net.numLayers = x x is the required number of layers. Here 1.
5 years ago | 1
| accepted
Question
Neural network of a single layer
How do I form a neural network with a single layer, so that it wont contain any hidden layer.
5 years ago | 1 answer | 0
1
answerQuestion
Resizing an image and dividing it into blocks
%matlab code I = imread(image); [x y] = size(I); x,y [m n] = size(I); J = imresize(I, [256 256]); [x1 y1] = size(J);...
6 years ago | 1 answer | 0