diff --git a/public/index.html b/public/index.html index 5c96b55..02a0c50 100644 --- a/public/index.html +++ b/public/index.html @@ -199,7 +199,7 @@

Introduction

tractable. We'll require that CTC do both of these efficiently.

Loss Function: For a given input, we'd like to train our -model to maximize the probability it assigns to the right answer. To do this, +model to maximize the probability it assigns the right answer. To do this, we'll need to efficiently compute the conditional probability p(Y \mid X). The function p(Y \mid X) should also be differentiable, so we can use gradient descent.