mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add Science and data analysis section
This commit is contained in:
parent
5c6233d07d
commit
7611fba865
17
README.md
17
README.md
@ -16,6 +16,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
||||
- [Imagery](#imagery)
|
||||
- [Text Processing](#text-processing)
|
||||
- [Natural Language Processing](#natural-language-processing)
|
||||
- [Science and Data Analysis](#science-and-data-analysis)
|
||||
- [Machine Learning](#machine-learning)
|
||||
- [Testing](#testing)
|
||||
- [Audio](#audio)
|
||||
@ -163,6 +164,22 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
||||
* [go-nlp](https://github.com/nuance/go-nlp) - Utilities for working with discrete probability distributions and other tools useful for doing NLP work.
|
||||
|
||||
|
||||
## Science and Data Analysis
|
||||
|
||||
*Libraries for scientific computing and data analyzing.*
|
||||
|
||||
* [go.matrix](https://github.com/skelterjohn/go.matrix) - linear algebra for go
|
||||
* [gocomplex](https://code.google.com/p/gocomplex/) - A complex number library for the Go programming language.
|
||||
* [mudlark-go](https://code.google.com/p/mudlark-go-pkgs/) - A collection of packages providing (hopefully) useful code for use in software using Google's Go programming language.
|
||||
* [gostat](https://code.google.com/p/gostat/) - A statistics library for the go language
|
||||
* [gofrac](https://github.com/anschelsc/gofrac) - A (goinstallable) fractions library for go with support for basic arithmetic.
|
||||
* [geom](https://github.com/skelterjohn/geom) - 2D geometry for golang
|
||||
* [blas](https://github.com/ziutek/blas) - Implementation of BLAS (Basic Linear Algebra Subprograms)
|
||||
* [go-fn](https://code.google.com/p/go-fn/) - Mathematical functions written in Go language, that are not covered by math pkg
|
||||
* [go-gt](https://code.google.com/p/go-gt/) - Graph theory algorithms written in "Go" language
|
||||
* [vectormath](https://github.com/spate/vectormath) - Vectormath for Go, an adaptation of the scalar C functions from Sony's Vector Math library, as found in the Bullet-2.79 source code.
|
||||
|
||||
|
||||
## Machine Learning
|
||||
|
||||
*Libraries for Machine Learning.*
|
||||
|
Loading…
Reference in New Issue
Block a user