Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 333 Bytes

ci-neuralnetwork

A Neural Network implementation in jupyter for TUM CI class.

The implementation is aiming to not use any sklearn/caffee/whatever functions to manipulate data or lean.

Prerequesites

A jupyter installation for Python 3 is recommended.

Also make sure to have the following libs installed:

  • numpy
  • matplotlib