ANN Pattern Recognition Model for Predicting one Output Variable

I am trying to develop a pattern-recognition ANN model to predict one output variable based on three input variables. When I try to define the output variable, I get an error: no valid workspace variable. Can I have only one output variable or do I need more than one?

답변 (1개)

Shreeya
Shreeya 2023년 9월 11일
편집: Shreeya 2023년 9월 11일

0 개 추천

I understand that you are getting the error: "no valid workspace variable" when trying to import the output variable in the pattern recognition app. Since this is a classification problem, the response variable should be a vector of zeros and ones, only then it can be recognized as a response variable. The output variable value of one would mean that the input feature vector belongs to the class and zero means it does not.
Hope this heps!

카테고리

도움말 센터File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2023a

태그

질문:

2023년 9월 8일

편집:

2023년 9월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by