Recommender System Technologies leaf node


URI

https://openalex.org/T10203

Label

Recommender System Technologies

Description

This cluster of papers focuses on the advancements in recommender system technologies, including collaborative filtering, matrix factorization, deep learning, content-based recommendation, web mining, context-aware recommender systems, neural networks, user modeling, and trust-aware recommender systems. The papers cover various techniques and methodologies for improving recommendation accuracy and addressing challenges such as cold start problems and privacy concerns.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T10203> a skos:Concept ;
    rdfs:label "Recommender System Technologies"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Recommender_system>,
        <https://openalex.org/T10203> ;
    skos:broader oasubfields:1710 ;
    skos:definition "This cluster of papers focuses on the advancements in recommender system technologies, including collaborative filtering, matrix factorization, deep learning, content-based recommendation, web mining, context-aware recommender systems, neural networks, user modeling, and trust-aware recommender systems. The papers cover various techniques and methodologies for improving recommendation accuracy and addressing challenges such as cold start problems and privacy concerns."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Recommender System Technologies"@en ;
    openalex:cited_by_count 871076 ;
    openalex:works_count 50273 .