photo

Monsij Biswal


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Answer
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

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

5 years 前 | 1

| 已接受

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答