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
An Advanced Web Application Firewall that protects against threats like SQL injection and XSS by filtering HTTP traffic. It combines signature-based detection and machine learning-based anomaly detection to identify obfuscated, zero-day, and unknown attacks through behavioral analysis.
Music Genre Recommender website that can identify and recommend 10 different genres of music using Light Gradient Boosting Machine (LGBM). An accuracy of 90% was achieved on the test set by tuning the hyperparameters of the model with Optuna.
In this project I used basic classification algorithms including random forest, xgboost and decision tree to reach the best solution, finding out how many survived in the titanic accident. I use Kaggles free GPUs and Datasets in this project. I used different feature engineering techniques to clean my data