From 65efd28d5ea4d7ece4cbd71ffdfa7c941e07eb25 Mon Sep 17 00:00:00 2001 From: dimos Date: Thu, 26 Sep 2024 17:16:51 +0300 Subject: [PATCH] Move emel and gleam_synapses into ml category --- README.md | 8 ++++++-- packages/emel.toml | 2 +- packages/gleam_synapses.toml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ee1f56..7aab6d3 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. - [JSON](#json) - [JavaScript](#javascript) - [Logging and Monitoring](#logging-and-monitoring) + - [Machine Learning](#machine-learning) - [Networking](#networking) - [Numbers](#numbers) - [Parsing](#parsing) @@ -111,9 +112,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. - [act](https://github.com/MystPi/act) - [📚](https://hexdocs.pm/act/) - Compose stateful actions to simulate mutable state - [argamak](https://github.com/tynanbe/argamak) - [📚](https://hexdocs.pm/argamak/) - A tensor library for the Gleam programming language - [delay](https://github.com/bwireman/delay) - [📚](https://hexdocs.pm/delay/) - A dead simple data-structure for delaying side effects -- [emel](https://github.com/mrdimosthenis/emel) - [📚](https://hexdocs.pm/emel/) - Turn data into functions in the Erlang ecosystem - [gleam_stdlib](https://github.com/gleam-lang/stdlib) - [📚](https://hexdocs.pm/gleam_stdlib/) - A standard library for the Gleam programming language -- [gleam_synapses](https://github.com/mrdimosthenis/gleam_synapses) - [📚](https://hexdocs.pm/gleam_synapses/) - A plug-and-play library for neural networks written in Gleam - [gleam_zlists](https://github.com/mrdimosthenis/gleam_zlists) - [📚](https://hexdocs.pm/gleam_zlists/) - A library for working with lazy lists in Gleam - [glearray](https://github.com/fschwalbe/glearray) - [📚](https://hexdocs.pm/glearray/) - Immutable arrays for Gleam - [gleither](https://github.com/bwireman/gleither) - [📚](https://hexdocs.pm/gleither/) - A small data-structure for representing an Either Monad @@ -239,6 +238,11 @@ Looking for something to build? Check out [the suggestions list][suggestions]. - [stacky](https://github.com/inoas/stacky) - [📚](https://hexdocs.pm/stacky/) - Stacky ☆ BEAM stack trace in Gleam - [systemd_status](https://github.com/lpil/systemd_status) - [📚](https://hexdocs.pm/systemd_status/) - Inspect the status of running systemd units +### Machine Learning + +- [emel](https://github.com/mrdimosthenis/emel) - [📚](https://hexdocs.pm/emel/) - Turn data into functions in the Erlang ecosystem +- [gleam_synapses](https://github.com/mrdimosthenis/gleam_synapses) - [📚](https://hexdocs.pm/gleam_synapses/) - A plug-and-play library for neural networks written in Gleam + ### Networking - [glisten](https://github.com/rawhat/glisten) - [📚](https://hexdocs.pm/glisten/) - a shiny Gleam TCP/SSL server diff --git a/packages/emel.toml b/packages/emel.toml index 232f39e..6874191 100644 --- a/packages/emel.toml +++ b/packages/emel.toml @@ -2,4 +2,4 @@ name = "emel" description = "Turn data into functions in the Erlang ecosystem" docs_url = "https://hexdocs.pm/emel/" repo_url = "https://github.com/mrdimosthenis/emel" -category = "Data Structures" +category = "Machine Learning" diff --git a/packages/gleam_synapses.toml b/packages/gleam_synapses.toml index 7555ce7..2069df3 100644 --- a/packages/gleam_synapses.toml +++ b/packages/gleam_synapses.toml @@ -2,4 +2,4 @@ name = "gleam_synapses" description = "A plug-and-play library for neural networks written in Gleam" docs_url = "https://hexdocs.pm/gleam_synapses/" repo_url = "https://github.com/mrdimosthenis/gleam_synapses" -category = "Data Structures" +category = "Machine Learning"