필터 지우기
필터 지우기

Machine Learning with MATLAB

조회 수: 3 (최근 30일)
Samyukta Ramnath
Samyukta Ramnath 2013년 6월 3일
답변: arushi 2022년 7월 19일
I want to implement a simple Machine Learning algorithm using unsupervised learning algorithms to classify a bunch of sentences based on their topic. I get that there are ways to do that, different algorithms like the probability of it being a certain topic, to check the number of certain words in the different documents and all. But I'm not getting how to implement this practically, that is, with actual code in MATLAB or any other language. If you open the file in MATLAB, you get the text in - you write code to check if a certain set of words are present in the text, and based on that you classify. But how do we concretely apply the Machine Learning algorithms to this? Some help would be appreciated, as well as resources, if you know of any.

답변 (1개)

arushi
arushi 2022년 7월 19일
It is my understanding that you want to implement Machine Learning algorithms in MATLAB.For ML,there few apps provided by MATLAB which can be used to train models using different algorithms.
  • Regression Learner app
  • Classification Learner app
Please refer to the Documentation for further details

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by