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-2Lines changed: 6 additions & 2 deletions
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.
@@ -63,7 +63,11 @@ We always welcome new tutorial requests, just click [here](https://github.com/Co
63
63
**First Steps with TensorFlow*: [](https://www.youtube.com/watch?v=kawHQpxytLo)[](https://colab.research.google.com/github/CosmoStat/Tutorials/blob/tensorflow-tutorial/TensorFlowFirstSteps.ipynb)
64
64
A short introduction to the basic concepts underpinning TensorFlow, in particular automatic differentation.
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
-
An illustration of how to use TensorFlow to solve a toy MRI reconstruction problem using classical iterative reconstructions, and a deep learning approach.
66
+
An illustration of how to use TensorFlow to solve a toy MRI reconstruction problem using classical iterative reconstructions, and a deep learning approach.
The goal of this tutorial is to present Blind Source Separation (BSS) problems and the main methods to solve them. This tutorial does not provide in-depth mathematical explanations for every methods; the emphasis is rather on illustrations and intuition.
0 commit comments