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
🎯 Masha'erohom: State-of-the-art Arabic sentiment analysis achieving 90% accuracy using ensemble deep learning (Bi-LSTM + Bi-GRU + MARBERTv2 + Random Forest). Published research with web applicatio…
Predict if your loan will be accepted or not. This happens by using a labeled data for applicants who applied for a loan before, analyzing these data and using some classification models on it.
C++ console application that allows the user to enter the graph "map" which representing the towns then find him the shortest path to reach his destination from any given source town. It was a team…