You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ We always welcome new tutorial requests, just click [here](https://github.com/Co
41
41
The objective of this tutorial is to provide a first look at Python for beginners. The level is aimed at individuals with little or no experience whatsoever with Python. Experienced users are unlikely to benefit from this tutorial.
42
42
*[Tutorial 2: Intermediate and Advanced Topics](https://github.com/CosmoStat/Tutorials/tree/python#tutorial-2-intermediate-and-advanced-topics)
43
43
The objective of this tutorial is to provide a more in-depth look at object-oriented and pythonic coding. The level is aimed at individuals with some experience with Python and good knowledge of basic object types. This tutorial will likely benefit all except the most advanced users.
44
-
44
+
45
45
2.**[Python Optimisation and Memory Management](https://github.com/CosmoStat/Tutorials/tree/profiling)** | [](https://github.com/CosmoStat/Tutorials/tree/profiling)
This tutorial introduces some techniques for determinisitic and memory profiling of Python scripts, followed by some tips on how to implement some basic optimisation.
@@ -65,6 +65,11 @@ We always welcome new tutorial requests, just click [here](https://github.com/Co
65
65
**MRI reconstruction with TensorFlow*: [](https://www.youtube.com/watch?v=HqNm5fowdTU)[](https://colab.research.google.com/github/CosmoStat/Tutorials/blob/tensorflow-tutorial/MRIReconstructionWithTensorflow.ipynb)
66
66
An illustration of how to use TensorFlow to solve a toy MRI reconstruction problem using classical iterative reconstructions, and a deep learning approach.
67
67
68
+
7.**[Introduction to MCMC and Bayesian inference](https://github.com/zaccharieramzi/git-tuto)** | [](https://www.youtube.com/watch?v=EfWEGBHeA3k)[](https://colab.research.google.com/drive/1EUF7-CwamhAT6wedntStdb4x3dDbihoo?usp=sharing)
69
+
*Authors:*[@EiffL](https://github.com/EiffL)
70
+
This tutorial is a practical introduction to Bayesian inference using emcee and
71
+
touching on questions related to measurement errors and covariance.
0 commit comments