AI Platform Presentation

Logo

Data Science Processes with the Google Cloud AI-Platform as an example

View the Project on GitHub enryH/gcp_ml_engine_talk

Data Science Process in the Google Cloud

The presentation were created in the scope of a project on tensorflow and Google Cloud Platform together with Fabien Tarrade, please visit github/tarrade/proj_DL_models_and_pipelines_with_GCP for latest developments.

Slides for

Follow me on twitter.

Setup to execute presentation notebooks

Fresh installation Anaconda

Install Anaconda Distribution on your system. This provides you with the most important packages on your system.

Install Jupter Notebook extension into base environment.

conda activate base
conda install -c conda-forge jupyter_contrib_nbextensions #triggers system-wide installation

Download the code from GitHub

Create the python conda env

This will provide you a virtual environment of python packages needed to run the code.

In case of issue clean all the cache in conda conda clean -a

Update or delete the python conda env

TensorBoard

alt text