How to use classification learner for real time data (from serial port) for classification?
조회 수: 2 (최근 30일)
이전 댓글 표시
I am completely new to the classification learning technique. Could anyone please suggest how do I classify the real time data obtained from the serial port? And also I want to apply machine learning on the same. How do I do that as well? Thanks in advance
댓글 수: 0
답변 (1개)
Bernhard Suhm
2018년 5월 18일
You can find an example how to read data from a serial device here. Next you need to have the desired class (label) for each of your data points, that'll give you a data set you can use to train various classifiers. This page walks you through using the Classification Learner app to train and evaluate various models.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification Learner App에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!