Python Projects
Python Projects
... some samples of my coding projects ...

Artificial neural network

Python numpy applications

  • Python routines according to the book "Make Your Own Neural Network" by Tariq Rashid, 2016 extended by Martin Volkmar 2018
  • Handwriting recognition for numbers 0 .. 9
  • Neural network with 784 input_nodes (pixel values of picture bitmap), 200 hidden_nodes, 10 output_nodes (digits 0 .. 9)
  • Training of neural network with sample database of handwriting picture bitmaps
  • Storage and retrieval of created neural network weighting matrices who and wih

Realized in January 2018