An open API service indexing awesome lists of open source software.

https://github.com/braun-steven/spn-pytorch-experiments

Experiments on the integration of Sum-Product Networks into Deep Neural Networks.
https://github.com/braun-steven/spn-pytorch-experiments

pytorch spn torch

Last synced: 3 months ago
JSON representation

Experiments on the integration of Sum-Product Networks into Deep Neural Networks.

Awesome Lists containing this project

README

        

# SPN PyTorch Experiments

Experiments on the combination of Sum-Product Networks and Deep Neural Networks.

## Setup

Make sure to have `virtualenv` and `virtualenvwrapper` installed and set up on your system.

1) Create the Python virtual environment, run:

```
$ make create_environment
```

2) Resolve the module requirements:

```
$ make requirements
```