issues
search
neo4j-contrib
/
training
36
stars
39
forks
source link
ideas for ML training
#12
Open
jexp
opened
6 years ago
jexp
commented
6 years ago
wrongly categorized businesses
determine businesses who changed owners
predict score a user would give to a business based on both of their histories together
review fraud can we teach a model to determine fraudulent reviews based on structure?
review patterns per category (distribution)
clustering with deepgl
KNN
textrank or reviews?
mneedham
commented
6 years ago
Collaborative filtering
mneedham
commented
6 years ago
Jaccard similarity?
mneedham
commented
6 years ago
Label propagation - show how to do the semi supervised variant with pre defined labels. Could be based on an amenity similarity graph?
mneedham
commented
6 years ago
Feeding Graph Algo output into an ML prediction model?
mneedham
commented
6 years ago
Content based filtering based on amenities?
mneedham
commented
6 years ago
Similar properties based on embeddings?