top | item 15306997

(no title)

jbochi | 8 years 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

discuss

order

avyfain|8 years ago

This sounds really cool. Anywhere I could read more about the Python -> Go integration? Or are you just exporting the raw weight matrices?

bochi|8 years ago

We are just exporting the matrices. Nothing fancy.

Khanthulhu|8 years ago

Beautiful. Thanks for the reply