-
Run download_abide_preproc.py
Use: nohup python download_abide_preproc.py -d func_preproc -p cpac -s filt_global -o <Storage_location>
-
Run calculate_corr_ABIDE.py to get npy files
-
Run classify_file.py to create 2 folders, and place npy files into the corresponding folder(austistic or normal)
-
Run create_data.py to obtain X.npy and Y.npy for training
-
Train using feed_forward_net.py and iterate values of parameters to find best values for parameters
-
Compare results with other models, by running SVM.py
-
With the best values of parameters, run save_ffn_model.py to save the model
-
Run create_SSM.py to produce SSM(including matrix), stored in both CSV and hdf5 formats
-
Run create_K.py to produce K, stored in hdf5 format
-
Run create_eigen.py to produce eigenvalues(stored in both CSV and hdf5) and eigenvectors(stored in hdf5)
-
Run new_PSM.py to generate tables for important eigenvectors
-
Test_model.py is used to find scores for deep learning models
-
DAE1000.py is used to train first autoencoder of 1000 units
-
DAE600.py is used to train second autoencoder of 600 units
-
DAE_1000_600_2.py is used to finetune the autoencoder
-
DAE_1000_600_2_freeze.py is used to finetune the autoencoder, but with the autoencoder weights frozen
nimiew/ureca1819
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|