Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 271 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 271 Bytes

Naive-Bayes-Method

Naive Bayes is a machine learning algorithm. Naive Bayes uses a similar method to predict the probability of different class based on various attributes. This algorithm is mostly used in text classification and with problems having multiple classes.