You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project is to build a machine learning model that automatically classifies emails as spam (unwanted) or ham (legitimate). The model will be trained on a labeled dataset and use features extracted from the email content to predict whether an email is spam or not.
Enhances construction site safety using YOLO for object detection, identifying hazards like workers without helmets or safety vests, and proximity to machinery or vehicles. HDBSCAN clusters safety cone coordinates to create monitored zones. Post-processing algorithms improve detection accuracy.
ML model predicting League of Legends match outcomes with 87.9% accuracy pre-game. Outperforms 50% ELO baseline utilizing historic match data and machine learning.
Spam email classifier using Natural Language Processing (NLP) techniques. Train models like Naive Bayes on spam datasets. Libraries: nltk, scikit-learn, pandas Skills: Text classification, feature extraction (TF-IDF, Bag of Words)
This repository contains a Convolutional Neural Network (CNN) model designed for brain tumor classification using MRI images. The model employs multiple convolutional layers, batch normalization, dropout for regularization, and fully connected layers to achieve high accuracy.
A Python script that implements a simple linear regression model to predict employee salaries based on years of experience, with predictions for mid-level and senior-level roles.