Machine Learning with MATLAB

4 views (last 30 days)
Samyukta Ramnath
Samyukta Ramnath on 3 Jun 2013
Answered: arushi on 19 Jul 2022
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.

Answers (1)

arushi
arushi on 19 Jul 2022
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

Community Treasure Hunt

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

Start Hunting!