Modify Loss Function in Predefined Network

조회 수: 21 (최근 30일)
Tony
Tony 2019년 10월 8일
답변: Harsha Priya Daggubati 2019년 10월 11일
Hi All--I'm relatively new to deep learning and have been trying to use a large data set to predict cardiovascular disease between healthy/sick subjects. I have been trying to train existing networks (AlexNet, etc.). The issue is that my control data vs sick data is about 80%/20% split, so I would like to penalize the loss function for calling a sick patient not sick. This is where I am stuck. Here is my last layer:
lgraph.Layers(25)
ans =
ClassificationOutputLayer with properties:
Name: 'new_classoutput'
Classes: 'auto'
OutputSize: 'auto'
Hyperparameters
LossFunction: 'crossentropyex'
How do I modify the loss function within this layer? Thanks a bunch!

채택된 답변

Harsha Priya Daggubati
Harsha Priya Daggubati 2019년 10월 11일
Hi,
You can try creating your custom loss function. Refer to the following link:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by