Learn Data Science using Golang
I’ve started getting really interested in Data Science and Machine Learning in the past few months because it mixes some of my favourite things (data mining, programming, lots of hardware).
As a result, I began collecting some resources which may be helpful for other people looking to get started data science coming from a background in golang.
Resources#
- GopherDS
- resources - Resources for Go-based data science.
- gophernotes - It’s time to use Go in notebooks.
- Awesome ML - Some go stuff
- GolangDS - Golang libraries for data science.
Github Repos#
- kniren/gota - Gota: DataFrames and data wrangling in Go (Golang)
- nathanielc/morgoth - Metric anomaly detection
- sjwhitworth/golearn - Machine Learning for Go
- FourSigma/validate - Golang data validation library
- gonum - Data Science basics in Golang
- xeneta/LeadQualifier - Sales lead qualifier using ML
- trustmaster/goflow - Flow-based and dataflow programming library for Go programming language
Lectures#
- Data Structures - In this series of lessons, we will study and implement data structures.