Ask YC: Good language/DB combination for distributed naive Bayes classifier?
I want to create a classifier which can run on multiple hosts and have all of the hosts be eventually consistent. erlang looks tempting, but I was wondering what would be a good db to pair with erlang for this? or is erlang maybe not the correct idea?
3 comments
[ 3.1 ms ] story [ 15.8 ms ] threadYou can also probably get pretty far with the built-in mnesia database.