Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan, and Hinrich Schütze, 2008 (Cambridge University Press)DOI: 10.1017/CBO9780511816000 - A standard textbook on information retrieval, covering TF-IDF, vector space models, and cosine similarity for text analysis.
Recommender Systems: An Introduction, Francesco Ricci, Lior Rokach, Bracha Shapira, 2015 (Springer)DOI: 10.1007/978-1-4939-2713-5 - Provides a comprehensive overview of recommender systems, including content-based filtering and the application of similarity metrics.
sklearn.metrics.pairwise.cosine_similarity, scikit-learn developers, 2024 - Official documentation for the cosine_similarity function in scikit-learn, detailing its usage and parameters.