photo

Monsij Biswal


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

All
  • First Answer
  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

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

alrededor de 5 años hace | 0

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

alrededor de 5 años hace | 1

| aceptada

Pregunta


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.

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

1

respuesta

Pregunta


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

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

1

respuesta