Skip to main content

No description has been added so far.

Project description

Build Status PyPI version License Test Coverage

Begleitendes Python Package zum Kurs Eine praktische Einführung in Deep Learning für Computer Vision auf OpenHPI.

$ pip install --upgrade deeplearning2020

In einem jupyter notebook wie Google Colab geht das mit

!pip install --upgrade deeplearning2020

Das Package enthält einige von uns bereitgestellte Hilfsfunktionen und erlaubt es euch, eure für die Übungen trainierten keras Modelle zur Bewertung abzugeben.

Nutzung der Hilfsfunktionen

from deeplearning2020 import helpers
helpers.plot_predictions(...)  # Beispiel

Nutzung zur Übungsabgabe

from deeplearning2020 import Submission
Submission('<token>', '<assignment-id>', model).submit()

Der <token> und die <assignment-id> wird dir für die Abgabe mitgeteilt.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deeplearning2020-0.4.12.tar.gz (9.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page