Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 620 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 620 Bytes

NNPraktikum

The coding framework for KIT Neural Network Praktikum

See ilias.studium.kit.edu for more information.

Requirements

You have to install two 3rd-party packages: Numpy and scikit-learn.

Numpy

You might have to install numpy manually. Please follow the official guide to do so.

Scikit-learn

Scikit-learn is also called sklearn. Don't be confused by that, it is the same package. Please follow the official guide to install it.