Skip to content

The mathematical formulas in word2vec tutorial are encoded in latex and can't be correctly displayed in MD viewers #8

Description

@lopezvit

In the word2vec tutorial, there are pieces of text like:
$$ \begin{align} P(w_t | h) &= \text{softmax}(\text{score}(w_t, h)) \ &= \frac{\exp { \text{score}(w_t, h) } } {\sum_\text{Word w' in Vocab} \exp { \text{score}(w', h) } }. \end{align} $$
that are written in latex, but not converted into something that can be correctly visible in a Markdown document.

In this stackoverflow question they describe few ways to solve this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions