Dataset with multiple features for Deep Learning toolbox
显示 更早的评论
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 个评论
Iuliu Ardelean
2021-1-17
Could you show the relevant bits of your code?
Parham Mohammadi
2021-1-17
Parham Mohammadi
2021-1-17
回答(1 个)
Nagasai Bharat
2021-1-20
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!