Skip to content

AtheMathmo/learning-machines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Machines

Learning machine is a webservice written with Iron.

It will eventually (hopefully) give a number of interactive machine learning tutorials using rusty-machine to do computation.

Running

Install cargo/rust using rustup.

Navigate to directory and use cargo run.

To run while watching for template updates use cargo run --features dev

Right now the web service is very empty and with little to no error handling. More coming soon!