Tutorial: Build Paper Rock Scissors game using Python and SVM - COMP 4423

Опубликовано: 21 Февраль 2026
на канале: Look Wei
239
3

This is a Paper-Rock-Scissors game I built for demonstrating the feature extraction and training/testing of a SVM classifier. We also show how to save/load numpy files and the use of T-SNE for visualization. The code works only in PolyU intranet because I called a local web service for hand landmark detection. You should change it to your own detector (there are a lot of other implementations on Internet) if you want to make it work on your side.

Feature Extraction,
Training,
Testing,
Sklearn,
TSNE,
SVM,
Tutorial