From: Martin Pitt Date: Sat, 29 Aug 2020 10:48:59 +0000 (+0200) Subject: Initial Neural network with forward feeding X-Git-Url: https://piware.de/gitweb/?p=handwriting-recognition.git;a=commitdiff_plain;h=0ea12b213873b4bef12e1f2b65eed64704ee040f;hp=0ea12b213873b4bef12e1f2b65eed64704ee040f Initial Neural network with forward feeding Two hidden layers with parametrizable size. Two possible transfer functions, defaulting to reLU for now. Initialize weights and biases randomly. This gives totally random classifications of course, but at least makes sure that the data structures and computations work. Also already add a function to recognize the test images and count correct ones. Without trainingh, 10% of the samples are expected to be right by pure chance. ---