Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.