added a few more general notes

This commit is contained in:
Jan Benda 2021-01-02 12:02:11 +01:00
parent 16aa2b8f4b
commit 2a65c1c1cc
2 changed files with 10 additions and 5 deletions

View File

@ -21,6 +21,8 @@
\subsection{Notes}
\begin{itemize}
\item Fig 8.2 right: this should be a chi-squared distribution with one degree of freedom!
\item Gradient ascent is used by bacteria and worms (and others) to
approach food sources along chemical and temperature gradients (using biased random walks).
\end{itemize}
\subsection{New chapter: non-linear fits}

View File

@ -51,9 +51,10 @@
% We therefore expose you to some mathematical equations
% that do not go beyond what you learned at school.
% - most concepts are also quite relevant for the brain itself!
% The brain also needs to analyse the data coming in from the senses.
% - modern approaches:
% * open source science (open data, open code, open algorithmns in contrast
% to closed source license models)
% to closed source license models), FAIR
% * knowledge is freedom ...
% * do not consume what companies offer you but know what you want and implement it
% * python as a modern and popular programming language in modern science
@ -75,7 +76,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Data analysis}
%\part{Basic statistics}
%\subpart{Basic statistics}
% With an intro saying statistical tests are overrated!
% add chapter on stochastic simulations (draw random numbers, draw random functions)
@ -97,7 +98,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\part{Time series}
%\subpart{Time series}
% add chapter on simulations of dynamical systems/time series (euler
% forward, odeint, iterated maps, dynamical system, bifurcations?)
@ -124,7 +125,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\part{Machine learning}
%\subpart{Machine learning}
% add chapters on linear algebra, PCA, clustering, see linearalgebra/
@ -135,6 +136,7 @@
% add chapter on Markup and LaTeX -> see latex/
% with an introduction on mark-up in general, an outlook to markdown, html, xml, jason, yaml
% make notes, data, and texts understandable by computers!
% Makefile
% distributed computing (ssh and grid engines)
@ -142,7 +144,8 @@
% see replicability/ :
% version control (git and github) only put source files into repository!
% data handling (structure, storage (rsync), backup, data bases)
% data annotation, meta data
% data annotation, meta data, FAIR
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix