mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2025-02-17 15:55:53 -05:00
Add Spago and Cybertron
This commit is contained in:
parent
2e39881adf
commit
e6074ba658
1 changed files with 2 additions and 0 deletions
|
@ -414,6 +414,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714).
|
||||||
<a name="go-natural-language-processing"></a>
|
<a name="go-natural-language-processing"></a>
|
||||||
#### Natural Language Processing
|
#### Natural Language Processing
|
||||||
|
|
||||||
|
* [Cybertron](https://github.com/nlpodyssey/cybertron) - Cybertron: the home planet of the Transformers in Go.
|
||||||
* [snowball](https://github.com/tebeka/snowball) - Snowball Stemmer for Go.
|
* [snowball](https://github.com/tebeka/snowball) - Snowball Stemmer for Go.
|
||||||
* [word-embedding](https://github.com/ynqa/word-embedding) - Word Embeddings: the full implementation of word2vec, GloVe in Go.
|
* [word-embedding](https://github.com/ynqa/word-embedding) - Word Embeddings: the full implementation of word2vec, GloVe in Go.
|
||||||
* [sentences](https://github.com/neurosnap/sentences) - Golang implementation of Punkt sentence tokenizer.
|
* [sentences](https://github.com/neurosnap/sentences) - Golang implementation of Punkt sentence tokenizer.
|
||||||
|
@ -424,6 +425,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714).
|
||||||
<a name="go-general-purpose-machine-learning"></a>
|
<a name="go-general-purpose-machine-learning"></a>
|
||||||
#### General-Purpose Machine Learning
|
#### General-Purpose Machine Learning
|
||||||
|
|
||||||
|
* [Spago](https://github.com/nlpodyssey/spago) - Self-contained Machine Learning and Natural Language Processing library in Go.
|
||||||
* [birdland](https://github.com/rlouf/birdland) - A recommendation library in Go.
|
* [birdland](https://github.com/rlouf/birdland) - A recommendation library in Go.
|
||||||
* [eaopt](https://github.com/MaxHalford/eaopt) - An evolutionary optimization library.
|
* [eaopt](https://github.com/MaxHalford/eaopt) - An evolutionary optimization library.
|
||||||
* [leaves](https://github.com/dmitryikh/leaves) - A pure Go implementation of the prediction part of GBRTs, including XGBoost and LightGBM.
|
* [leaves](https://github.com/dmitryikh/leaves) - A pure Go implementation of the prediction part of GBRTs, including XGBoost and LightGBM.
|
||||||
|
|
Loading…
Add table
Reference in a new issue