This document discusses a study that used machine learning to recognize three types of anaerobic exercises (pull-ups, side pulls, and concentration curls) performed with dumbbells, based on sensor data from smartwatches. The researchers collected acceleration and gyroscope sensor data from smartwatches worn by subjects performing the exercises. They extracted features from the sensor data and used a support vector machine (SVM) algorithm to classify the exercises. Their best performing model used principal component analysis to reduce the features to two dimensions and a linear kernel, achieving a mean recognition rate of 97.7% for the three exercises.