Skip to content

GustavHenning/NNPraktikum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

United Nation's fork

This is the forked repo of the NNPraktikum of the group United Nations.

Commit policy

In order to make things super easy: Don't work on the master branch. Either:

  1. Work on a task specific branch(e.g. perceptronTraining)
  2. Work on a branch with your name/username

Finally, when you are happy with your contribution, you can merge with the master branch.

again:

Don't work on the master branch.

The following information is provided by KIT:

NNPraktikum

The coding framework for KIT Neural Network Praktikum

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

Python version

We use Python 2.7, not Python 3.x

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.8%
  • Shell 7.2%