Just asking whether anybody has done this? I have a dataset that is 1D. Unlike the usual CNN inputs which are 2D, my data only has one dimension. An example would be:
input1 - feature1, feature2,...featureM
input2 - feature1, feature2,...featureM
...
inputN - feature1, feature2,...featureM
How do I use my dataset with JavaCNNs?
Appreciate any help on it.
Thanks!