PYTHON CODE/DATAHaoyu LiDec 13, 20171 min readhttps://github.com/haoyu7/ECE-4424-Final-Project/tree/master/python_data
PROBLEM DESCRIPTIONThe overall goal of this project is to do something that nobody else has ever done before. We want to take an existing machine learning...
LOGICAL SOLUTIONTo slove this problem, we first consider the Naive Bayes classifier. It is an extremely common probabilistic classifier based on the...
PYTHON SOLUTIONAt first, we try to write python script to implement our idea. So we have three different python scripts: Bayesnet.py There are 2 classes...