フィルターのクリア

Can anybody knows ,ist here any difference between naviey bayes classifier and bayesian neural network classifier??

1 回表示 (過去 30 日間)
Can anybody knows ,is there any difference between naviey bayes classifier and bayesian neural network classifier??

採用された回答

Greg Heath
Greg Heath 2015 年 1 月 26 日
help NaïveBayes
doc NaiveBayes
help fitNaïveBayes
doc fitNaiveBayes
Assumes probability distributions for each class and assigns inputs to the class with the highest estimated posterior probability. Naïve implies the assumption of noncorrelated input variables so that the total distribution is proportional to the product of the individual variable distributions
**********************************************************************************************
help trainbr
doc trainbr
Creates a nonlinear function similar to output = b1 + LW*tanh(IW*input+b2) where b1,b2,IW and LW are weights chosen to minimize
mse(target-output)+ alpha*mse(weights)
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by