Skip to content

pfi/maf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a71ecb2 · Sep 2, 2014
Sep 2, 2014
Jul 28, 2014
May 2, 2014
Apr 25, 2014
Sep 6, 2013
Sep 20, 2013
Apr 25, 2014
Feb 6, 2014
Jul 31, 2014
Apr 25, 2014
Feb 6, 2014
Jul 17, 2013

Repository files navigation

maf

maf is a waf extension for writing computational experiments. The main target of maf is experiments of machine learning, but it is useful for any type of computational experiments.

Usage

Copy waf and maf.py into your favorite directory where you will write your own experiments, and (optionally) make waf executable.

$ cd <directory-to-write-experiments>
$ wget https://github.com/pfi/maf/raw/master/waf
$ wget https://github.com/pfi/maf/raw/master/maf.py
$ chmod +x waf

Write a procedure of experiments and save it as a text file named wscript into this directory. Then run following commands:

$ ./waf configure
$ ./waf

You can also build maf.py from the source code. Clone this repository and execute following command. It generates maf.py.

$ python generate_maf.py

Documentation

Document is available: http://pfi.github.io/maf/ (usage in Japanese and reference in English)

Document source code is in document directory.

Acknowledgments

This project is supported by New Energy and Industrial Technology Development Organization (NEDO).