Skip to content

Commit

Permalink
some modifs I cannot remember
Browse files Browse the repository at this point in the history
  • Loading branch information
kariminf committed Nov 19, 2022
1 parent 24f8ec7 commit 74ffa39
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pres_master/TALN00C-presentation_master2022.tex
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
\item Google Colab (il faut une connexion Internet)
\item Sur machine :
\begin{itemize}
\item Installer Anaconda ({\tiny \url{https://www.anaconda.com/products/distribution\#Downloads}})
\item Installer Anaconda (\kurl{https://www.anaconda.com/products/distribution\#Downloads})
\item Installer NLTK (Anaconda navigator)
\item Installer tensorflow (Anaconda navigator)
\end{itemize}
Expand All @@ -140,8 +140,8 @@
\item Overleaf (il faut une connexion Internet)
\item Sur machine :
\begin{itemize}
\item Installer \LaTeX ({\tiny \url{https://www.latex-project.org/get/}})
\item Installer TexStudio ({\tiny \url{https://www.texstudio.org}})
\item Installer \LaTeX (\kurl{https://www.latex-project.org/get/})
\item Installer TexStudio (\kurl{https://www.texstudio.org})
\end{itemize}
\end{itemize}
\end{itemize}
Expand All @@ -155,27 +155,27 @@

\item Natural Language Processing S21 (à jours).
Carnegie Mellon University.
\url{http://demo.clab.cs.cmu.edu/NLP/}
\kurl{http://demo.clab.cs.cmu.edu/NLP/}

\item CS388: Natural Language Processing (2018).
University of Texas.
\url{https://www.cs.utexas.edu/~mooney/cs388/}
\kurl{https://www.cs.utexas.edu/~mooney/cs388/}

\item CSE 517: Natural Language Processing ().
University of Washington.
\url{https://courses.cs.washington.edu/courses/cse517/}
\kurl{https://courses.cs.washington.edu/courses/cse517/}

\item CS 294-5: Statistical Natural Language Processing (2005).
University of Berkely.
\url{https://people.eecs.berkeley.edu/~klein/cs294-5/index.html}
\kurl{https://people.eecs.berkeley.edu/~klein/cs294-5/index.html}

\item CS224n: Natural Language Processing with Deep Learning (à jours).
Stanford university.
\url{https://web.stanford.edu/class/cs224n/}
\kurl{https://web.stanford.edu/class/cs224n/}

\item CS 5340/6340: Natural Language Processing (à jours).
University of Utah.
\url{https://my.eng.utah.edu/~cs5340/schedule.html}
\kurl{https://my.eng.utah.edu/~cs5340/schedule.html}

\end{itemize}

Expand All @@ -190,26 +190,26 @@

par Abdelkrime Aries

\url{https://github.com/projeduc/ESI_2CS_TALN/releases/download/4.0/taln_v2.pdf}
\kurl{https://github.com/projeduc/ESI_2CS_TALN/releases/download/4.0/taln_v2.pdf}


\item \textbf{Speech and Language Processing}

par Dan Jurafsky et James H. Martin

\url{https://web.stanford.edu/~jurafsky/slp3/}
\kurl{https://web.stanford.edu/~jurafsky/slp3/}

\item \textbf{Natural langguage processing}

par Jacob Esenstein

\url{https://cseweb.ucsd.edu/~nnakashole/teaching/eisenstein-nov18.pdf}
\kurl{https://cseweb.ucsd.edu/~nnakashole/teaching/eisenstein-nov18.pdf}

\item \textbf{Modern Approaches in Natural Language Processing - support de cours (LMU Munich)}

par Carolin Becker, et al.

\url{https://slds-lmu.github.io/seminar_nlp_ss20/index.html}
\kurl{https://slds-lmu.github.io/seminar_nlp_ss20/index.html}



Expand All @@ -225,13 +225,13 @@

\item \textbf{Dive into Deep Learning} (online)

\url{https://d2l.ai/index.html}
\kurl{https://d2l.ai/index.html}

\item \textbf{DEEP LEARNING, support de cours NYU CENTER FOR DATA SCIENCE}

par Yann LeCun et Alfredo Canziani

\url{https://atcold.github.io/pytorch-Deep-Learning/}
\kurl{https://atcold.github.io/pytorch-Deep-Learning/}


\end{itemize}
Expand Down
3 changes: 3 additions & 0 deletions pres_master/options.tex
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@

\beamertemplatenavigationsymbolsempty


\let\oldcite\cite
\renewcommand{\cite}[1]{{\bfseries\color{orangey}\oldcite{#1}}}

\tcbuselibrary{listings}

\newcommand{\kurl}[1]{{\scriptsize\bfseries\color{orangey}\url{#1}}}


%\renewcommand{\baselinestretch}{1.5}

Expand Down

0 comments on commit 74ffa39

Please sign in to comment.