content-based recommendation system
Practical Implementation of Content-Based Recommendation System
Originally published on Towards AI the World's Leading AI and Technology News and Media Company. If you are building an AI-related product or service, we invite you to consider becoming an AI sponsor. At Towards AI, we help scale AI and technology startups. Let us help you unleash your technology to the masses. Whenever we visit a shopping mall to buy a new pair of shoes or clothes, we find a dedicated person who helps us with the kind of products we should buy based on our preferences and makes our job simpler.
Docent: A content-based recommendation system to discover contemporary art
Fosset, Antoine, El-Mennaoui, Mohamed, Rebei, Amine, Calligaro, Paul, Di Maria, Elise Farge, Nguyen-Ban, Hélène, Rea, Francesca, Vallade, Marie-Charlotte, Vitullo, Elisabetta, Zhang, Christophe, Charpiat, Guillaume, Rosenbaum, Mathieu
Recommendation systems have been widely used in various domains such as music, films, e-shopping, etc. After mostly avoiding digitization, the art world has recently reached a technological turning point due to the pandemic, making online sales grow significantly as well as providing quantitative online data about artists and artworks. In this work, we present a content-based recommendation system on contemporary art relying on images of artworks and contextual metadata of artists. We gathered and annotated artworks with advanced and art-specific information to create a completely unique database that was used to train our models. With this information, we built a proximity graph between artworks. Similarly, we used NLP techniques to characterize the practices of the artists and we extracted information from exhibitions and other event history to create a proximity graph between artists. The power of graph analysis enables us to provide an artwork recommendation system based on a combination of visual and contextual information from artworks and artists. After an assessment by a team of art specialists, we get an average final rating of 75% of meaningful artworks when compared to their professional evaluations.
- Europe > United Kingdom (0.04)
- Europe > Netherlands (0.04)
Content-Based Recommendation System using Word Embeddings - KDnuggets
In my previous article, I have written about a content-based recommendation engine using TF-IDF for Goodreads data. In this article, I am using the same Goodreads data and build the recommendation engine using word2vec. Like the previous article, I am going to use the same book description to recommend books. The algorithm that we use always struggles to handle raw text data and it only understands the data in numeric form. In order to make it understand, we need to convert the raw text into numeric form.