This document presents research on using machine learning algorithms to classify gender based on voice characteristics. It analyzed a dataset of 3,168 voice samples labeled as male or female using acoustic features. Three classifiers - decision tree, random forest, and logistic regression - were tested on 80% of the data and evaluated on the remaining 20%. Random forest achieved the highest accuracy of 98.5%, while decision tree and logistic regression achieved 97.3% and 92.7% accuracy respectively. The document concludes random forest performed best on this dataset for gender classification based on voice.