An open API service indexing awesome lists of open source software.

https://github.com/prajeshshrestha/modeling-data-with-data-mining-algorithms


https://github.com/prajeshshrestha/modeling-data-with-data-mining-algorithms

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Explore the data mining projects on various datasets from the UCI Machine Learning Repository. Each project includes an IEEE formatted paper summarizing the exploratory dataset analysis and the performance of corresponding machine learning algorithms on the dataset.

---

### A) Nepali Handwritten Digit Recognition - [PCA (Principal Component Analysis)](PCA/)
- **Dataset:** Explored Nepali Handwritten Digit Recognition dataset.
- **Algorithm:** Employed Principal Component Analysis (PCA) for dimensionality reduction.

### B) Credit Card Approval - [KNN (K-Nearest Neighbors)](KNN/)
- **Dataset:** Analyzed Credit Card Approval dataset.
- **Algorithm:** Implemented K-Nearest Neighbors (KNN) for classification.

### C) Heart Disease Classification - [Decision Tree](Decision%20Tree/)
- **Dataset:** Investigated Heart Disease dataset for classification.
- **Algorithm:** Utilized Decision Trees for predictive modeling.

### D) Student Dropout Prediction - [Naive Bayes](Naive%20Bayes/)
- **Dataset:** Examined Student Dropout prediction task dataset.
- **Algorithm:** Employed Naive Bayes for classification.

### E) MNIST Digit Recognition - [Artificial Neural Network](Artificial%20Neural%20Networks/)
- **Dataset:** Explored the MNIST dataset.
- **Algorithm:** Developed an Artificial Neural Network (ANN) from scratch for digit recognition.

For detailed insights and results, refer to the respective IEEE formatted papers presented within each project.