E-commerce platforms would benefit from performing sentiment analysis of their customer's feedback. However, the vast amount of transaction data makes manual sentiment analysis of product reviews impractical. This research proposes an approach to automatically classify the sentiment of a given product review based on three major steps: data preprocessing, text representation, and classification model development. First, review data is cleaned to remove ambiguity and non-meaningful elements. Second, Word2Vec and GloVe features are combined to represent the words in a more unified vector space. Lastly, these combined features are classified to determine sentiment polarity using the Bidirectional Long Short-Term Memory Network (BiLSTM) model. The test results demonstrate that the proposed BiLSTM model achieves 91% uniform performance for all four metrics (accuracy, precision, recall, and F1-score), which is 3% higher than the results achieved by the standard LSTM model. Moreover, the BiLSTM model requires 9.91 seconds less training computation time than the LSTM.