Dataset with multiple features for Deep Learning toolbox

조회 수: 1 (최근 30일)
Parham Mohammadi
Parham Mohammadi 2021년 1월 17일
댓글: Parham Mohammadi 2021년 1월 28일
Hello,
I am trying to use the DEEPlearning toolbox , the ia importing my dataset from a CSV file which has 3 columns , the first two being the inputs and the third one is the output. I am trying to import the CSV file using the command >>tabularTextDatastore() , but when I try to train my network with the toolbox , it says that the dataset has one feature , How am I supoose to create datasets with multiple features ?
  댓글 수: 3
Parham Mohammadi
Parham Mohammadi 2021년 1월 17일
I am using the graphic interface of the toolbar and I am feeding it with data
Parham Mohammadi
Parham Mohammadi 2021년 1월 17일
Is there any way to define a data store for multiple scalar features? I am using the feature layer

댓글을 달려면 로그인하십시오.

답변 (1개)

Nagasai Bharat
Nagasai Bharat 2021년 1월 20일
Hi,
From my understanding you are trying to use the tabularTextDatastore to store the data from your CSV files. One of the reason you are not able to get the other columns is that the delimiter which seperates the entries is not specified. Another case you can chose the SelectedVariableNames Key and appropriate Values to choose the columns.
  댓글 수: 1
Parham Mohammadi
Parham Mohammadi 2021년 1월 28일
Can you please give the exact command in order to define the dataset suitable for multiple input and multiple output neural network ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by