- Clone the repository:
git clone https://github.com/mattreturn1/AI_project.git
- Download the library required
pip install -r requirements.txt
- The repository contains the already filtered folders.
If you want to test thefolders_organizer.py
, you need to downloadabide.zip
from the following link:
https://auckland.figshare.com/articles/dataset/NeurIPS_2022_Datasets/21397377
Then extract the contents of the abide.zip
folder and rename the extracted folder to abide
.
Move the renamed folder to the root folder of the project.
-
Calculate the metrics with
main.py
, which must be done before the execution of the other programs. -
Then use Jupyter Notebook to execute
bayesian_network.ipynb
andhidden_markov_model.ipynb
.
This project uses the dataset:
Xu, Jiaxing; Yang, Yunhan; Huang, David; Gururajapathy, Sophi; Ke, Yiping; Qiao, Miao; et al. (2023).
A Collection of Brain Network Datasets. The University of Auckland. Dataset.
https://doi.org/10.17608/k6.auckland.21397377.v7
Licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).