This repository contains a MATLAB-based machine learning project comparing Logistic Regression and Naïve Bayes classifiers using the Cleveland Heart Disease dataset from the UCI Machine Learning Repository.
- Implementation of Logistic Regression and Naïve Bayes in MATLAB
- Performance comparison between the two classifiers
- Analysis based on classification accuracy and results visualization
The dataset used in this project is the Cleveland Heart Disease dataset from the UCI repository.
Source:
https://archive.ics.uci.edu/dataset/45/heart+disease
projectcode.m– MATLAB code for model implementation and comparisonprocessed.cleveland.data– Dataset used for the analysisComparison of Naïve Bayes and Logistic Regression.pdf– Project reportGraph Pictures/– Output graphs and visualizationsOther Codes/– Supporting MATLAB scripts
- MATLAB
This project was created for academic purposes in a coursework presentation to understand and compare classical machine learning classification algorithms.