the video is very useful. Can you please guide me how can i input my data of 6 columns (5 columns as independent and 6th one is dependent column). I want to predict the data using the LSTM model.
Sir there is no video of multivariate GARCH, i.e. DCC, CCC, BEKK, VAR, VARMA GARCH model. I request you to kindly make some videos on this particular topic
Dear Sir, thanks so much for your helpful videos. I am trying to use LSTM in R according to your tutorial. However, when I load 'imdb' dataset, it shows error like:"Error creating conda environment". Does it mean I should install other environment for running keras in R? Hope to get your reply, I really want to do deep learning in R. Best wishes for you!
Hello Sir, Thank you for the great video! I have a question about the data format: i have a dataset that has the sentences in words, there is a way to replace the words with the integers that indicates the frequences? So i can then perform the same steps as seen in the video. Thank you
@@bkrai Hello Sir, I bought your book on Amazon, and it was great, I have found many answers in these months. There is one thing I don't completely understand about how neural networks implemented with Keras work. I understand the structure and how the total number of parameters is obtained, but not how networks work. I saw that with the command "model $ get_weights ()" it is possible to see the weights related to the different words used in the model. Are these weights recalculated (to improve) every time a new group (as specified in batch_side) of reviews is inserted in the model? Do you know, Sir, where can I find an explanation on how this particular type of network works? Thank you
Hello sir, I have a question. Why can't I load dataset_imdb on my R? It says "Python module tensorflow.keras was not found." I have tried installing tensorflow, but it still shows error. Can you help me out on this? Thank you :)
Hello Sir, Your channel contents are really informative and helpful for data analysis beginners like me. Sir, I am looking for a laptop for data analysis. Could you suggest me a good one?
Thank you Dr. Bharatendra Rai for your great sharing.
You are welcome!
This is the one I requested on stocks. Thank you for making it happen.
You are welcome!
You really do an excellent job of explaining what you are doing in your videos. Keep up the good work. Thanks from U British Columbia.
Thanks for comments!
the video is very useful. Can you please guide me how can i input my data of 6 columns (5 columns as independent and 6th one is dependent column). I want to predict the data using the LSTM model.
Dear Sir, How to perfrom aspect based sentiment analysis in R? Please guide us with series of videos
Dear Sir, thank you for your clear explanation. I would like to know how to compute LSTM feature importance in R.
Simplified explanation of complex topic.
Thanks for comments!
Excellent video. Thank you
You are welcome!
@@bkrai Can you share your contact id or email?
seemabharat@gmail.com
sir pls show for time series data forecasting
Great video 👌🏼👌🏼
Thank you 🙌
Hi sir, in your SVM video, why didnt you use the typical Training data and test data? Is there any reason why? Thank you!!!
Data partitioning should be done for SVM too.
Thanks, can I make the first LSTM layer bidirectional?
I think it should work fine.
Sir there is no video of multivariate GARCH, i.e. DCC, CCC, BEKK, VAR, VARMA GARCH model. I request you to kindly make some videos on this particular topic
I've added it to my list, thanks!
Dear Sir, thanks so much for your helpful videos. I am trying to use LSTM in R according to your tutorial. However, when I load 'imdb' dataset, it shows error like:"Error creating conda environment". Does it mean I should install other environment for running keras in R? Hope to get your reply, I really want to do deep learning in R. Best wishes for you!
Refer to this:
ua-cam.com/video/-IYYqdxdYXk/v-deo.html
Hello Sir, Thank you for the great video!
I have a question about the data format: i have a dataset that has the sentences in words, there is a way to replace the words with the integers that indicates the frequences? So i can then perform the same steps as seen in the video.
Thank you
I'll make a video in a month or two. But meanwhile you can refer to my book that has a chapter about it: "Advanced Deep Learning with R"
@@bkrai
Hello Sir,
I bought your book on Amazon, and it was great, I have found many answers in these months.
There is one thing I don't completely understand about how neural networks implemented with Keras work.
I understand the structure and how the total number of parameters is obtained, but not how networks work.
I saw that with the command "model $ get_weights ()" it is possible to see the weights related to the different words used in the model. Are these weights recalculated (to improve) every time a new group (as specified in batch_side) of reviews is inserted in the model?
Do you know, Sir, where can I find an explanation on how this particular type of network works?
Thank you
Sir, We want more videos in R, using machine learning and Deep learning
Thanks! I've over 200 and will continue to do more.
How to run terminal for installing netas and tensor flow in R as I am getting error using deep neural network model creation
Try the platform that I’ll use at a live class today in about an hour from now.
Please help me in anlysing my data using this model
If you joined 'membership', I can meet you over zoom for 15 minutes and go over any questions that you may have.
Hello sir, I have a question.
Why can't I load dataset_imdb on my R? It says "Python module tensorflow.keras was not found." I have tried installing tensorflow, but it still shows error.
Can you help me out on this? Thank you :)
Try this:
ua-cam.com/video/XVfn6IpoUPU/v-deo.html
how can i use LSTM for regression in R? what needs to be changeds? or any links for LSTM regression R code. Plz inform
I've added it to my list. Thanks!
Hello Sir, Your channel contents are really informative and helpful for data analysis beginners like me. Sir, I am looking for a laptop for data analysis. Could you suggest me a good one?
Thanks for comments! Regarding laptop, try this link:
www.delltechnologies.com/en-us/ai-technologies/index.htm
Sir , how can I deploy R machine learning models , can u make video for that ?
I've added it to my list. Thanks!
@@bkrai waiting :)
Thanks!
Keep the code simple, explicit and meaningfull : dont use the pipe !
Thanks!