Skip to content
Snippets Groups Projects
Select Git revision
  • e4dd4605d8610a8f88d5ba4d24736cae0616f8a1
  • 2023 default protected
2 results

Custom_Hooks

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 the TOAR_SERVICE_URL and the Authorization 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