Loading...

{{notif_text}}

Why join channels?
Learn from peers
Discuss and share learning resources with the top professionals across the world
Open business or job opportunities
Earn reputation points to get consulting projects, attract talent or land jobs.
Accelerate your growth
Grow your network and get exclusive deals from our learning partners.
signup now
Priyank Agrawal asked a question
{{::getFormatedLocalTime("2017-03-01T10:46:22.864Z", {without_time: true})}}

How are LSTMs and Recurrent neural networks different ?

Being a beginner in Deep Learning. I read about LSTMs and about Recurrect Neural Nets.
The basic idea of both is the same.
So how are LSTMs and Recurrent neural nets different ? and what are examples/application of those.

answer
submitting answer...
submit
No answers yet. Be the first one to answer!
3 answers
Samim Ekram A am an python developer with interest in AI
{{::getFormatedLocalTime("2017-03-23T08:27:29.826Z", {without_time: true})}}

LSTM is a recurrent neural network actually hence you find them both similar . But unlike traditional RNNs, an LSTM network is well-suited to learn from experience to classify, process and predict time series when there are time lags of unknown size and bound between important events.LSTM networks have also been used for automatic speech recognition, and were a major component of a network that in 2013 achieved a record 17.7% phoneme error rate on the classic TIMIT naural speech dataset

You can also check CTC which is a better implementation on LSTM .

Loading comments...
Pratik Bhavsar Deep learner and NLP guy
{{::getFormatedLocalTime("2017-04-04T16:18:02.470Z", {without_time: true})}}
I would say that the architecture of both is quite different. LSTM as the name implies, Long Short Term Memory, makes sure we filter the relevant information from past step for future predictions which is done with the help of gates (sigmoid function), which have a range from 0-1. The value of these gates decide how much information is passed through them i.e
If the value is ~0 -> no information passes
If the value is ~1 -> all the information passes 
Loading comments...
To view all answers to this question, join this channel
join this channel
Learn how Cutshort Channels work
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
Okay
Privacy policy
File upload not supportedAudio recording not supported
This browser does not support file upload. Please follow the instructions to upload your resume.This browser does not support audio recording. Please follow the instructions to record audio.
  1. Click on the 3 dots
  2. Click on "Copy link"
  3. Open Google Chrome (or any other browser) and enter the copied link in the URL bar
Done