principles,pros,cons,todo
This commit is contained in:
parent
bb619d2e6e
commit
38ddab5bcd
5 changed files with 82 additions and 17 deletions
|
@ -60,13 +60,7 @@ Informatique, Réseaux, Systèmes et Multimédia
|
|||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\import{introduction}
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\section{Principes}
|
||||
|
||||
\cite{csd}
|
||||
|
||||
…
|
||||
|
||||
\pagebreak
|
||||
\import{principles}
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\section{Exemple d’application}
|
||||
|
||||
|
@ -76,17 +70,9 @@ Informatique, Réseaux, Systèmes et Multimédia
|
|||
|
||||
\pagebreak
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\section{Avantages}
|
||||
|
||||
…
|
||||
|
||||
\pagebreak
|
||||
\import{pros}
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\section{Inconvénients}
|
||||
|
||||
…
|
||||
|
||||
\pagebreak
|
||||
\import{cons}
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\section{Limitations}
|
||||
|
||||
|
|
11
cnam/travaux/probatoire/document/cons.tex
Normal file
11
cnam/travaux/probatoire/document/cons.tex
Normal file
|
@ -0,0 +1,11 @@
|
|||
\section{Inconvénients}
|
||||
|
||||
\begin{itmz}
|
||||
\item{compréhension difficile}
|
||||
\item{hautement mathématique}
|
||||
\item{effet boîte noire}
|
||||
\end{itmz}
|
||||
|
||||
…
|
||||
|
||||
\pagebreak
|
53
cnam/travaux/probatoire/document/principles.tex
Normal file
53
cnam/travaux/probatoire/document/principles.tex
Normal file
|
@ -0,0 +1,53 @@
|
|||
\section{Principes}
|
||||
|
||||
L’approche \gls{svm} est une méthode supervisée de classification d’éléments
|
||||
utilisant :
|
||||
\begin{enum}
|
||||
\item{un \gls{dataset} d’apprentissage pour entraîner l’algorithme,\\
|
||||
et qui fait donc office de superviseur}
|
||||
\item{un \gls{dataset} de test pour vérifier sa pertinence}
|
||||
\end{enum}
|
||||
|
||||
Cette approche se révèle appropriée dans de nombreux cas d’utilisation :
|
||||
\begin{itmz}
|
||||
\item{classification d’images, quel que soit le \gls{si}}
|
||||
\item{classification de protéines, dans le champ médical}
|
||||
\item{filtrage d’email, courriel légitime ou pourriel (phishing, spam)}
|
||||
\end{itmz}
|
||||
|
||||
En fonction du type de problèmes à résoudre,
|
||||
deux types de résolution sont disponibles :
|
||||
\begin{itmz}
|
||||
\item{régression linéaire}
|
||||
\item{régression non linéaire}
|
||||
\item{classification linéaire}
|
||||
\item{classification non linéaire}
|
||||
\end{itmz}
|
||||
|
||||
\subsection{Régression}
|
||||
|
||||
…
|
||||
|
||||
\subsubsection{Régression linéaire}
|
||||
|
||||
…
|
||||
|
||||
\subsubsection{Régression non linéaire}
|
||||
|
||||
…
|
||||
|
||||
\subsection{Classification}
|
||||
|
||||
…
|
||||
|
||||
\subsubsection{Classification linéaire}
|
||||
|
||||
…
|
||||
|
||||
\subsubsection{Classification non linéaire}
|
||||
|
||||
…
|
||||
|
||||
\cite{csd}
|
||||
|
||||
\pagebreak
|
10
cnam/travaux/probatoire/document/pros.tex
Normal file
10
cnam/travaux/probatoire/document/pros.tex
Normal file
|
@ -0,0 +1,10 @@
|
|||
\section{Avantages}
|
||||
|
||||
\begin{itmz}
|
||||
\item{extension du concept de perceptron\\
|
||||
afin de maximiser la marge géométrique ???}
|
||||
\end{itmz}
|
||||
|
||||
…
|
||||
|
||||
\pagebreak
|
5
cnam/travaux/probatoire/todo
Normal file
5
cnam/travaux/probatoire/todo
Normal file
|
@ -0,0 +1,5 @@
|
|||
conclusion
|
||||
résumé
|
||||
mots-clés
|
||||
vérifier formatage de bibliographie
|
||||
annexes ?
|
Loading…
Add table
Add a link
Reference in a new issue