Preview v0.2.0
Crucible Train
Unified ML training infrastructure for Elixir/BEAM
Stats & Info
- Latest release: v0.2.0
- Recent downloads: 125
- All-time downloads: 125
- Maintainers: nshkrdotcom
Installation
Add crucible_train to your list of dependencies in mix.exs:
def deps do
[
{:crucible_train, "~> 0.2.0"}
]
endThen run:
mix deps.get