Improved AdaBoost for Virtual Reality Experience Prediction Based on Long Short-Term Memory Network
Wenhan Fan, Zhicheng Ding, Ruixin Huang, Chang Zhou, Xuyang Zhang

TL;DR
This paper presents an improved AdaBoost algorithm combined with LSTM to predict virtual reality user experience, achieving high accuracy and providing insights for VR application enhancement.
Contribution
The study introduces a novel LSTM-based AdaBoost algorithm for VR experience prediction, improving accuracy and generalization over existing methods.
Findings
Model loss decreased from 0.65 to 0.31 during training.
Test accuracy achieved 75%, precision 87%, recall 57%.
Model effectively predicts VR user experience with high accuracy.
Abstract
A classification prediction algorithm based on Long Short-Term Memory Network (LSTM) improved AdaBoost is used to predict virtual reality (VR) user experience. The dataset is randomly divided into training and test sets in the ratio of 7:3.During the training process, the model's loss value decreases from 0.65 to 0.31, which shows that the model gradually reduces the discrepancy between the prediction results and the actual labels, and improves the accuracy and generalisation ability.The final loss value of 0.31 indicates that the model fits the training data well, and is able to make predictions and classifications more accurately. The confusion matrix for the training set shows a total of 177 correct predictions and 52 incorrect predictions, with an accuracy of 77%, precision of 88%, recall of 77% and f1 score of 82%. The confusion matrix for the test set shows a total of 167 correct…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSimulation and Modeling Applications · Virtual Reality Applications and Impacts · Advanced Computing and Algorithms
MethodsSparse Evolutionary Training · Sigmoid Activation · Tanh Activation · Long Short-Term Memory · Memory Network
