필터 지우기
필터 지우기

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??

채택된 답변

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 CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by