diff --git a/README.md b/README.md
index a198290..7b37c76 100644
--- a/README.md
+++ b/README.md
@@ -74,10 +74,13 @@ Table of contents
The course material is posted here and you can use either [Google
Colab](http://colab.research.google.com/) or [Mybinder](http://mybinder.org/) to
work with these Jupyter notebooks.
+[](https://mybinder.org/v2/gh/sraeisi/MachineLearning_Physics/master)
+
+[](https://colab.research.google.com/github/sraeisi/MachineLearning_Physics/)
| Topic | Contents of the Lectures | Notebook(s) |
|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
-| Basics of machine learning | Introduction and notation
Regression, logistic regression and classification
overview and practical tips
Why? ML beyond simple examples
Overview of some of the most common techniques | |
+| Basics of machine learning | Introduction and notation
Regression, logistic regression and classification
overview and practical tips
Why? ML beyond simple examples
Overview of some of the most common techniques | Lecture 1
[](https://mybinder.org/v2/gh/sraeisi/MachineLearning_Physics/master?filepath=Lec_1%2FMLP_lec_1_Introductory_notes_A.ipynb)
[](https://colab.research.google.com/github/sraeisi/MachineLearning_Physics/blob/master/Lec_1/MLP_lec_1_Introductory_notes_A.ipynb) |
| Data Preparation | Collection and generation
Standardization
Clean-up: nan and outliers
Data reduction: PCA, variance threshold … | |
| Concepts from Statistical learning | Variance and bias
Learning curves
Model selection and validation curve
Practical methods for dealing with overfitting
Bayesian inference | |
| A few tools before we get down to it… | Cost functions
Optimization algorithms | |