The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Recommender: complex inference mechanism
Hi rapid-i community,
I like to build a recommendation system using an ontologie. Thanks to the RMonto there's no problem to use RDF data. Further, my aim is to use a complex inference mechanism which analyses the properties paths (related instances) of already by the individual user rated items to find the most-likely matching ones. The mechanism is called 'filtering by property sequence', calculates the 'semantic intensity' of each item along the sequence of related items to the user rated item(s) and stops if the semantic intensity fall below a certain threshold. (The benefit of this approach is that unknow relations can be identifiyed und interpreted in the context of the (known)user's preferences.)
I'd like to ask, if anybody has an idea how to model this process in RM.
So far my only approach was to to make SPARQLs, but this seems to miss some possible property sequences and is also not the most efficient one. Unluckyly the search for an extension or at least a code basis for java plugin was without results. So, it would be great if there's someone with RDF/ OWL expertise who has a smart idea!
Thanks in advance.
Heinz
I like to build a recommendation system using an ontologie. Thanks to the RMonto there's no problem to use RDF data. Further, my aim is to use a complex inference mechanism which analyses the properties paths (related instances) of already by the individual user rated items to find the most-likely matching ones. The mechanism is called 'filtering by property sequence', calculates the 'semantic intensity' of each item along the sequence of related items to the user rated item(s) and stops if the semantic intensity fall below a certain threshold. (The benefit of this approach is that unknow relations can be identifiyed und interpreted in the context of the (known)user's preferences.)
I'd like to ask, if anybody has an idea how to model this process in RM.
So far my only approach was to to make SPARQLs, but this seems to miss some possible property sequences and is also not the most efficient one. Unluckyly the search for an extension or at least a code basis for java plugin was without results. So, it would be great if there's someone with RDF/ OWL expertise who has a smart idea!
Thanks in advance.
Heinz
0