The document presents a study on text classification using neural networks, focusing on two models: the Bag of Words (BoW) and Word2Vec, applied to news articles. It describes the dataset used, which consists of over 11,000 training texts categorized into 20 classes, and outlines the implementation of Fully Connected Neural Networks (FNN) and Convolutional Neural Networks (CNN) to classify the texts. Experimental results indicate that the Word2Vec model with CNN architecture achieved better semantic relevance and classification accuracy compared to the BoW model with FNN.