Book Genre Classification & Recommendation System
- Trained and evaluated Multinomial Naive Bayes, Bernoulli Naive Bayes, Logistic Regression, and Linear SVM text classifiers using cross-validation.
- Achieved 78.0% accuracy and 0.773 macro-F1 on a five-class classification task.
- Built a content-based recommender using predicted genres, TF-IDF user profiles, and cosine similarity.