Machine learning with Go?

polaris · · 1138 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Anyone using Go for production Machine Learning? Most advice online advocates using Python but Go as a language seems a better fit for compute-heavy tasks. Does Python just have better ML tools?</p> <hr/>**评论:**<br/><br/>tinrab: <pre><p>Training and using trained models are different tasks. As far as I know, it&#39;s easier to train models in Python than in other languages. But when it comes to serving them in production, any language will do. Models like decision trees or neural nets would be very easy to implement in Go. For example, TensorFlow has Go bindings which can load pre-trained models.</p></pre>everdev: <pre><p>It seems like Go would be faster at training models than Python. Is it just a lack of a quality ML training package for Go that people choose Python?</p></pre>seankhliao: <pre><p>Python is the primary choice for data analysis/machine learning beside it is easy and it can be used in a scripting manner which works really well in an interactive session (think jupyter/ipython notebooks) for exploratory work</p></pre>sbinet: <pre><p>Go does have some ways to be used from Jupyter: <a href="https://github.com/gopherdata/gophernotes" rel="nofollow">https://github.com/gopherdata/gophernotes</a></p></pre>seankhliao: <pre><p>Most of the heavy machine learning frameworks are written in C and have python bindings which are what we commonly use, so no, not much of a performance gain to be had</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1138 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传