-
- Description:
peewit intends to facilitate programming, running and result examination of machine learning experiments. It does not provide any sort of ML data types, engine, or interfaces, but it give some assistance in avoiding a mess. The user is to decompose the experimetnal code into named nodes that correpsond to aspects or dimension of an experiment. Since this breakdown is readable for machines too, simple services can be precoded that help to keep track of the experimental dimensions. Further, it puts some regime on output files, helps to recover former versions, and handles simple parallelization.
Be aware that the implementation still has deficiencies: it is weakly tested, many doc-string are missing, erroneous calls are not always caught by helpful error messages and there is much left for smaller and greater amendments. At least, the examples are decorated with many explicatory comments. We do not recommend peewit at the current state unless you are curious about it. Also, after release of version 0.7 we overworked the experiment-model and then rewrote the core modules.
The core modules depend on numpy only but for full functionality you further have to provide unison, ssh with agent, git, and matplotlib, as well as libsvm for the example project. Feel free to contact us for questions.
- Changes to previous version:
semi-uniform v-cubes
Comments
No one has posted any comments yet. Perhaps you'd like to be the first?
Leave a comment
You must be logged in to post comments.