Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrubmx/machine_learning
Elixir ML library to learn Deep Learning written from scratch
https://github.com/scrubmx/machine_learning
Last synced: 3 days ago
JSON representation
Elixir ML library to learn Deep Learning written from scratch
- Host: GitHub
- URL: https://github.com/scrubmx/machine_learning
- Owner: scrubmx
- Created: 2024-03-14T03:12:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T00:33:15.000Z (7 months ago)
- Last Synced: 2024-11-11T22:01:59.749Z (3 days ago)
- Language: Elixir
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning (ML)
This is a library of deep learning and predictive analytics written from scratch in Elixir.
```mermaid
graph LR;
AI[Artificial Intelligence]-->ML[Machine Learning];
ML-->DL[Deep Learning];
ML-->PA[Predictive Analytics];
```## Installation
Given this is project was created for educational purposes it's not on available in [Hex](https://hex.pm).
To install clone this repo and run `mix test`.
## Guides
TODO: Add links to the livebook notebooks.