This Rock Paper Scissors AI project combines machine learning and data science techniques to create a highly effective player. It uses an LSTM neural network for move prediction, online learning for real-time adaptation, and pattern recognition. The AI employs opponent modeling, ensemble decision-making, and dynamic learning rates .
python tensorflow keras lstm adaptive-learning feature-engineering lstm-neural-networks opponent-modeling dynamic-learning-rate
-
Updated
Jul 10, 2026 - Python