-
Deep learning pipeline using U-Net for tumor segmentation and ResNet for tumor grade classification in Lower-Grade Gliomas (LGG) MRI images.
Jupyter Notebook UpdatedJan 28, 2025 -
Implementation of Canny Edge Detection, Image Filtering, and Fourier Transform for noise removal in image processing using OpenCV and NumPy.
Jupyter Notebook UpdatedJan 28, 2025 -
CNN model from scratch for MNIST digit classification using PyTorch, with batch normalization and confusion matrix analysis.
Jupyter Notebook UpdatedJan 28, 2025 -
A machine learning-based classifier for identifying exceptional facts in text using DistilBERT, with applications in journalism, research, and data analysis.
Jupyter Notebook UpdatedJan 28, 2025 -
Analysis of patient disenrollment using statistical and machine learning techniques, identifying key drivers and providing actionable insights to improve member retention.
Jupyter Notebook UpdatedJan 28, 2025 -
Decision-Trees Public
Decision Tree implementation from scratch using Information Gain to classify gender based on height, weight, and age.
Python UpdatedJan 28, 2025 -
Implementation of Linear Regression, Locally Weighted Linear Regression (LWLR), and Logistic Regression from scratch in Python. This project explores function approximation, model evaluation, and c…
Python UpdatedJan 28, 2025 -
Implements Gaussian Naive Bayes for gender classification based on physical features like height, weight, and age. Includes model validation through cross-validation and feature importance analysis.
python machine-learning-algorithms naive-bayes-classifier naive-bayes-algorithm naive-bayes-classificationPython UpdatedJan 28, 2025 -
KNN-MODEL Public
This project uses the K-Nearest Neighbors algorithm to classify individuals into gender categories based on their physical attributes. It assesses the model's performance across different configura…
python machine-learning-algorithms manhattan-distance knn-classification euclidean-distances knn-model minkowski-distancePython UpdatedJan 28, 2025 -
Classification project using K-Nearest Neighbors (KNN) to predict the salary category of data science professionals based on their skills, experience, and demographics. Evaluates various distance m…
Jupyter Notebook UpdatedJan 28, 2025 -
Board-Games-Dataset-Analysis Public
Analysis of a comprehensive dataset of board games from Kaggle. Focuses on exploring game trends, player preferences, and game mechanics to derive insights using Python’s Pandas library.
Jupyter Notebook UpdatedJan 28, 2025 -
Web-Scraping Public
Data extraction and analysis project focusing on U.S. National Parks. Extracts detailed information about parks across the states using web scraping techniques and organizes the data into a structu…
Python UpdatedJan 28, 2025 -
Analyzes a comprehensive IMDb database to uncover trends and insights in the film industry. Utilizes SQL for data querying and Python for data manipulation and visualization, focusing on movie genr…
UpdatedJan 28, 2025 -
Analyzes airline routes to identify key hubs and predict future expansion opportunities. Utilizes network graph analysis and predictive analytics to explore operational data and provide strategic i…
Jupyter Notebook UpdatedJan 28, 2025 -
Census-Data-Analysis Public
Analyzing U.S. Census data to explore income, education, age, and profession trends. Includes cleaned datasets, visualizations, and Python code for data analysis.
Python UpdatedJan 28, 2025 -
-