Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Balanced Multimodal Feature Selection Implementation

This code is designed to support the BIBE 2020 paper titled:

"Task Balanced Multimodal Feature Selection to Predict the Progression of Alzheimer’s Disease"

Task Balanced Multimodal Feature Selection to Predict the Progression of Alzheimer's Disease

Implementation details of the Task Balanced Multimodal Feature Selection method can be found in the TBMFS.jl file in this folder. Usage can be found in the file titled example.jl. If you find this code useful please consider citing the following:

@inproceedings{brand2020task,
  title={Task Balanced Multimodal Feature Selection to Predict the Progression of Alzheimer’s Disease},
  author={Brand, Lodewijk and O’Callaghan, Braedon and Sun, Anthony and Wang, Hua},
  booktitle={2020 IEEE 20th International Conference on Bioinformatics and Bioengineering (BIBE)},
  pages={196--203},
  year={2020},
  organization={IEEE}
}

Running the code

First, download a recent distribution of the Julia software package from: https://julialang.org/.

Then, run the following from the command line:

julia --project
julia> include("example.jl") 

Tested on Julia Version 1.3.1

Algorithm Convegence

TBMFS Convergence`

About

Code for the Task Balanced Multimodal Feature Selection method, published in BIBE 2020, written in Julia

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages