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

https://github.com/koukyosyumei/senjyu

parallel machine learning with MPI
https://github.com/koukyosyumei/senjyu

machine-learning mpi mpi4py parallel-computing parallel-machine-learning parallel-programming random-forest

Last synced: 4 months ago
JSON representation

parallel machine learning with MPI

Awesome Lists containing this project

README

        

# Senjyu

Senjyu is a framework for parallel machine learning using MPI.

## supported algorithms

| algorithm | example |
| ------------- | ---------------------------------------- |
| Random Forest | [example](examples/test_randomforest.py) |
| K-means | Coming Soon |

## example

You can easily experiment paralell random forest on iris dataset.

mpiexec -np 3 python examples/test_randomforest.py