Organising data for Machine Learning
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, I am currently using the regression tool on matlab to train sinusoidal signals, and I was wondering how to go about organising my training data into input and output matrices. Say I have a couple pairs of sine signals with a load of data points, how exactly could I organise it as pairs of inputs and outputs to be injected into the regression model?
댓글 수: 0
답변 (1개)
Taylor
2023년 11월 2일
Tables are a useful tool for organizing data in a human-readable way without sacrificing significant memory overhead. This exampleshows how to import data and organize it as a table for use with the Regression Learner app.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!