Skip to main content
. 2016 Sep 10;16(9):1457. doi: 10.3390/s16091457
Algorithm 1. MTJL for reading ability prediction
Input: X=[X1,,Xm], Y, λ and γ. 
Output: w1, w2, …, wm, b.
Procedure:
Step 1. Initialize wi and bi, I = 1, …, m.
Step 2. For iteration t, update Wit, bit and Drt bit using (7), (8) and (9), respectively.
Step 3. Compute the objective function value J(t) using (3).
Step 4. Check convergence. If |J(t)J(t1)|ε terminate; else go to step 2, where ε is a very small positive value.