I have 50 time signals (observation)with the length of each signal being 160 samples. 5 time features have been extracted from each signal. Therefore, the feature vector matrix is 50x5. Now I want to reconstruct the original signal using neural network using 5 time features. That is, the network input is 50 x 5 and the network output is 50 x 160. Please guide me With which neural network and how can I do this.
↧