what could be the reason to get negative predicted output for new dataset?
조회 수: 3 (최근 30일)
이전 댓글 표시
what could be the reason to get negative predicted output for new dataset?
댓글 수: 0
답변 (1개)
Image Analyst
2023년 12월 17일
Because that's what the model thinks the value should be. If you don't think it's right then make sure your test data is in the range of data you used to train your model. You may be passing in data that is outside the range of data you used to train the model.
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
댓글 수: 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!