Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
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
julien.borel
math_tech_info
Commits
057136bc
Commit
057136bc
authored
6 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
ajout app
parent
ef22963b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/Makefile
+34
-0
34 additions, 0 deletions
app/Makefile
app/conv.md
+4
-6
4 additions, 6 deletions
app/conv.md
with
38 additions
and
6 deletions
app/Makefile
0 → 100644
+
34
−
0
View file @
057136bc
STYLES
:=
../css/tufte-css/tufte.css
\
../css/pandoc.css
\
../css/pandoc-solarized.css
\
../css/tufte-extra.css
OPTIONS
=
--filter
=
pandoc-numbering
OPTIONS
+=
--filter
=
pandoc-crossref
PDFOPTIONS
=
--highlight-style
kate
PDFOPTIONS
+=
--pdf-engine
pdflatex
PDFOPTIONS
+=
--number-sections
PDFOPTIONS
+=
--template
=
../default.latex
HTMLOPTIONS
+=
-t
html5
HTMLOPTIONS
+=
-c
../css/styling.css
HTMLOPTIONS
+=
--self-contained
HTMLOPTIONS
+=
--mathjax
=
../MathJax.js
MD
=
$(
wildcard
*
.md
)
HTML
=
$(
MD:%.md
=
%.html
)
PDF
=
$(
MD:%.md
=
%.pdf
)
all
:
$(HTML) $(PDF)
%.pdf
:
%.md Makefile
pandoc
-s
$(
OPTIONS
)
$(
PDFOPTIONS
)
-o
$@
$<
%.html
:
%.md Makefile
pandoc
-s
$(
OPTIONS
)
$(
HTMLOPTIONS
)
-o
$@
$<
clean
:
rm
-rf
*
.html
*
.pdf
This diff is collapsed.
Click to expand it.
app/conv.md
+
4
−
6
View file @
057136bc
---
# author:
# - Orestis Malaspinas
title: Apprentissage par problème
:
la convolution.
title
:
Apprentissage par problème, la convolution
autoSectionLabels
:
true
autoEqnLabels
:
false
eqnPrefix
:
...
...
@@ -42,12 +40,12 @@ d’institutionnaliser le résultat en présence du professeur.
A l’aide de lectures que vous ferez dans des livres ou sur internet, soit dans la liste ci-
dessous, soit en faisant vos recherches personnelles, étudier dans le détail la notion
de
filtrage,
en particulier trouvez des applications intéressante
de la convolution
.
de
convolution, et
en particulier trouvez des applications intéressante
s
.
Vous devrez être capable d’exposer les problèmes que l’on peut résoudre
avec cette
méthode
et donner des exemples.
avec cette
notion
et donner des exemples.
Écrire un algorithme en pseudo-code de
filtrage avec un filtre particulier et généraliser la notion à un filtre quelconqu
e.
Écrire un algorithme en pseudo-code de
convolution pour une application particulièr
e.
# Références
...
...
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