MachineLearningTools
This is a collection of all relevant functions used for ML stuff in the ESDE group
Inception Model
See a description here or take a look on the papers Going Deeper with Convolutions (Szegedy et al., 2014) and Network In Network (Lin et al., 2014).
Installation
- Install proj on your machine using the console. E.g. for opensuse / leap
zypper install proj
- c++ compiler required for cartopy installation
Security
- To use hourly data from ToarDB via JOIN interface, a private token is required. Request your personal access token and
add it to
src/join_settings.py
in the hourly data section. Replace theTOAR_SERVICE_URL
and theAuthorization
value. To make sure, that this sensitive data is not uploaded to the remote server, use the following command to prevent git from tracking this file:git update-index --assume-unchanged src/join_settings.py