feat: début du chapitre intelligence artificielle
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8f2d48672c
commit
5770ed70d1
Binary file not shown.
@ -0,0 +1,52 @@
|
||||
\documentclass[12pt]{classPres}
|
||||
|
||||
\author{}
|
||||
\title{Enseignements scientifiques}
|
||||
\date{Avril 2022}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Traitement automatisé de l'information}
|
||||
|
||||
\maketitle
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Traitement automatisé de l'information}
|
||||
\begin{center}
|
||||
\vfill
|
||||
\begin{block}{Processus}
|
||||
\smallskip
|
||||
\begin{tikzpicture}[
|
||||
every text node part/.style={align=center},
|
||||
node distance=4cm,
|
||||
auto,
|
||||
]
|
||||
\node (E1) [fill=highlightbg,text width=3cm]{\faIcon{database} \\ Collecte, encodage et stockage des données};
|
||||
\onslide<2->{%
|
||||
\node (E2) [fill=highlightbg,text width=3cm, right of=E1] {\faIcon{signal} \\ Modèles de prédictions};
|
||||
\path[->] (E1) edge (E2);
|
||||
}
|
||||
\onslide<3->{%
|
||||
\node (E3) [fill=highlightbg,text width=3cm, right of=E2] {\faIcon{cogs} \\ Analyse et prise de décision};
|
||||
\path[->] (E2) edge (E3);
|
||||
}
|
||||
|
||||
\end{tikzpicture}
|
||||
\end{block}
|
||||
\vfill
|
||||
\pause
|
||||
\pause
|
||||
\pause
|
||||
\begin{block}{Vacances de pâques}
|
||||
Histoire du traitement automatisé de l'information
|
||||
\end{block}
|
||||
\vfill
|
||||
\pause
|
||||
\begin{block}{Oral}
|
||||
Oral en groupe sur un sujet traitant de l'intelligence artificielle.
|
||||
\end{block}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
@ -1,13 +1,18 @@
|
||||
Informatique Intellignece articielle
|
||||
####################################
|
||||
Informatique Intelligence artificielle
|
||||
######################################
|
||||
|
||||
:date: 2022-03-23
|
||||
:modified: 2022-03-23
|
||||
:modified: 2022-03-25
|
||||
:authors: Benjamin Bertrand
|
||||
:tags: Informatique
|
||||
:category: EnseignementsScientifique
|
||||
:summary:
|
||||
|
||||
.. image:: ./0E_presentation.pdf
|
||||
:height: 200px
|
||||
:alt: Document de présentation de la séance
|
||||
|
||||
|
||||
Étape 1: Encodage
|
||||
=================
|
||||
|
||||
|
@ -2,7 +2,7 @@ Enseignements Scientifique
|
||||
##########################
|
||||
|
||||
:date: 2021-08-23
|
||||
:modified: 2021-11-15
|
||||
:modified: 2022-03-25
|
||||
:authors: Bertrand Benjamin
|
||||
:category: Enseignements Scientifique
|
||||
:tags: Progression
|
||||
@ -12,4 +12,5 @@ Enseignements Scientifique
|
||||
|
||||
- `Évolution et démographie <./01_Evolution_et_démographie/>`_
|
||||
- `Biodiversité et évolution <./02_Biodiversite_evolution/>`_
|
||||
- `Intelligence artifielle <./04_Informatique_Intellignece_articielle/>`_
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user