goplus / gop

The Go+ programming language is designed for engineering, STEM education, and data science. Our vision is to enable everyone to become a builder of the digital world.
https://goplus.org
Apache License 2.0
8.91k stars 546 forks source link

data science information about Go #752

Open xushiwei opened 3 years ago

xushiwei commented 3 years ago

Python:

Visualization: matplotlib

Go:

xushiwei commented 3 years ago

https://github.com/goplus/gop/issues/176

qins commented 2 years ago

Go+与Go接近100%兼容, 太棒了! 既然是做数据科学语言, 一门框架尽量早一点出来, 支持 tensorflow

kendfss commented 1 year ago

there's also https://github.com/lordlarker/nune-go for tensors. It's fast and supports generics.

xushiwei commented 1 year ago

@kendfss thx for your information.