A neural network performing both regression and classification
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,
I would like to build a neural network input matrix of [12*1000], i.e., 1000 samples, each with 12 fields and an output matrix of [3*1000], i.e., 1000 samples, each with 3 fields . However, I want that 1st and 3rd output field have integer values in a specific range ( neural network is performing classification) and the second field i has decimal values in [0,1] ( neural network is performing regression). How can I do this ?
Thanks in advance
댓글 수: 0
답변 (1개)
Srivardhan Gadila
2020년 3월 31일
In Deep Learning Toolbox™, you can define network architectures with multiple inputs (for example, networks trained on multiple sources and types of data) or multiple outputs (for example, networks that predicts both classification and regression responses). Refer to Multiple-Input and Multiple-Output Networks
댓글 수: 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!