Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
math_tech_info
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
math_tech_info
Commits
dc19026e
Commit
dc19026e
authored
5 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
startedconvolutions
parent
57807783
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6886
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cours.md
+23
-0
23 additions, 0 deletions
cours.md
with
23 additions
and
0 deletions
cours.md
+
23
−
0
View file @
dc19026e
...
...
@@ -871,6 +871,29 @@ Calculer les primitives suivantes par changement de variable
---
## Le produit de convolution
Les convolutions sont très utilisées pour le traitement du signal, le traitement d'images et
les réseaux de neurones convolutifs entre autres.
### La convolution continue
La convolution de deux fonctions intégrables, $f(t)$, et $g(t)$, notée $f
\a
st g$ se définit comme
\b
egin{equation}
(f
\a
st g)(t)=
\i
nt_{-
\i
nfty}^
\i
nfty f(
\t
au)f(t-
\t
au)
\d
d
\t
au.
\e
nd{equation}
On constate que le membre de gauche de l'équation ci-dessus n'est rien d'autrequ'une fonction de $t$.
Pour chaque valeur de $t=t_0$, on calcule l'intégrale,
\b
agin{equation}
\i
nt_{-
\i
nfty}^
\i
nfty f(
\t
au)f(t_0-
\t
au)
\d
d
\t
au.
\e
nd{equation}
On peut interprêter la convolution comme la moyenne de $f(
\t
au)$ pondérée par la fonction $g(-
\t
au)$.
### La convolution discrète
Intégration numérique
---------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment