問題タブ [machine-learning-model]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
118 問題
0
投票する
1
に答える
10499
参照
machine-learning - 線形判別分析と単純ベイズ
機械学習分類に関して、LDA と Naive Bayes の長所と短所は何ですか?
Naive Bayesは変数が独立していると仮定し、LDAはGaussianクラス条件付き密度モデルを想定しているなどの違いは知っていますが、状況に応じてLDAをいつ使用し、いつNBを使用するかわかりませんか?