photo

Yomna Genina

Last seen: 대략 1개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

0 질문
8 답변

순위
2,525
of 300,365

평판
24

참여
0 질문
8 답변

답변 채택
0.00%

획득한 표
6

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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년 초과 전 | 0

답변 있음
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년 전 | 1

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 1

| 수락됨

답변 있음
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년 초과 전 | 4

| 수락됨

답변 있음
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년 초과 전 | 0

| 수락됨