photo

Yomna Genina

Last seen: 1 month ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
8 Answers

RANK
2,525
of 300,392

REPUTATION
24

CONTRIBUTIONS
0 Questions
8 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
6

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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

  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
Error in createLgraphUsingConnections
This is the example that the error message is referring to: https://www.mathworks.com/help/deeplearning/ug/train-deep-learning-n...

2 years ago | 0

Answered
This question is regarding neural network EEG classification..
I would recommend checking out this example on converting scalograms to images for use in a CNN: https://www.mathworks.com/help...

4 years ago | 1

Answered
In Deep Learning Toolbox, what input layer should I use for simple dataframe-type input?
Starting R2020b, you could use featureInputLayer for a dataset containing numeric features. See this example for more details:...

4 years ago | 0

Answered
Unable to use a value of type DAGNetwork as an index.
There is no need to create a new layer graph as you already saved the last checkpoint network in the net variable which could be...

4 years ago | 0

Answered
Importing two pretrained networks in Deep Network Designer
It is possible to add a network to an already existing network in Deep Network Designer starting from R2020b. This is an examp...

4 years ago | 0

Answered
Multi-output network design in "Deep Network Designer"
It is possible to design a multi-output network in Deep Network Designer, however it is not possible to train it using Deep Netw...

4 years ago | 1

| accepted

Answered
re training neural network from previous state using trainNetwork
You can do the following if Net1 is a SeriesNetwork: Net2 = trainNetwork(XTrain2, YTrain2, Net1.Layers, options); or if Net1 i...

4 years ago | 4

| accepted

Answered
Error using ("Weights","none") for pretrained networks
trainFastRCNNObjectDetector requires the input lgraph to be a valid Fast R-CNN network, that's why it errors when a GoogLeNet ne...

4 years ago | 0

| accepted