Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smruthig authored Feb 13, 2024
1 parent b2f0513 commit 2415c62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
## Quick Links

> - [ Overview](#overview)
> - [ Background](#background)
> - [ Results](#results)
> - [ Conclusions](#conclusions)
> - [ Repository Structure](#repository-structure)
> - [ Instructions](#instructions)
> - [ Installation Locally](#installation-locally)
Expand All @@ -46,6 +49,8 @@ The performance of our graph neural network models is on par with that of our ma
### Conclusions
This study provides insights into the role of advanced graph theoretical methods and machine learning on fMRI data to detect schizophrenia by harnessing changes in brain functional connectivity. The results of this study demonstrate the capabilities of using both traditional ML techniques as well as graph neural network-based methods to detect schizophrenia using features extracted from fMRI data. The study also proposes two methods to obtain potential biomarkers for the disease, many of which are corroborated by research in this area and can further help in the understanding of schizophrenia as a mental disorder.

---

## Repository Structure

```sh
Expand Down Expand Up @@ -73,6 +78,7 @@ This study provides insights into the role of advanced graph theoretical methods
├── README.md
└── requirements.txt
```
---

## Instructions

Expand Down Expand Up @@ -116,6 +122,8 @@ Use the following command to run Schizophrenia_Detection using Jupyter:
jupyter notebook
```

---

## Contributing

Contributions are welcome! Here are several ways you can contribute:
Expand Down

0 comments on commit 2415c62

Please sign in to comment.