Adding a machine learning algorithm

2 ビュー (過去 30 日間)
Ahmad Almashhadani
Ahmad Almashhadani 2019 年 1 月 26 日
コメント済み: Ahmad Almashhadani 2019 年 1 月 31 日
Hi
I want to build machine learning model using classification learner. Please, can I use new algorithms other than predefined algorithms in Matlab such as Random forest and Bayes Net? how can I add these algorithms or should I write a code to add them?
Thank you for your help

回答 (1 件)

Bernhard Suhm
Bernhard Suhm 2019 年 1 月 28 日
The Learner Apps are targeted at casual users, empowering them to train classification and regression models without writing code using one of many well established algorithms. There is (currently) no way to access other algorithms that you may write yourself in MATLAB or via the external C or Python interface. The assumption is that if you are advanced enough to know about new algorithms or even write your own, you can do so in the programmatic interface. Or what's your use case?
  1 件のコメント
Ahmad Almashhadani
Ahmad Almashhadani 2019 年 1 月 31 日
Thank you for your reply.

サインインしてコメントする。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by