gop icon indicating copy to clipboard operation
gop copied to clipboard

data science information about Go

Open xushiwei opened this issue 4 years ago • 4 comments

Python:

  • numpy: - https://github.com/numpy/numpy (Star: 17.9k)
  • pandas: - https://github.com/pandas-dev/pandas (Star: 30.7k)

Visualization: matplotlib

  • https://matplotlib.org/
  • https://github.com/matplotlib/matplotlib (Star: 14k)

Go:

  • https://github.com/gonum/gonum (Star: 5.1k)
  • https://github.com/gonum/plot (1.6k+)
  • https://github.com/go-gota/gota (Star: 1.7k), https://github.com/rocketlaunchr/dataframe-go (Star: 588)
  • https://github.com/gorgonia/tensor (Star: 236)

xushiwei avatar Aug 11 '21 16:08 xushiwei

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

xushiwei avatar Aug 11 '21 16:08 xushiwei

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

qins avatar Oct 09 '21 03:10 qins

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

kendfss avatar Oct 10 '22 04:10 kendfss

@kendfss thx for your information.

xushiwei avatar Oct 13 '22 03:10 xushiwei