photo

Monsij Biswal


2018년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

2 질문
2 답변

Cody

0 문제
6 답안

순위
18,813
of 300,392

평판
2

참여
2 질문
2 답변

답변 채택
100.0%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
52,234
of 168,373

참여
0 문제
6 답안

점수
70

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

6년 초과 전 | 0

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

6년 초과 전 | 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.

6년 초과 전 | 답변 수: 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);...

7년 초과 전 | 답변 수: 1 | 0

1

답변