Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arpan132002/english-to-french-translation-lstm

This project demonstrates the use of Long Short-Term Memory (LSTM) networks for translating English text to French.
https://github.com/arpan132002/english-to-french-translation-lstm

deep-learning lstm-neural-networks machine-learning nlp

Last synced: about 1 month ago
JSON representation

This project demonstrates the use of Long Short-Term Memory (LSTM) networks for translating English text to French.

Awesome Lists containing this project

README

        

# English-to-French-Translation-LSTM-NLP

This project demonstrates the use of Long Short-Term Memory (LSTM) networks for translating English text to French. The model is trained on a dataset of English-French sentence pairs and aims to provide accurate translations.

## Project Overview

The main components of this project include:

- **Data Preprocessing**: Tokenization and padding of sentences to prepare the data for the LSTM model.
- **Model Architecture**: Building and training an LSTM-based sequence-to-sequence (Seq2Seq) model for translation.
- **Evaluation**: Measuring the performance of the model using BLEU scores and other relevant metrics.
- **Inference**: Translating new English sentences into French using the trained model.

Achieved LSTM model Validation accuracy of 89.85%