How to Import Inputs and Targets data for the classification task in Neural Network?

1 view (last 30 days)
Hello,
We have Software Defects dataset in ‘.CSV’ format. This file includes (334 x 37 Table) 344 Rows and 37 Columns. As a input, We are using 36 features and 37th is actually a class label, which included 0 and 1 values, 0 means no-defect, 1 means defective.
We want to import this dataset in to MATLAB by using Code, As you know for Neural network, we need Inputs and Targets, We want to give 36 attributes as inputs features, and 0 and 1 (mean non-defective and defective) as Targets. We need MATLAB code, how to import inputs and targets into MATLAB, and how we can create 0 and 1 Vectors as non-defective and defective? Because we want to use “2 neurons” in output layer of feed-forward neural network.

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!