Training data in ANN (Artificial Neural Network) code

조회 수: 4 (최근 30일)
Yudawan Hidayat
Yudawan Hidayat 2020년 5월 7일
댓글: Yudawan Hidayat 2020년 6월 5일
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
Akihumi 2020년 5월 7일
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
Akihumi
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
Yudawan Hidayat 2020년 6월 5일
thanks for your answer sir

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

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by