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 ExchangeDeep 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