Hello Sir, I have finished the course way before the deadline and applied for the certificate then only - on 11th October, the deadline was 5th November. I was told I will recieve it after 20 days but I still did not recieve it yet. Since i am a final year student certificate is important for me. So please help me out here and let me know when i can get the certificate.
The URL also suggested following option, which I tried in Firefox but no luck.
###
If you're against Chrome, there's good news. You can use a Polyfill (a piece of code that implements a feature on web browsers that do not support the feature) to make it work:
what are the use cases for reinforcement learning
which kind of games can use reinforcement learning and what is the advantage of learning in game?
.. from a business point of view
I would suggest you to go through the lecture videos once more from the beginning. All of these questions have been answered there, and you can refer to them.
Other than MNIST data, how would images dataset be read in notebook. For eg.If we have dataset in zip format. In that there are two folders of train and test images respectively and there are two csv files for train and test labelsfor images. I want to build neural networks. So in first step we have to read data roght. So just want to ask you how would that be done?Plz help
Please login to comment
20 Comments
is rnn memory cell similar to lstm or stm or they are different?
Upvote ShareHi,
LSTM is an RNN architecture specifically designed to address the vanishing gradient problem.
Thanks.
Upvote ShareHI Simran
We have already shared the certificate.
Please check your inbox.
Upvote ShareHello Sir, I have finished the course way before the deadline and applied for the certificate then only - on 11th October, the deadline was 5th November. I was told I will recieve it after 20 days but I still did not recieve it yet. Since i am a final year student certificate is important for me. So please help me out here and let me know when i can get the certificate.
Thanking you,
Upvote ShareHello,
I am facing issue in recurrent_neural_networks.ipynb
Cell no 16 and 17
show_graph(tf.get_default_graph()) - Graph is not displayed.
As per below mentioned URL the code for show_graph() function only works in chrome. I tried that but no luck.
https://stackoverflow.com/questions/41388673/visualizing-a-tensorflow-graph-in-jupyter-doesnt-work
The URL also suggested following option, which I tried in Firefox but no luck.
###
If you're against Chrome, there's good news. You can use a Polyfill (a piece of code that implements a feature on web browsers that do not support the feature) to make it work:
###
Could you please help? I am facing this problem from the begining of tensorflow module.
Regards,
Punit
Upvote ShareHi,
You can use Tensorboard to view Tensorflow graphs. You can find more about it from the below link:
https://www.tensorflow.org/tensorboard
Thanks.
Upvote ShareDoes python has implementation for Apriori algorithm?
Upvote ShareHi,
Yes, apriori algorithm can be implemented using Python.
Thanks.
1 Upvote ShareHello Sir,
What are the use cases for Artificial NN?
what are the use cases for reinforcement learning
which kind of games can use reinforcement learning and what is the advantage of learning in game?
.. from a business point of view
when are neuralnetworks preferred over others
Upvote ShareHi,
I would suggest you to go through the lecture videos once more from the beginning. All of these questions have been answered there, and you can refer to them.
Thanks.
1 Upvote ShareThis comment has been removed.
This comment has been removed.
Hi,
tf.transpose()
function is used to transpose the input tensor. ts.unstack unpacks the given dimension of a rank-R
tensor into rank-(R-1)
tensors.Thanks.
Upvote ShareFor motivation:
https://magenta.tensorflow.org/demos/performance_rnn/index.html#3|2,0,1,0,1,1,0,1,0,1,0,1|1,1,1,1,1,1,1,1,1,1,1,1|1,1,1,1,1,1,1,1,1,1,1,1|false
A Performance RNN playing piano just using TensorFlow.js.
1 Upvote ShareReduce Note Density to 1 for some relaxing music :)
1 Upvote ShareHi,
This is great! Why don't you post it on our discussion forum, that way more users will be able to see it.
Thanks.
Upvote ShareHi
Other than MNIST data, how would images dataset be read in notebook. For eg.If we have dataset in zip format. In that there are two folders of train and test images respectively and there are two csv files for train and test labelsfor images. I want to build neural networks. So in first step we have to read data roght. So just want to ask you how would that be done?Plz help
Thanks
Upvote ShareHi,
I replied to your mail regarding this, please check.
Thanks.
Upvote ShareHi
If we have images dataset but every image of different size then how should we deal with that?
Thanks
Upvote ShareHi,
You need to pre-process the images.
Thanks.
Upvote Share