-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Medical Imaging #75
Comments
Yes, it is |
You can definitely use capsule net for medical imaging but then you will have to be careful about the architecture. You need to be aware of what type of entities the capsules represent and also the number of capsules in the final capsule layer are appropriate. |
I want to do segmentation on ischemic stroke using ISLES 2017 dataset. How do we decide those parameters such as number of capsules, the vector length, and else so that CapsNet could be implemented for 5D (or 4D) dataset. Of course conv3D will be used for architecture, but is it still possible to use basic architecture? |
@AuliaRizky In your case, I don't think the basic architecture will work. And as you said, conv3D should be applied for initial layers and then for primary capsule layer it's the matter of experiment in order to choose hyperparameters like number of capsules, vector length, etc. |
Thanks a lot! |
@AuliaRizky Everytime when you apply a network to a new kind of dataset you need to run the model with various combinations of hyperparameters for the network. But I would like to suggest a research paper for you to understand the basics required for at least the convergence of capsule network on basis of hyperparameters. Following is the paper: |
@parinaya-007 Can you explain to me how to changes information of pixels (scalar) to pose parameter (which is a vector) after applying convolution? |
Is it possible to use in machine learning for medical imaging using MRI dataset?
The text was updated successfully, but these errors were encountered: