Research Article

Multiclass Sparse Bayesian Regression for fMRI-Based Prediction

Algorithm 1

VB-MCBR algorithm.
Initialize π‘Ž 1 = 𝛼 1 , π‘Ž 2 = 𝛼 2 , 𝑙 1 = πœ† 1 , 𝑙 2 = πœ† 2 and 𝑑 π‘˜ = πœ‚ π‘˜
Randomly initialize π‘ž ( 𝑧 𝑗 = π‘˜ )
Set a number of iterations max steps
repeat
 Compute 𝐴 using (A.1), Ξ£ using (A.2) and πœ‡ using (A.3).
 Compute 𝑙 1 using (A.4) and 𝑙 2 using (A.5).
 Compute π‘Ž 1 using (A.6) and π‘Ž 2 using (A.7).
 Compute 𝜌 𝑗 π‘˜ using (A.8).
 Compute πœ‹ π‘˜ using (A.9) and 𝑑 π‘˜ using (A.10).
until max steps;
Return   πœ‡ .