주요 콘텐츠

기본 제공 훈련

기본 제공 훈련 함수를 사용하여 딥러닝 신경망 훈련

신경망 아키텍처를 정의한 후에 trainingOptions 함수를 사용하여 훈련 파라미터를 정의할 수 있습니다. 그런 다음 trainnet 함수를 사용하여 신경망을 훈련시킬 수 있습니다. 훈련된 신경망을 사용하여 클래스 레이블이나 숫자형 응답 변수를 예측합니다.

함수

모두 확장

dlnetwork딥러닝 신경망
trainingOptions딥러닝 신경망 훈련 옵션
trainnet딥러닝 신경망 훈련 (R2023b 이후)
TrainingInfoNeural network training information (R2023b 이후)
show훈련 정보 플롯 표시 (R2023b 이후)
closeClose training information plot (R2023b 이후)
piecewiseLearnRatePiecewise learning rate schedule (R2024b 이후)
warmupLearnRateWarm-up learning rate schedule (R2024b 이후)
polynomialLearnRatePolynomial learning rate schedule (R2024b 이후)
exponentialLearnRateExponential learning rate schedule (R2024b 이후)
cosineLearnRateCosine learning rate schedule (R2024b 이후)
cyclicalLearnRateCyclical learning rate schedule (R2024b 이후)
testnetTest deep learning neural network (R2024b 이후)
accuracyMetricDeep learning accuracy metric (R2023b 이후)
aucMetricDeep learning area under ROC curve (AUC) metric (R2023b 이후)
fScoreMetricDeep learning F-score metric (R2023b 이후)
precisionMetricDeep learning precision metric (R2023b 이후)
recallMetricDeep learning recall metric (R2023b 이후)
rmseMetricDeep learning root mean squared error metric (R2023b 이후)
predictCompute deep learning network output for inference
minibatchpredictMini-batched neural network prediction (R2024a 이후)
scores2label예측 점수를 레이블로 변환 (R2024a 이후)
confusionchartCreate confusion matrix chart for classification problem
sortClassesSort classes of confusion matrix chart
classifyAndUpdateState(권장되지 않음) 훈련된 순환 신경망을 사용하여 데이터 분류 및 신경망 상태 업데이트

도움말 항목

훈련 기본 사항

테이블 형식 데이터 워크플로

시퀀스 데이터 워크플로

영상 데이터 워크플로

추천 예제