How to use Train function?
조회 수: 1 (최근 30일)
이전 댓글 표시
The main question with me now is what kind of inputs should I pass into Train function.
The purpose of using NN is to a model to predict the output when certain inputs are inserted.
I have a set of inputs and corresponding outputs. For example: variable A,B,C,D are the inputs whereas variable 1,2 are the outputs.
Should i use A,B,C,D as inputs and 1,2 as target? Train(net, inputs, outputs) ?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!