Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.uconn.edu/jet08013/Talks int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
jet08013 committed Jul 5, 2018
2 parents 9d1f50a + 1966373 commit d802088
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
1 change: 0 additions & 1 deletion graphE/.#napoleon.py

This file was deleted.

15 changes: 10 additions & 5 deletions graphE/graphE.tex
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,18 @@
(For reference the adjacency matrix of the graph has about 6500 numbers).

Applying TSNE to the result we get the following picture, colored by the conference that the teams belong to.
\includegraphics[width=4in]{football_clusters.png}

\includegraphics[width=4in]{football_clusters.png}
\end{frame}




\begin{frame}{Remarks for further study}
\begin{block}{Optimizing the computation}
Computing the softmax function is very inefficient because the normalization step requires a sum
over all of the nodes of the graph. \textit{Negative Sampling} and \textit{Hierarchical Softmax} are approaches to dealing with this bottleneck.
\end{block}
\begin{block}{Modifying the algorithm and adjusting the hyperparameters}
There are many ways to vary the way the random walk is carried out, and one can vary the lengths of the walks and the number of nodes chosen within each random walk. One can also modify the way the random walk is constructed (for example, by weighting the edges in some way). The program \texttt{node2vec} has many capabilities of this type.
\end{block}
\end{frame}
\end{document}

%%% Local Variables:
Expand Down
3 changes: 3 additions & 0 deletions jax_gl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This work is obsolete and superseded by **graphE**.


0 comments on commit d802088

Please sign in to comment.