Skip to content

While deep learning for brain disorder diagnosis has become pretty advanced over the past few years, many studies have only focused on the diagnosis of one disorder. There are countless studies showing how effective deep learning is to detect Alzheimer’s, or schizophrenia, or brain tumors, but not any that try to detect all three. In this projec…

Notifications You must be signed in to change notification settings

sagron16/Deep-Learning-for-Brain-Disorders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning for Brain Disorders 🧠

This is the repo for the "Deep Learning for Brain Disorders" project at ACM Research. Content will begin to be added keep in mind we should branch changes and merge to main whenever those changes are complete. DO NOT commit to main please submit a pull request and have someone review your code.

I will go over git this Wednesday so everyone be prepared for learning as we move into the code section of this project!

Introduction

While deep learning for brain disorder diagnosis has become pretty advanced over the past few years, many studies have only focused on the diagnosis of one disorder. There are countless studies showing how effective deep learning is to detect Alzheimer’s, or schizophrenia, or brain tumors, but not any that try to detect all three. In this project, participants will use deep learning to classify 3-4 brain disorders, such as Alzheimer's and schizophrenia, using MRI brain scans, and then create a working probability model to combine and analyze the results.

Scope / Goals

The goal of the project is to use deep learning in order to better understand / diagnose brain disorders in real world situations. Our scope here is to cover 3-4 brain disorders, a possible long-term goal is to develop a more general extensible model.

Differentiation

Most studies in the past have focused on a number of tasks including segmentation, classification, and localization. But usually limited to one disorder as well as one task. In this project we hope to do many, as well as work on more specificlly useful models for real world diagnosis i.e., you can classify brain tumors but it's much more useful to know where and how big those tumors are in a real world situation.

Timeline

  1. Data Cleaning / Collection and Preperation
  2. Classification Tasks
  3. Segmentation / Localization task
  4. OPTIONAL MORE GENERAL MODEL
  5. Poster / Putting it all together

Branches ?

These will probably be renamed and updated as we go

  • main - main branch where the final project is contained
  • dev - branch for wip features
  • task - branch for a particular task will be named after that task

Contributors

TODO update this later!

About

While deep learning for brain disorder diagnosis has become pretty advanced over the past few years, many studies have only focused on the diagnosis of one disorder. There are countless studies showing how effective deep learning is to detect Alzheimer’s, or schizophrenia, or brain tumors, but not any that try to detect all three. In this projec…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.1%
  • Python 0.9%