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!