Skip to main content
. 2021 Jun 30;12(7):781. doi: 10.3390/mi12070781
Algorithm 1: LSTM Based Sensory Landmark Recognition.
Input: labeled train data set {XTrain,LTrain} and unlabeled test data set {XTest}
Output: predicted sensory landmark labels of the test data set LPre
1 Collect data
2 Process data by interpolation, filtering, segmentation, and labeling
3 Initialize neural network parameters randomly
4 Train and compute the parameters
5 Use the trained neural network to predict the sensory landmark labels of the data set LPre