Keras के साथ भाषा मॉडलिंग के लिए Recurrent Neural Networks (RNNs)
David Cecchini
Instructor
संभावित आर्किटेक्चर:
टेक्स्ट जनरेशन: उदाहरण
# Pre-trained model
model.generate_sheldon_phrase()
'knock knock. penny. do you have an epost is part in your expert,
too bealie to play the tariment with last night.'
टेक्स्ट जनरेशन मॉडल कैसे बनाएं:
Neural Machine Translation: उदाहरण
# Pre-trained model
model.translate("Vamos jogar futebol?")
'Let's go play soccer?'
NMT मॉडल कैसे बनाएं:
इस चैप्टर में:
Keras के साथ भाषा मॉडलिंग के लिए Recurrent Neural Networks (RNNs)