Can anybody knows ,ist here any difference between naviey bayes classifier and bayesian neural network classifier??
2 次查看(过去 30 天)
显示 更早的评论
Can anybody knows ,is there any difference between naviey bayes classifier and bayesian neural network classifier??
2 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Naive Bayes 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!