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
Machine learning regression model predicting laptop prices from specs like CPU, RAM, GPU, storage, and display. Includes EDA, feature engineering, encoding, and model comparison (Linear Regression,…
Content-based movie recommendation system using TF-IDF and cosine similarity. Analyzes genres, cast, crew, and descriptions to suggest similar movies. Built with Python, Pandas, NumPy, and Scikit-l…
NLP model to detect whether two Quora questions have the same meaning. Uses text preprocessing, TF-IDF or embeddings, and classifiers like Logistic Regression, SVM, or XGBoost. Demonstrates semanti…