Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewxs/ex-ml
General-purpose ML in Elixir
https://github.com/drewxs/ex-ml
Last synced: 5 days ago
JSON representation
General-purpose ML in Elixir
- Host: GitHub
- URL: https://github.com/drewxs/ex-ml
- Owner: drewxs
- Created: 2023-11-05T10:11:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T06:16:30.000Z (10 months ago)
- Last Synced: 2024-04-22T07:31:44.198Z (10 months ago)
- Language: Elixir
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ex-ML
General purpose ML in Elixir (WIP).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ml` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:ml, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .