1 | initial version |
to use a neural network ,
decide on the layout of the net :
prepare the input data:
dummy example(5 images, 4 input pixels, 2 classes):
_data_ _labels_
2 4 5 3 0 1
4 3 2 3 0 1
1 1 5 1 1 0
1 2 5 3 1 0
1 2 2 2 1 0