나이브 베이즈 분류기 알고리즘 (Naive Bayes Classifier Algorithm)

이 글에서는 나이브 베이즈 분류기 (Naive Bayes Classifier) 에 대해서 다루고자 한다. 크게 2가지 영역으로 나누어서 얘기해 볼 수 있겠다. 이 포스트에서는 알고리즘을 다루고, 다음번 포스트에서 Spam Mail 및 NewsGroup 을 활용한 응용 부분을 확인해 보자. Naive Bayes Classifier Algorithm Naive Bayes Classifier Applications 1. Naive Bayes Classifier Algorithm 나이브 베이즈 분류기는 머신러닝(Machine Learning) 알고리즘 중에서 …

Read more나이브 베이즈 분류기 알고리즘 (Naive Bayes Classifier Algorithm)