Hacker News new | ask | show | jobs
by jbochi 3188 days ago
Here at The New York Times we are using it to power some of our recommendation algorithms. We are actually training the models with Python and serving them with Go using gonum.

Our library was just open sourced (and still in my personal account, until we add more documentation): https://github.com/jbochi/facts

2 comments

This sounds really cool. Anywhere I could read more about the Python -> Go integration? Or are you just exporting the raw weight matrices?
We are just exporting the matrices. Nothing fancy.
Beautiful. Thanks for the reply