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

Add maximum likelihood expectation-maximization (EM) algorithm #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

askorikov
Copy link
Collaborator

This implementation aims to reproduce the 'EM' algorithm of Astra Toolbox.

@D1rk123
Copy link
Collaborator

D1rk123 commented Oct 20, 2023

Thanks for adding this reconstruction algorithm! It looks good.

Could you add a few tests? I think it is hard to test for specific outcomes, so I don't think you have to do that. I would like to have at least one test running the algorithm, so that you can test that it doesn't throw exceptions. Other algorithms have tests to test things like CUDA support or if continuing from an earlier result (using x_init) will affect the outcome. I leave it up to you if any test like that is useful here as well.

@askorikov
Copy link
Collaborator Author

Sure, makes sense! I will try to add it soon.

@askorikov
Copy link
Collaborator Author

Sorry, this PR fell thorough the cracks. I've just added the tests, so ready it's for review.

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

Successfully merging this pull request may close these issues.

2 participants