Machine Learning Classifiers
Project GitHub LinkClassifier 1: Created a Classifier with a GUI using Java and the Machine Learning algorithm Naïve Bayes. It used a dataset to predict how likely someone is to have COVID-19 based off symptoms. Eclipse was used for the IDE.
![](img/naive bayes.png)
Classifier 2: Built a classifier using bank marketing campaign data to predict whether a client will subscribe to a term deposit. The predictions were outputted to a separate file. This classifier was built using the KNN algorithm. The solution was completed in Jupyter Lab using Python.
![](img/knn.png)