Gabija Marsalkaite
Followers: 0 Following: 0
Statistics
0 Questions
11 Answers
RANK
1,717
of 295,448
REPUTATION
38
CONTRIBUTIONS
0 Questions
11 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
7
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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 years ago | 1
| accepted
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 years ago | 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 years ago | 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 years ago | 0
| accepted
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 years ago | 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 years ago | 1
| accepted
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 years ago | 0
| accepted
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 years ago | 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...
5 years ago | 1
| accepted
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...
5 years ago | 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...
5 years ago | 1