Skip to content

Koukyosyumei/Senjyu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Senjyu

Senjyu is a framework for parallel machine learning using MPI.

supported algorithms

algorithm example
Random Forest example
K-means Coming Soon

example

You can easily experiment paralell random forest on iris dataset.

mpiexec -np 3 python examples/test_randomforest.py