From e6074ba6582315654cb8becbc0346e1e6263d5ed Mon Sep 17 00:00:00 2001 From: Marten Mooij Date: Tue, 27 Jun 2023 17:00:33 +0200 Subject: [PATCH] Add Spago and Cybertron --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b25310..53f0d7f 100644 --- a/README.md +++ b/README.md @@ -414,6 +414,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714). #### 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. * [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. @@ -424,6 +425,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714). #### 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. * [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.