Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new branch for Generalized Outcomes #113

Open
taalexander opened this issue Feb 3, 2017 · 1 comment
Open

Create new branch for Generalized Outcomes #113

taalexander opened this issue Feb 3, 2017 · 1 comment

Comments

@taalexander
Copy link
Contributor

As most Qinfer developers know, myself and @ihincks have been working on extending the features and ideas of Qinfer to a more general class of probability distributions as discussed in #66. My forks branch is now at what I believe is a reasonable stage to begin the process of code analysis, and review for eventual incorporation into the main branch.

The main core functionality of SMCUpdater's particle filter generalises to arbitrary domain probability distributions quite naively. The difficulty in modifying the QInfer code to these new domains has mostly been in a variety of metrics that involve taking expectation values over outcomes such as smc.SMCUpdater.bayes_risk,smc.SMCUpdater.expected_information_gain, and abstract_model.DifferentiableModel.fisher_information. We have attempted to solve these issues primarily with MCMC integration techniques. I will provide a document outlining these procedures at a later time. All tests are currently passing, is merged and up to date with the master branch,all code is commented, and I am in the process of using this branch in my own work for data analysis.

I believe at this stage it would be good to create a new branch in this repository to pull my fork into in order to commence with review, and implement the necessary changes to bring it into line in a supervised manner.

Ps. @cgranade sorry for taking so long to get around to this. There was always one more thing to do...
-Thomas

@ihincks
Copy link
Collaborator

ihincks commented Mar 23, 2017

Branch created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants