Alternative names (2)
ruleChange • ruleModificationRandom triples
| Subject | Object |
|---|---|
| gptkb:Trust_Region_Policy_Optimization | constrained optimization |
| gptkb:Ross_Chastain's_'Hail_Melon'_move_at_Martinsville | NASCAR banned wall-riding moves in 2023 |
| gptkb:Little-Hopfield_network | synchronous |
| gptkb:Heavy_ball_method | x_{k+1} = x_k - \alpha \nabla f(x_k) + \beta (x_k - x_{k-1}) |
| gptkb:Particle_Swarm_Optimization | position update |
| gptkb:Q-learning_algorithm | Q(s,a) ← Q(s,a) + α [r + γ max Q(s',a') - Q(s,a)] |
| gptkb:CPISRA_Football_7-a-side_World_Championships | smaller field |
| gptkb:Ross_Chastain's_wall_ride_maneuver | NASCAR banned similar moves for future races |
| gptkb:binary_PSO | sigmoid function |
| gptkb:Para_7-a-side_National_Team | no offside rule |
| gptkb:NaSch_model | randomization |
| gptkb:Flag_Football_Under_14 | flag pulling instead of tackling |
| gptkb:Stochastic_gradient_descent | parameter update using single or few samples |
| gptkb:Three-check | normal chess rules apply except for win condition |
| gptkb:D&D_Adventurers_League | rules updated periodically |
| gptkb:Least_Mean_Squares_algorithm | w(n+1) = w(n) + 2μe(n)x(n) |
| gptkb:ADALINE_rule | weights updated based on error |
| gptkb:Adam_Optimizer | uses first and second moment estimates |
| gptkb:Least_Mean_Squares_(LMS)_algorithm | w(n+1) = w(n) + μ e(n) x(n) |
| gptkb:Exponentially_Weighted_Recursive_Least_Squares | recursive |