Convolutional Keras Layers Full Image Neural Network.

Keras Image and Video Convolutional Layer Neural Network.

So I tried real simple text based image analysis, but the reality is that images are 24 bit rgb style and Tensorflowjs with it's floating point math can handle the larger amount of data.

So lets try to do something similar to the last page and train the model with full images loaded from this web domain REMEMBER: THIS IS PROOF OF CONCEPT, IT WILL NEED MANY MORE IMAGES TO GET GOOD RESULTS!

Test page for loading multiple images of different sizes, force them to 64 x 48, and then load the data into a tensor as the xTrainingData for a Neural Network.
(Labels would have to be dealt with using a coordinated text file!)


Labels are one hot encoded no shape, circle, triangle, rectangle


All images below fixed 100 x 100 and pixelated if low resolution



Test or change this data


Learning Rate:
BatchSize:
Epochs:
Reshaped image -->


Take snapshot every milliseconds
...











This Github, ... this Github Website Version, ... this Hosted Website Version, ... Tensorflowjs

By Jeremy Ellis
Twitter@rocksetta
Website http://rocksetta.com
Use at your own risk!