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

Golden_Repo

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