- Regression Learner app
- Classification Learner app
Machine Learning with MATLAB
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
arushi
am 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.
Please refer to the Documentation for further details
0 Kommentare
Siehe auch
Kategorien
Mehr zu Get Started with Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!