From 596c913a936c6fb6559da56c90bed0e1949705f4 Mon Sep 17 00:00:00 2001 From: LeafyLi Date: Wed, 8 Jul 2020 21:27:03 -0400 Subject: [PATCH] Remove unnecessary word --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.