Thank you very much !! The most Underrated channel on YT
@mr.n.v.subbareddy40412 жыл бұрын
Wow, I have been seeing the videos on language modeling and LSTM, yours is the best explanation so far. Thank you Sir.
@DigitalSreeni2 жыл бұрын
Glad it was helpful!
@WahranRai2 жыл бұрын
23:32 You dont need to recompute the softmax in your prediction, the probabilities of prediction are in softmax form ( sum (proba) =1, your output activation is softmax) just take argmax of your prediction giving you corresponding character from your dictionary
@pmiller733 жыл бұрын
Great video!! I have seen other tutorials with the char_to_int and int_to_char code but yours was the best explanation by far. Keep up the wonderful work. Very helpful stuff.
@DigitalSreeni3 жыл бұрын
Glad it was helpful!
@leamon90242 жыл бұрын
Thank you. Looking forward to the videos about transformer!
@dawnriddler3 жыл бұрын
This was amazing, thank you!
@varshikjain18627 ай бұрын
can you demonstrate how this model can be implement in a normal front-end text box made by flask... like we write something and it renders some autocompleted text.
@guohanzhao7813 Жыл бұрын
do we have tranformer network turtorial by far?
@hudaankara56164 жыл бұрын
Thank you very much
@DigitalSreeni4 жыл бұрын
You are welcome
@yhi88103 жыл бұрын
Thank you a lot sir ! Your explanation is clear. I tried the process and have a question : for the same model, why for a same seed, i have different prediction (when I run again)?
@waleligntewabe88063 жыл бұрын
Thank you very much it gives me a hint for my project. I am trying to do project work on "Automatic Question Generation using LSTM". Do you have any project work related to this?
@sonalichakrabarty16182 ай бұрын
Hello sir, can you pls help in solving the error at prediction...not able to convert int to char giving errors: next_char = int_to_char[next_index] is not working
@akshathamanjunath51083 жыл бұрын
Thank you , could you please suggest which is the best approach for handwritten charcater recognition
@thelastone16433 жыл бұрын
Thanks a lot... You are amazing... Could you please add evaluation metrics (perplexity and BLUE score)for text generation )
@akshathamanjunath51083 жыл бұрын
can i train the charcaters using CNN make a database and keep and in the testing phase can i input a word and segment the charcters based on the trained input charcters
@rvsivabalan73033 жыл бұрын
Can you please advice on this..Getting error here--> model.add(LSTM(128, input_shape=(seq_length, n_vocab))) NotImplementedError: Cannot convert a symbolic Tensor (SampleLSTM/strided_slice:0) to a numpy array. This error may indicate that you're trying to pass a Tensor to a NumPy call, which is not supported
@rathnakumarv39562 жыл бұрын
Sir can I try transformers for multivariate time series analyses??
@sameerasalih7736 ай бұрын
This was a great video. Can anyone guide me to a full implementation regarding data to text generation using NLG
@ASHISHPONDIT3 жыл бұрын
please make tutorial on BERT
@efremyohannes23344 жыл бұрын
Could you pls make video on text line images recognition using lstm like recognition of line of text or words from images, and how we can prepare the dataset like ground truth and vectoring the images.
@DigitalSreeni4 жыл бұрын
LSTM is probably not the right approach for OCR. I will try to make a video on the topic.
@OsscarBones3 жыл бұрын
Thank you very much! Thanks to you, I was able to train a network with discord logs to create a bot that talks like my friend.
@DigitalSreeni3 жыл бұрын
That is awesome. You should post it on our Discord server.
@peshawriankhan72083 жыл бұрын
Hi sir Sir we are stucked in a Text generation. we train our model on 70 epoch and with batch size 150. But when we give pre define sentence its creating just a symbols like that ";;$?ha j +#? Gan j@($!")#? While our coding is same as u done abmbd write theb What's wrong in it ?
@DigitalSreeni3 жыл бұрын
Not sure, could be many things that are different. Please check that the file you are loading is indeed in the right encoding format, I believe it should be UTF-8. If you are using Notepad on Windows, click save as and under encoding make sure it says UTF-8.
@peshawriankhan72083 жыл бұрын
@@DigitalSreeni thanks for your response sir. If u Create text generator using GAN it will be new experience for all of us.and will learn GAN with the easiest way....! THANKS 😊
@atufashireen62382 жыл бұрын
Ah telengana, I am from there too and know koncham koncham telugu.
@aakashverma16224 жыл бұрын
plzzz make a video on UNet++ and attention UNet architecture.........i know no one better than u can make it so simple to understand
@DigitalSreeni4 жыл бұрын
I will try. I am considering a video on attention anyway. Thanks for the suggestions.