Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.21 KB

howtorun.md

File metadata and controls

37 lines (22 loc) · 1.21 KB

How to view/ Run these Notebooks

These tutorials are written as Jupyter Notebooks

Read only

If you want to take a quick look pdfs have been generated for each notebook requiring no software requirements

  1. ConvolutionalNeuralNetworks
  2. Physics_Informed_Neural_Networks
  3. GaussianProcesses
  4. RandomForests

Running on your laptop or server you have access to.

To run on your machine first clone this repo via your preferred method e.g. cloning via terminal or cloning via gitbash (windows)

Some notebooks require additional code from other git repos

In your terminal (mac or linux) or in your gitbash terminal run

cd LIFD_ENV_ML_NOTEBOOKS
git submodule update --init --recursive

now can set up your python environment

follow the jupyter_notebooks guide

Google CoLab

comming soon

DataLabs

coming soon