| Algorithm 1: M-ESN Optimization. Input: Modules count ; Intra-community connectivity ; Inter-community connectivity ; DEAP dataset. Output: Optimal combinations of , , and . 1: Let data =normalize (data). 2: for = 0.05, 0.1, 0.15, 0.2, 0.25, 0.3 do 3: for = 1, 2, 3, 4, 5, 6, 8, 10 do 4: for do 5: Acc = MESN( , , ) 6: if Acc’ < Accthen 7: Acc’, ’, ’, ’ = Acc, , , 8: end for 9: end for 10: end for 11: return ’, ’, ’ 12: end |