============================================================================================ "Machine Learning Combat" series blog is Bo master reading " Machine learning Combat This book's notes, including the understanding of the algorithm and the Python code implementation of the algorithm
In addition, bloggers here have the machine to learn the actual combat this book all the algorithm source code and algorithm used to file, there is need to message ====================================================================== ======================: The reason why naive Bayes is due to its if the individual features are independent
understanding of Naive Bayesian classification algorithm please refer to: http://blog.csdn.net/gamer_gyt/article/details/47205371
Python Code implementation:
Call Mode:
Enter the folder where the file resides. Enter Python. Run
>>>import Bayes
>>>BAYES.TESTINGNB ()
"Machine learning Combat" python implementation of text classifier based on naive Bayesian classification algorithm