Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,11 @@ \section{Word2Vec}
\begin{frame}{Word2Vec as a Neural Network}
\begin{figure}
\centering
\includegraphics[width=0.7\textwidth]{pic/word2vec_nn.png}
\includegraphics[height=0.40\textwidth]{pic/skip_gram.png}
\end{figure}
\vspace{0.4cm}
\hspace{-1.0cm}
{\tiny \textcolor{gray}{Figure adapted from machinelearningcoban.com/tabml\_book/ch\_embedding/word2vec.html}}
{\tiny \textcolor{gray}{Figure adapted from https://www.mlebook.com/wiki chapter 4 draft}}
\end{frame}

\begin{frame}{Expected Outcome of Word2Vec}
Expand Down Expand Up @@ -388,6 +388,16 @@ \subsection{Continuous Bag of Words (CBOW)}
{\tiny \textcolor{gray}{Figure adapted from geeksforgeeks.org/continuous-bag-of-words-cbow-in-nlp/}}
\end{frame}

\begin{frame}{Continuous Bag of Words as a Neural Network}
\begin{figure}
\centering
\includegraphics[width=0.7\textwidth]{pic/word2vec_nn.png}
\end{figure}
\vspace{0.4cm}
\hspace{-1.0cm}
{\tiny \textcolor{gray}{Figure adapted from machinelearningcoban.com/tabml\_book/ch\_embedding/word2vec.html}}
\end{frame}

\subsection{Skip-gram Model}

\begin{frame}{Skip-gram: How It Works}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.