Random triples
Subject | Object |
---|---|
gptkb:BFGS_method | BFGS update |
gptkb:Storkey_Learning_Rule | Δw_ij = (1/N)[x_i x_j - x_i h_j - h_i x_j] |
gptkb:Delta_Rule | w_new = w_old + η (target - output) x |
gptkb:Fourth-order_Runge–Kutta_method | y_{n+1} = y_n + (1/6)(k1 + 2k2 + 2k3 + k4) |
gptkb:Fletcher–Reeves_conjugate_gradient_method | beta_k = (g_k^T g_k) / (g_{k-1}^T g_{k-1}) |