Global web icon
github.com
https://github.com/tanmay154agrawal/english-hindi-…
tanmay154agrawal/english-hindi-translation-lstm - GitHub
LSTM is a type of Recurrent Neural Network (RNN) that can model temporal dependencies in data by maintaining a hidden state and selectively forgetting and remembering information over time.
Global web icon
youtube.com
https://www.youtube.com/watch?v=S1QbzPTp6gw
LSTM Implementation with Python, Keras and Tensorflow | Machine ...
LSTM Implementation with Python, Keras and Tensorflow | Machine Learning Full Course In HindiUnlock the world of **Artificial Intelligence, Machine Learning,...
Global web icon
myprojecthd.in
https://myprojecthd.in/blog/lstm-long-short-term-m…
LSTM क्या है? - Long Short Term Memory in Machine Learning in Hindi
Long Short-Term Memory (LSTM) एक प्रकार का Recurrent Neural Network (RNN) है, जिसका उपयोग लंबे अनुक्रमों (sequences) के डेटा को प्रोसेस करने के लिए किया जाता है। यह पारंपरिक RNN की Vanishing Gradient Problem को हल करता है और लंबे समय तक सूचनाओं को याद रख सकता है।.
Global web icon
hindistudyhub.com
https://hindistudyhub.com/ai-aur-ml-ke-liye-python…
AI और ML के लिए Python: बिगिनर्स के लिए गाइड - Hindi Study Hub
यह ब्लॉग AI और ML के लिए Python प्रोग्रामिंग के बेसिक कॉन्सेप्ट्स को हिंदी में डीपली एक्सप्लेन करता है।
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/59541247/engli…
python - English to Hindi translation LSTM - Stack Overflow
I'm trying to implement English to Hindi translation using Deep Learning LSTM. But when I train the model it shows 'nan' loss in both actual and validation. Link of text file containing translation
Global web icon
github.com
https://github.com/Gitcomplex/Machine-Translation-…
English to Hindi Machine Translation using LSTM - GitHub
This project demonstrates English-to-Hindi machine translation using Long Short-Term Memory (LSTM) neural networks. Implemented entirely in a Jupyter Notebook, it leverages deep learning techniques to translate sentences from English to Hindi.
Global web icon
youtube.com
https://www.youtube.com/watch?v=2rdQLU9a-SE
LSTM Easy Explanation in Recurrent Neural Network(RNN) in Hindi ...
LSTM Easy Explanation in Recurrent Neural Network (RNN) in Hindi || Machine Learning Mastery ...more
Global web icon
geeksforgeeks.org
https://www.geeksforgeeks.org/deep-learning/long-s…
Long short-term memory (LSTM) RNN in Tensorflow
Long Short-Term Memory (LSTM) where designed to address the vanishing gradient issue faced by traditional RNNs in learning from long-term dependencies in sequential data. LSTMs are capable of maintaining information over extended periods because of memory cells and gating mechanisms.
Global web icon
github.com
https://github.com/chetana7483/MULTILINGUAL-LANGUA…
chetana7483/MULTILINGUAL-LANGUAGE-DETECTION-WITH-LSTM - GitHub
Multilingual Language Detection Using LSTM A deep learning–based language identification system that classifies text into English, Kannada, Hindi, or Tamil using a Character-Level Long Short-Term Memory (LSTM) neural network.
Global web icon
youtube.com
https://www.youtube.com/watch?v=I9e7Wc_ADVM
LSTM Next Word Prediction | NLP Project Step-by-Step Tutorial | Hindi
We start with text cleaning and tokenization, then move on to creating input sequences (X, Y) for language modeling. Next, we build and train an LSTM model for predicting the next word in a...