Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cgarciae/simple-mixture-models


https://github.com/cgarciae/simple-mixture-models

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Simple Mixture Model

This repo implement the code for [Deep Learning with Jax and Elegy]().

## Instalation

With pip:

```bash
pip install -r requirements.txt
```
With poetry:

```bash
poetry install
```

## Running the code
```python
python main.py
```