-
Notifications
You must be signed in to change notification settings - Fork 179
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
GFNet for Alzheimers #172
base: topic-recognition
Are you sure you want to change the base?
GFNet for Alzheimers #172
Conversation
<This is an initial inspection, no action is required at this point.> File Organizing: Wrong file path. All student-constructed documents should be packed in the ‘PatternAnalysis-2024/recognition/<student_constructed_folder>/’ folder. Please reorganize your files, otherwise it won't be merged into Shakes' branch. Problem Solving:
Model and functions:
Code design: Good. Code comment and docstring:
Difficulty: Hard. Additional Comments:
|
Observational Feedback Pull Request: File Organizing: Wrong file path. All student-constructed documents should be packed in the ‘PatternAnalysis-2024/recognition/<student_constructed_folder>/’ folder. Please reorganize your files, otherwise it won't be merged into Shakes' branch. Commit Log: Documentation: Code comments and docstrings are included. |
Marking
Marked as per the due date and changes after which aren't necessarily allowed to contribute to grade for fairness. |
Feedback marks possible +2 if the requested changes are made (see above). |
Jackson Athanasiadis |
Incorrect folder structure, should use own folder -2, feedback applied +2 |
Cant merge because of conflicting changes to main repo files (README). Please update for merge, doesn't affect grade. |
Approved extension +2 |
GFNet for binary classification of Alzheimers and non-afflicted MRI scans.
Model:
The model uses the Global Filtering variety of a ViT to replace attention mechanisms by filtering global information across all spatial locations, allowing it to capture long-range dependencies more effectively than traditional ViTs. This approach aids in reducing redundant computations and improving focus on relevant spatial features.