Experiments on the combination of Sum-Product Networks and Deep Neural Networks.
Make sure to have virtualenv
and virtualenvwrapper
installed and set up on your system.
- Create the Python virtual environment, run:
$ make create_environment
- Resolve the module requirements:
$ make requirements