Нема описа

nschense 8bc7064767 Delete 'daily_log.md' пре 2 месеци
.vscode a02334abbf More work done on overall stats - not sure why so many files changed пре 8 месеци
utils a02334abbf More work done on overall stats - not sure why so many files changed пре 8 месеци
.gitignore a02334abbf More work done on overall stats - not sure why so many files changed пре 8 месеци
LP_ADNIMERGE.csv a02334abbf More work done on overall stats - not sure why so many files changed пре 8 месеци
README.md c48455a8d7 Update 'README.md' in preparation for sharing пре 2 месеци
bayesian.py a02334abbf More work done on overall stats - not sure why so many files changed пре 8 месеци
config.toml 300dc9dcf4 Update 'config.toml' in preparation for sharing пре 2 месеци
ensemble_predict.py a02334abbf More work done on overall stats - not sure why so many files changed пре 8 месеци
planning.md a02334abbf More work done on overall stats - not sure why so many files changed пре 8 месеци
ruff.toml a02334abbf More work done on overall stats - not sure why so many files changed пре 8 месеци
sensitivity_analysis.py a02334abbf More work done on overall stats - not sure why so many files changed пре 8 месеци
threshold.py 1083b2301b Completed refactor to xarray - working on minimial calibration and sensitivity analysis пре 8 месеци
threshold_refac.py 1083b2301b Completed refactor to xarray - working on minimial calibration and sensitivity analysis пре 8 месеци
threshold_xarray.py 1083b2301b Completed refactor to xarray - working on minimial calibration and sensitivity analysis пре 8 месеци
train_cnn.py a02334abbf More work done on overall stats - not sure why so many files changed пре 8 месеци

README.md

Alzheimers Diagnosis Neural Net Project Rewrite

This code is the current version for the Alzheimers CNN uncertanity estimation project. The project consists of a set of main scripts (in the root folder) and some utilities. In order to use the project:

  1. Edit "config.toml" with the details of the ensemble that you would like to train (size, name, epochs etc). Make sure that the model name and ensemble name are the same if you'd like to run the ensemble analysis later.
  2. Run "train_cnn.py". This will train and save a new ensemble of CNN models using the name and congfiguration options given in the config file.
  3. Run "ensemble_predict.py". This will generate the predictions of the models on the test and validation datasets and save them to the model ensemble folder.
  4. Run "threshold.py". This run some analysis on the ensemble and generates a set of graphs and statistics.

"bayesian.py" is unfinished and does not currently work.