MLFarm
This is the first release and has the purpose of solving the issue of forwarding hyperparamenters when constructing the experiment class.
Visitors
Here we introduce the idea of visitors as a processing paradigm for nested dictionary data.
Class Factory
Using visitors we can recursively construct python classes from nested dictionary data. This is to be used as a prototype builder method, so that the parameter forwarding code takes less time to write.