Good evening and nice to meet you all. I've been asked for a project to use an autoencoder for anomaly detection purposes. The dataset (synthetic, created by me) consists of 9 fictitious sensor readings.
The problem is that the request is to have 90 neurons in the input layer of the autoencoder, so what I've been actually asked to do is to collect vectors of 10 samples per each sensor (10*9=90) in order to have a 90-dimensional feature vector as input to the net.
Do you have some hints? Thank you