RenatoGeh / gospn

A free, open-source inference and learning library for Sum-Product Networks (SPN)
BSD 3-Clause "New" or "Revised" License
23 stars 5 forks source link

Implement DeriveSPN #3

Closed RenatoGeh closed 7 years ago

RenatoGeh commented 7 years ago

Description: DeriveSPN should compute the derivative dS/dS_i of each node in an SPN. It should allow the user to choose a data structure to perform the graph search (e.g. DFS with a stack, BFS with a queue). It also should use Storer as a DP table.

File: learn/derive.go