photo

Monsij Biswal


Active since 2018

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

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

ungefär 5 år ago | 0

Answered
Neural network of a single layer
net = feedforwardnet; net.numLayers = x x is the required number of layers. Here 1.

ungefär 5 år 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.

ungefär 5 år ago | 1 answer | 0

1

answer

Question


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

ungefär 6 år ago | 1 answer | 0

1

answer