Skip to content
Bhavya Teja edited this page Dec 14, 2017 · 2 revisions

Welcome to Deep Learning In Class Exercise 3.

The task is to create the tensorboard graph in the of the word2vector program followed by showing the result in the embedding result in the tensorboard. And also we have to change the learning rate and should see the results.

The screenshots of the tensorboard graph for two different learning rates are:

Screenshot for Learning Rate 1.0:

Screenshot for Learning Rate 2.0:

Here we can observe that when we change the learning rate there is a change in the variance of the model. and also the change is very big.

Clone this wiki locally