Back to Tags
Tools
Scikit-learn
3 items with this tag
Project
Network Anomaly Detection
AI model to predict if network traffic is abnormal based on Random Forests, trained on the NSL-KDD dataset. Built for Hack The Box Academy ML course.
Project
Movie Review Sentiment Analysis
Machine learning implementation to classify movie review sentiment as positive or negative. Jupyter notebook exploring NLP and classification techniques.
Project
Spam Classification
Spam classification using Naive Bayes algorithm trained on the SMS Spam Collection dataset. Explores text classification and probabilistic models.