Git Product home page Git Product logo

praktikumneuronalenetze's Introduction

KIT Praktikum Neuronale Netze

The tutorials and exerises are best used with the Praktikum lectures and for someone took the summer-semester KIT Neuronale Netze course. For more information, please visit https://ilias.studium.kit.edu/ or http://isl.anthropomatik.kit.edu/english/2667_2747.php

This guideline is for the ones who choose the third option (the own environment and lab machines, eventually you all would need this), for the help on Google Colab and/or Kaggle Kernel (at the beginning phase and free GPUs), please visit the ILIAS of the PNN WS18/19.

Installing Prerequisites

I highly recommend installing Anaconda (a python scientific package bundle) and use its environment managing feature.

Anaconda

  • Anaconda with python 3.5 (or 3.6)
  • CUDA drivers & toolkit 8.0 (if your workstation is Nvidia GPU-enabled or you use our lab machines)

If you are not sure what you are doing, please refer to the steps 1-5 from https://towardsdatascience.com/setup-an-environment-for-machine-learning-and-deep-learning-with-anaconda-in-windows-5d7134a3db10

Jupyter Notebooks

The tutorials and exerises have been published as Jupyter Notebooks. If you haven't used Jupyter Notebooks before, here is a good tutorial for beginners: https://www.dataquest.io/blog/jupyter-notebook-tutorial/

Prerequisites

Install inside the environment those python packages which are needed thoughout the class:

  • matplotlib
  • seaborn
  • scikit-learn
  • other stuffs that you need..

Install Pytorch 0.4 and torchvision (using Anaconda)

We use Pytorch 0.4, not 1.0 or other versions.

  • Create an Anaconda environment
  • Activate it
  • Install pytorch in a suitable way (conda, python version, GPU or not)

Tensorflow and Keras

If you want to run the sample codes written in Tensorflow and Keras, you need to at first install them. Take a look on Step 7 from the link above.

We use Tensorflow 1.11 and Keras with Tensorflow backend.

Courtesy

Many ideas and examples in this course, especially the exercises are inspired from:

Questions and Helps

If you have any question, please visit the ILIAS of the PNN WS18/19 or write an email to [email protected]

praktikumneuronalenetze's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.