The objective of the project was to improve my skills to use natural language processing techniques and to know how to apply that knowledge
Removing noise and irrelevant data. Transforming text into a structured and processable format.
Vectorization: Converting text into numerical vectors that models can interpret. One-hot encoding: Creating binary representations of categorical data. Padding: Ensuring uniform sequence lengths for batch processing.
Designing and training models using Bidirectional LSTMs to capture context both forward and backward. Implementing neural network architectures adapted for sentiment analysis.
Selecting optimal parameters to enhance model performance. Evaluating and fine-tuning the architecture to minimize error and maximize accuracy.
I obtained a classifier that divides the data into negative positive and neutral and with this I understood the uses that can be given to it