5
votes
Techniques for building recommendation engines?
A couple suggestions:
1) Dig through the source and examples for a couple of recommender systems. You might start with Taste and/o …
1
vote
Any python Support Vector Machine library around that allows online learning?
LibSVM includes a python wrapper that works via SWIG.
Example svm-test.py from their distribution:
#!/ …
