You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
arnaucode e218286be0 server structure, mongodb connection 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md server structure, mongodb connection 6 years ago
color.go server structure, mongodb connection 6 years ago
errors.go server structure, mongodb connection 6 years ago
main.go server structure, mongodb connection 6 years ago
mongodb.go server structure, mongodb connection 6 years ago
mongodbConfig.json server structure, mongodb connection 6 years ago
mongodbModels.go server structure, mongodb connection 6 years ago
serverConfig.go server structure, mongodb connection 6 years ago
serverConfig.json server structure, mongodb connection 6 years ago
serverRoutes.go server structure, mongodb connection 6 years ago

README.md

goRecommender

Recommendation system API, based on Machine Learning, written in Go lang

Data stored in MongoDB

Applies Machine Learning to perform recommendations:

  • Random Forests
  • K Nearest Neighbours