Petersoj / TensorFlowPixelTest

A Tensorflow program that finds directional pattern trends in a 2x2 grayscale image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning


classes


SampleDataGenerator (import SampleDataGenerator from SampleDataGenerator)
#used to generate sample data
#called as
for sample in SampleDataGenerator.generateSamples(15):
    data = sample[0]
    label = sample[1]

We have no idea what we are doing, so we plan to fail spectacularly. But at least we will learn something!

About

A Tensorflow program that finds directional pattern trends in a 2x2 grayscale image.


Languages

Language:Python 100.0%