#计算机科学#Lung Cancer Prediction using Machine Learning Algorithms
#计算机科学#To build a classification methodology to determine whether a person makes over 50K per year.
I implemented a Naive Bayes classifier form scratch and applied it on MNIST dataset.
使用Naive Bayes模型进行Twitter评论分类。数据集分为训练集、验证集、测试集,均是tsv文件,对于测试集的预测结果为prediction.tsv
#计算机科学#This project researched the credit card transaction dataset and tried various machine learning classification models on the dataset to determine the best model that would flag suspicious activity more...
#计算机科学#[CMPT 459 Special Topics in Database Systems: Data Mining] A data mining/machine learning project aimed to recommend features to renters to attract more people to their listings on RentHop website. Us...
Machine Learning Lecture Notes
#自然语言处理#Swear word Detector implemented through NLP Using naive bayes model.
PROJETO DE ANÁLISE DE FAKE NEWS COM A UTILIZAÇÃO DO CORPUS FAKEBR A BIBLIOTECA NLTK EM PYTHON
#自然语言处理#A Machine Learning project to detect disasters using tweets with NLP and model comparison
#计算机科学#Machine learning models trained on U.S. Census data to classify income levels, including preprocessing, PCA, SVD, and evaluation with MLP, logistic regression, and Naïve Bayes.
#计算机科学#Sentiment analysis using Machine Learning and deployment of model
#计算机科学#The Email Spam Detector project uses Python to identify spam emails. It leverages a Kaggle dataset for training, employs TfidfVectorizer for preprocessing, and selects a Naive Bayes model for its perf...
A simple implementation of the Naive Bayes Algorithm to understand its inner workings.
#自然语言处理#Data Mining Project