-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathlivre-deepmath.tex
More file actions
117 lines (73 loc) · 2.27 KB
/
livre-deepmath.tex
File metadata and controls
117 lines (73 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
\documentclass[11pt]{report}
%\documentclass[10pt,twoside,openright]{report}
\usepackage[screen]{python}
%\usepackage[print]{python}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Titre + préface + sommaire
\renewcommand{\contentsname}{Sommaire}
% Préface
\pagenumbering{roman}
\import{divers/}{preface_livre_deepmath.tex}
\debutchapitres
\pagenumbering{arabic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearemptydoublepage
%======================================
% Partie 1 - Analyse -- Réseaux de neurones
%======================================
\part{Analyse -- Réseaux de neurones}
% 1 - Dérivée
\import{derivee/}{derivee.tex}
% 2 - Python : numpy et matplotlib avec une variable
\import{pythonx/}{pythonx.tex}
% 3 - Fonctions de plusieurs variables
\import{fonctions/}{fonctions.tex}
% 4 - Python : numpy et matplotlib avec deux variables
\import{pythonxy/}{pythonxy.tex}
% 5 - Réseau de neurones
\import{neurones/}{neurones.tex}
% 6 - Python : tensorflow/keras 1
\import{pythontf1/}{pythontf1.tex}
% 7 - Gradient
\import{gradient/}{gradient.tex}
% 8 - Descente de gradient
\import{descente/}{descente.tex}
% 9 - Rétropropagation
\import{retro/}{retro.tex}
% 10 - Python : tensorflow/keras 2
\import{pythontf2/}{pythontf2.tex}
%======================================
% Partie 2 - Algèbre -- Convolution
%======================================
\part{Algèbre -- Convolution}
% 1 - Convolution 1d
\import{convolution1d/}{convolution1d.tex}
% 2 - Convolution 2d
\import{convolution2d/}{convolution2d.tex}
% 3 - Convolution avec Python
\import{pythonconv/}{pythonconv.tex}
% 4 - Convolution avec Tensorflow/Keras
\import{tfconv/}{tfconv.tex}
% 5 - Tenseurs
\import{tenseur/}{tenseur.tex}
% 6 - Probabiltés
\import{proba/}{proba.tex}
%======================================
% ChatGPT
%======================================
\part{ChatGPT}
% 1 - ChatGPT - partie 1
\import{chatgpt1/}{chatgpt1.tex}
% 2 - ChatGPT - partie 2
\import{chatgpt2/}{chatgpt2.tex}
%======================================
% Annexes
%======================================
\import{annexe/}{annexe.tex}
\import{divers/}{postface_livre_deepmath.tex}
\vfill
\bigskip
\bigskip
\mycenterline{Version 2.0 -- Juillet 2025}
\end{document}