This document describes a study that uses a convolutional neural network based on AlexNet to predict the drop point of a ball thrown by experimenters based on analyzing depth information captured of their arm motion. The study involved collecting depth map data using a Kinect sensor as experimenters threw balls into different areas. The AlexNet model was modified and trained on this data, with improvements made such as adding regularization to the loss function to reduce overfitting. Experimental results showed the modified model could predict the drop point with improved accuracy compared to the original AlexNet.
Related topics: