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

https://github.com/neurodata/partition_decode


https://github.com/neurodata/partition_decode

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Partition & Decode: an implicit internal representation framework

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/badge/License-MIT-blue)](https://opensource.org/licenses/MIT)

**P**artition **&** **D**ecode (**P&D**): a framework that formalizes an implicit internal representation of parametric and nonparametric models, including Deep Networks and Random Forests.

**This is preliminary work. More details will be available.**

Install from Github
-------------------
You can manually download ``partition_decode`` by cloning the git repo master version and
running the ``setup.py`` file. That is, unzip the compressed package folder
and run the following from the top-level source directory using the terminal::

$ git clone https://github.com/neurodata/partition_decode.git
$ cd partition_decode
$ python3 setup.py install