Allow input shape to be defined by dataset, save loss values as csv after training, implemented basic version of US weather dataset, but it is very slow and has bad results probably due to input encoding issueKevin Alberts2021-01-20 21:48:31 +0100
Move saving of samples to dataset, as the process differs per dataset. Add MNIST dataset. Allow saving labels with the dataset (for use in tabular data in the future)Kevin Alberts2021-01-14 18:45:26 +0100
Implement types of auto-encoders and corruption, use log scale in loss graphs, lots of helper function hooks in training process to allow implementations - Encoders: sparse, denoising, contractive and variational - Noise: gaussianKevin Alberts2020-12-29 18:44:44 +0100