Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Loïc Barrault
supports_cours
Commits
0a916a81
Commit
0a916a81
authored
Nov 19, 2019
by
Loïc Barrault
Browse files
minor changes + L3
parent
2e6468b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
text_processing/sa_bayes.tex
View file @
0a916a81
...
...
@@ -40,7 +40,7 @@ Namely, determine the sentiment $\vm{s^*}$ of text $T$ such that:\\
\end{equation*}
\end{block}
$
p
(
s
_
i | T
)
$
cannot be estimated correctly
\ra\
use the Bayes rule:
$
p
(
s
_
i | T
)
$
cannot be
directly
estimated correctly
\ra\
use the Bayes rule:
\begin{equation*}
p(s
_
i | T) =
\frac
{
p(T|s
_
i)p(s
_
i)
}{
p(T)
}
\end{equation*}
...
...
text_processing/text_processing_L3.tex
0 → 100644
View file @
0a916a81
\documentclass
[aspectratio=169,t,xcolor=table]
{
beamer
}
%\documentclass[t]{beamer}
%\documentclass[handout,t]{beamer}
\mode
<presentation>
{
%\usetheme{PaloAlto}
% \usetheme{Hannover}
\usetheme
{
informatics
}
\useoutertheme
{
infolines
}
% \setbeamercovered{transparent} % or whatever (possibly just delete it)
}
\setbeamertemplate
{
navigation symbols
}{}
\setlength
{
\extrarowheight
}{
3pt
}
\input
{
../LatexColors.incl.tex
}
\input
../mycolors.tex
\input
../macros.tex
\input
../macros
_
en.tex
\input
../macros
_
beamer.tex
\usepackage
{
setspace
}
%\setbeamercovered{transparent}
\usepackage
[absolute,showboxes,overlay]
{
textpos
}
%\TPshowboxestrue % commenter une fois fini
\TPshowboxesfalse
% décommenter pour faire disparaitre les boites
\textblockorigin
{
10mm
}{
10mm
}
% origine des positions
% This is only inserted into the PDF information catalog. Can be left out.
\subject
{
COM3110/Text Processing
}
\title
[]
{
[Text Processing]
\\
Sentiment Analysis: Naive Bayes
}
\author
[L. Barrault]
{
Loïc Barrault
}
\institute
[University of Sheffield]
{
l.barrault@sheffield.ac.uk
\\
Department of Computer Science
\\
}
\date
{
November 19, 2019
}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input
{
textproc
_
introduction
}
\input
{
sa
_
bayes.tex
}
\input
{
extra
_
reading
}
% and kill the abominable icon
\setbeamertemplate
{
bibliography item
}{}
%\begin{frame}[allowframebreaks]
% \frametitle{References}
%% \bibliographystyle{amsalpha}
%% \bibliographystyle{apalike}
% \bibliographystyle{IEEEtran}
% \bibliography{refs,refs_sa}
%\end{frame}
\end{document}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment