- Regression Learner app
- Classification Learner app
Machine Learning with MATLAB
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
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.
Please refer to the Documentation for further details
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!