Hacker News new | ask | show | jobs
by Khanthulhu 3189 days ago
What's the use case for this? Machine learning? But data? General math use?
2 comments

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

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
General math use, like numpy/scipy.