Need to configure MathJax for this Discourse Instance

The Coursera forums allow you to render LaTeX by including the MathJax plugin. Given that DL involves some serious math, I would vote that it’s an important thing to enable that functionality for any Discourse instances that deeplearning is going to use with any of the specializations. Here’s a thread that Lara pointed out about how to do this.

1 Like

Thanks Paul! This makes a lot of sense. We will look into this over the next couple of weeks.

Hey @paulinpaloalto , it is configured now.

1 Like

a^2+b^2 = c^2

C = \frac{1}{2n} \sum_x \|y(x)-a^L(x)\|^2


I think there might be some tex commands which don’t work like this which I copy-pasted from a site. But enclosing them in $ works

\begin{eqnarray}
C = \frac{1}{2n} \sum_x |y(x)-a^L(x)|^2
\end{eqnarray}

1 Like