Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaizkiaadeline/text-classification-model-using-lstm-and-word2vec-vectorization

This repository contains a text classification model using LSTM, Word2Vec embeddings, and the Adam optimizer for efficient training and classification of textual data. The model classifies textual data based on pre-trained word vectors and is built with TensorFlow and Keras.
https://github.com/gaizkiaadeline/text-classification-model-using-lstm-and-word2vec-vectorization

adam-optimizer keras lstm tensorflow word2vec

Last synced: 14 days ago
JSON representation

This repository contains a text classification model using LSTM, Word2Vec embeddings, and the Adam optimizer for efficient training and classification of textual data. The model classifies textual data based on pre-trained word vectors and is built with TensorFlow and Keras.

Awesome Lists containing this project

README

        

# Text Classification using LSTM, Word2Vec, and Adam Optimizer

This project presents a text classification model built with Long Short-Term Memory (LSTM) networks and Word2Vec embeddings, optimized using the Adam optimizer. The dataset includes textual data labeled into various categories. By employing pre-trained Word2Vec embeddings, the textual data is converted into vectorized representations. These vectors are passed through an LSTM architecture, known for capturing sequential patterns in text. The Adam optimizer ensures efficient and adaptive training of the model, enabling faster convergence.

**Key Features:**

- Data Preprocessing: Text cleaning, tokenization, and vectorization using Word2Vec.
- LSTM Model: Sequential LSTM layers for effective sequence learning and text classification.
- Word2Vec Embeddings: Pre-trained word vectors for meaningful text representation.
- Adam Optimizer: Adaptive optimization technique to enhance model performance.
- Performance Evaluation: Accuracy and loss metrics are used to evaluate the model's performance.

![pic3](https://github.com/user-attachments/assets/a981bdd2-8ad5-4c31-a96a-63ca4ec0975f)