Skip to content

Commit 07e5da8

Browse files
authored
Added BSS tutorial to README (#63)
* added YouTube badge for Boltzmann tutorial * added bash tutorial YouTube badge * added profiling tutorial * added BSS tutorial
1 parent 7d0f2bc commit 07e5da8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We always welcome new tutorial requests, just click [here](https://github.com/Co
4141
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.
4242
* [Tutorial 2: Intermediate and Advanced Topics](https://github.com/CosmoStat/Tutorials/tree/python#tutorial-2-intermediate-and-advanced-topics)
4343
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+
4545
2. **[Python Optimisation and Memory Management](https://github.com/CosmoStat/Tutorials/tree/profiling)** | [![github](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/CosmoStat/Tutorials/tree/profiling)
4646
*Authors:* [@sfarrens](https://github.com/sfarrens)
4747
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
6363
* *First Steps with TensorFlow*: [![youtube](https://img.shields.io/badge/-youtube-red?logo=youtube&labelColor=grey)](https://www.youtube.com/watch?v=kawHQpxytLo) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/CosmoStat/Tutorials/blob/tensorflow-tutorial/TensorFlowFirstSteps.ipynb)
6464
A short introduction to the basic concepts underpinning TensorFlow, in particular automatic differentation.
6565
* *MRI reconstruction with TensorFlow*: [![youtube](https://img.shields.io/badge/-youtube-red?logo=youtube&labelColor=grey)](https://www.youtube.com/watch?v=HqNm5fowdTU) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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.
67+
68+
7. **[Blind Source Separation](https://github.com/RCarloniGertosio/bss_tutorial)** | [![github](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/RCarloniGertosio/bss_tutorial) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/RCarloniGertosio/bss_tutorial/master)
69+
*Authors:* [@RCarloniGertosio](https://github.com/RCarloniGertosio)
70+
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.
6771

6872
### Software Carpentries
6973

0 commit comments

Comments
 (0)