diff --git a/README.md b/README.md
index 8eacabc..2ff777b 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,33 @@
-# MEDIUM_NoteBook
-Repository containing notebooks of my posts on [MEDIUM](https://medium.com/@cerlymarco).
+
+Author: Marco Cerliani
+
-To be notified every time a new post is published, **SUBSCRIBE [HERE](https://medium.com/subscribe/@cerlymarco)**.
+
+
+
-[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/cerlymarco)
+
+Objective
+
+
+Arrange my posts and accompanying code in a clear and concise manner, enabling easy access for readers who may wish to reuse the code.
+
+
+
+About Me
+
+
+I am a statistician with a deep understanding of artificial intelligence and machine learning. I have devoted my career to the exploration and advancement of these fields, and my passion for statistical modeling and data analysis has driven me to pursue a role as a data scientist. In addition to my professional work, I also actively engage in writing and sharing my insights on Medium.com. My articles, which focus on a variety of topics related to artificial intelligence and machine learning, are available for view on my Github profile. These pieces are organized and ordered by their most recent publication date with Jupyter Notebook code attached, providing a clear and accessible resource for readers.
+
+
+
+
+
+
+
+
+
+
## Posts ordered by most recently publishing date
- PCA for Multivariate Time Series: Forecasting Dynamic High-Dimensional Data [[post](https://medium.com/towards-data-science/pca-for-multivariate-time-series-forecasting-dynamic-high-dimensional-data-ab050a19e8db)]|[[code](https://github.com/cerlymarco/MEDIUM_NoteBook/tree/master/PCA_MultivariateForecasting)]
@@ -77,3 +101,41 @@ To be notified every time a new post is published, **SUBSCRIBE [HERE](https://me
- Remaining Life Estimation with Keras [[post](https://towardsdatascience.com/remaining-life-estimation-with-keras-2334514f9c61)]|[[code](https://github.com/cerlymarco/MEDIUM_NoteBook/tree/master/Remaining_Life_Estimation)]
- Quality Control with Machine Learning [[post](https://towardsdatascience.com/quality-control-with-machine-learning-d7aab7382c1e)]|[[code](https://github.com/cerlymarco/MEDIUM_NoteBook/tree/master/Quality_Control)]
- Predictive Maintenance: detect Faults from Sensors with CNN [[post](https://towardsdatascience.com/predictive-maintenance-detect-faults-from-sensors-with-cnn-6c6172613371)]|[[code](https://github.com/cerlymarco/MEDIUM_NoteBook/tree/master/Predictive_Maintenance)]
+
+
+ Installation
+
+Setup and install Anaconda and Jupyter Notebook ~ alternatively Google Colab
+
+Download Anaconda from https://www.anaconda.com/products/distribution#Downloads selecting defaults
+
+
+
+
In Terminal
+
+Install Jupyter Notebook
+
+
+
+Install pip package manager
+
+
+
+Create environment
+
+Ex. env named tf-1.15, installing TensorFlow package version 1.15 in the ipykernel
+
+
+Type
+
+
+to begin!
+
+
+Tip
+To install additional packages
+
+conda activate [current env]
+conda install [package]
+
+