Gabija Marsalkaite - MATLAB Central
photo

Gabija Marsalkaite

Last seen: 대략 2개월 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 04/19 to 03/25Use left and right arrows to move selectionFrom 04/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 질문
11 답변

순위
1,741
of 297,711

평판
38

참여
0 질문
11 답변

답변 채택
0.00%

획득한 표
7

순위
 of 20,465

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,406

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Different types of Neural Network
The links bellow show how to do that: https://www.mathworks.com/matlabcentral/answers/266413-what-is-the-matlab-code-for-cascad...

5년 초과 전 | 1

| 수락됨

답변 있음
Getting helper functions and objects
These files were introduced in R2019a so the most straight forward way would be either updating or writing them yourself. Also k...

5년 초과 전 | 2

답변 있음
Error using trainNetwork (line 165) - Dot indexing is not supported for variables of this type
Dot indexing is not supported for variables of this type may be caused by missing or unsupported layer. Please make sure that yo...

5년 초과 전 | 0

답변 있음
My ONNX network doesn't work when loaded in my Java application
Hi Luigi, One possibility is differences in normalisation of data - Alexnet has zero-center normalisation in the first layer i...

5년 초과 전 | 0

| 수락됨

답변 있음
Laptop crashing when opening matlab in Gui mode ( watch dog error)
Bug with keyword watchdog was not encountered before in MATLAB. From a quick investigation that does look like a problem between...

5년 초과 전 | 0

답변 있음
Deep Learning for Maritime environment
The number of images is a difficult question. The smallest dataset I trained a network on was around 1000 images but that depend...

5년 초과 전 | 1

| 수락됨

답변 있음
Combining images and numerical values in a deep neural network
Probably simplest way is to add other features as channels. There is example by Uber Engineering where they added gradients for ...

5년 초과 전 | 0

| 수락됨

답변 있음
the error appears in defining weightedAdditionLayer
Assuming you have a layer with two inputs (input1 and input2) and one output, 'backward' expects layer, input1, input2, output, ...

5년 초과 전 | 0

답변 있음
Deep Learning: Train Network to "Play Game"
Hi Michael, This strongly depends on how you want to implement it. Deep learning alone is most often used for tasks with labele...

거의 6년 전 | 1

| 수락됨

답변 있음
How can I input complex data 3-D matrices in a convolutional neural network (using deep learning toolbox)?
MATLAB does not have explicit support for complex numbers in neural networks in 2019a (this may change in later releases). In yo...

거의 6년 전 | 1

답변 있음
Deep Learning Toolbox - How to replicate training/testing results for reproducibility purposes
As you already mentioned reproducibility strongly depends on environment. At the moment there is no way to choose which GPU algo...

거의 6년 전 | 1