Training data in ANN (Artificial Neural Network) code
显示 更早的评论
Can you help me? i want to use ANN for classification blood type, there are 4 outputs that I expect, A, B, AB an O
I have data in excel, then I want to use the data for training, how to be able to read the excel data in matlab ?
回答(1 个)
Akihumi
2020-5-7
0 个投票
I noticed that you have saved the data in a new sheet in Excel, is that intended?
If not, you can simply delete the empty sheet and use readtable or readmatrix to read the data into Matlab.
3 个评论
Yudawan Hidayat
2020-5-9
Akihumi
2020-5-9
You can check out readtable and readmatrix. But I think by default it will read the first sheet, so if you failed to do it previously, you may try to delete the empty sheet in your excel file.
Yudawan Hidayat
2020-6-5
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!