Reputation: 1103
Are there any recommendation engines or ML Libraries like Mahout, Jubatus etc which can be integrated with the neo4j. Reco4j was one where one can integrate the clustering and recommendation libraries(like collaborative figuring) but its currently not working and doesn't seem to be live in near future. Any other engines which can be used with Neo4j?
Upvotes: 2
Views: 697
Reputation: 1178
GraphAware Reco
is a simple framework to build a general recommendation engine. It also has a few classes that are built directly for Neo4j
, using Node and Relationship.
By the way, the project works for versions of Neo4j greater than 2.1.5, but you can use the same structure even for previous versions.
Take a look at
Upvotes: 1
Reputation: 39925
You can build a recommendation engine solely with Neo4j. For an example look at Nicole's graphgist.
Upvotes: 1