Projects in Awesome Lists by Naveen88112
A curated list of projects in awesome lists by Naveen88112 .
https://github.com/naveen88112/vehicle-routing-problem
Vehicle Routing Problem (VRP) Solver This project applies a Genetic Algorithm (GA) to optimize the Vehicle Routing Problem (VRP). This is done for more than one vehicle to ensure delivery routes that save travel distance and increase efficiency.
deap genetic-algorithm matplotlib numpy python vehicle-routing-problem
Last synced: 23 Mar 2025
https://github.com/naveen88112/dimensionality-reduction-using-k-means-for-activity
Last synced: 23 Mar 2025
https://github.com/naveen88112/mlops-streamlit
Calories prediction using mlops in stremlit
Last synced: 23 Mar 2025
https://github.com/naveen88112/clustering_customer_invoice_data
Customer Invoice Data Clustering This project uses clustering methods on customer invoice data for segmentation analysis. It preprocesses data, normalizes features, and uses K-Means and DBSCAN to cluster customers according to spending habits and shared locations.
clustering data-preprocessing data-visualization numpy pandas python silhouette-score standardization
Last synced: 12 Mar 2025
https://github.com/naveen88112/healthcare
HealthCare Data Analysis and Forecasting This project examines healthcare data by processing missing values with KNN imputation, preprocessing features, and training classification models (Logistic Regression and Random Forest). The output includes performance metrics such as accuracy, confusion matrix, precision, recall, and ROC analysis.
data-visualization feature-engineering machine-learning model-evaluation numpy pandas python scikitlearn-machine-learning
Last synced: 12 Mar 2025
https://github.com/naveen88112/genetic_algos_maze_solver
Genetic Algorithm Maze Solver This project utilizes a Genetic Algorithm (GA) to solve the optimization of a maze problem. It evolves the population of promising solutions to the best solution finding shortest path between start and end point using selection, crossover, and mutation.
deap-library genetic-algorithms matplotlib maze-solver numpy python
Last synced: 12 Mar 2025
https://github.com/naveen88112/final_education
Student Performance Prediction This project examines the student performance data, pre-processes the features, and implements machine learning methods (Random Forest) for the forecasting of final grades. The data is subjected to exploratory data analysis (EDA) and feature engineering prior to model training and assessment.
data-preprocessing exploratory-data-analysis machine-learning model-evaluation numpy pandas python
Last synced: 12 Mar 2025