How to create a Target data ? Neural Network Tool

답변 (1개)

Walter Roberson
Walter Roberson 2018년 9월 17일

0 개 추천

According to the site documentation,
-- The 35th attribute is either "good" or "bad" according to the definition summarized above. This is a binary classification task.
When you look at the csv, the last column contains either the character 'g' or 'b' . Those are the class labels.
So you need to import the data, extract the first 34 columns as the data, and extract the 35th column as the class label.
You might find it easier to use categorical arrays.

카테고리

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

태그

질문:

2018년 9월 17일

답변:

2018년 9월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by