Some Pluto notebooks with the aim of illustrating various algorithms.
See the raw notebook list or below:
- Misc/Pluto_tips.jl some tips related to Pluto notebooks.
- Spectrometry/snip.jl baseline computation using the SNIP algorithm.
- LinAlg/matrix_of_given_rank.jl create matrices of size n x m and rank k.
Des slides que j’ai fait pour une introduction (en français):
- AutoDiff_Slides/pluto_ad_introduction.jl : présentation forward/backward avec une cassette,
- AutoDiff_Slides/pluto_ad_approche_directe.jl : simplification du mode forward,
- AutoDiff_Slides/pluto_ad_source2source.jl : quelques mots sur les approches de type source -> source,
- AutoDiff_Slides/pluto_ad_Levenberg.jl : limite hors sujet, une note sur les moindres carrés non-linéaires (Levenberg-Marquardt).
Related to: https://arxiv.org/abs/2202.08587