Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
online_learning
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reto Christen
online_learning
Commits
6e505ddb
Commit
6e505ddb
authored
3 years ago
by
JuanPi Carbajal
Browse files
Options
Downloads
Patches
Plain Diff
lectures: first session structure
parent
626c1615
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+4
-0
4 additions, 0 deletions
.gitignore
lectures_beamer/S1E1_Modelling.tex
+88
-0
88 additions, 0 deletions
lectures_beamer/S1E1_Modelling.tex
with
92 additions
and
0 deletions
.gitignore
+
4
−
0
View file @
6e505ddb
...
...
@@ -17,3 +17,7 @@ public/
*.ppt*
*.pdf
*.doc*
# PyCharm
**.idea
**.env
This diff is collapsed.
Click to expand it.
lectures_beamer/S1E1_Modelling.tex
0 → 100644
+
88
−
0
View file @
6e505ddb
% !TEX program = xelatex
\documentclass
[aspectratio=169,20pt, USenglish]
{
beamer
}
\usetheme
{
ost
}
\input
{
include/beamer
_
basics.tex
}
% PACKAGES
\input
{
include/mathsymbols.tex
}
% SYMBOLS
\graphicspath
{{
../static/img/
}}
\title
{
Introduction to recursive probabilistic learning
}
\subtitle
{
Modelling
}
\date
{
01.10.2021
}
\author
{
JuanPi Carbajal
}
\institute
{
Institute for Energy Technology
}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section
{
Overview
}
% Bayesian setup
% Prediction, filtering, smoothing
% Filters
% Smoothers
% Parameter estimation
\begin{frame}
{
Our goal
}
\only
<1>
{
Illustrate the data and mention the process generating it
}
\note
<1>
{
}
\only
<2>
{
Show how we put our understanding of the process into a model
}
\note
<2>
{
}
\only
<3>
{
Show an animation of the working system
}
\note
<3>
{
}
\end{frame}
\begin{frame}
{
Representing our understading of the process
}
Explain what types of models we can use we the tools we are going to learn
\end{frame}
\interludeframe
{
\textbf
{
\large
Coffee break: 20 minutes
}}
\section
{
Iterated maps
}
\section
{
Ordinary differential equations
}
\subsection
{
Discretization
}
\interludeframe
{
\textbf
{
\large
Lunch: 1 hour 30 minutes
}}
\section
{
Errror propagation
}
\section
{
Gaussian Distribution
}
% Gaussian distribution in 1D
% Gaussian distribution in 2D
% Gaussian distribution in more dimensions
% Linear transformation in 1D: analytic and visual
% Nonlinear transformation in 1D: visual
% Linear and nonlinear transformation in 2D: visual
\interludeframe
{
\textbf
{
\large
Coffee break: 30 minutes
}}
\section
{
Stochastic modelling
}
% X vs. Y plots: causal and probabilistic interpretation
\subsection
{
Statistical dependence and causality
}
\section
{
Wrap-up
}
\end{document}
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