Skip to content

Commit

Permalink
Move emel and gleam_synapses into ml category
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdimosthenis authored and lpil committed Sep 28, 2024
1 parent 1d4b443 commit 65efd28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/emel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion packages/gleam_synapses.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 65efd28

Please sign in to comment.