This document presents a study on using a bi-directional long short-term memory (Bi-LSTM) neural network for named entity recognition. The proposed model uses a Bi-LSTM network with four layers to classify text sequences into predefined entity types without feature engineering. The model was trained on a publicly available dataset and achieved an accuracy of 96.89%. The study demonstrates that Bi-LSTM networks can effectively perform named entity recognition by understanding contextual relationships between tokens in a sequence.