Note: For more detailed explanation, and implementation, of Backpropagation from scratch, you can go through the below link:
https://cloudxlab.com/blog/tag/backpropagtion/
Latest Instructions for launching Tensorboard
If you are facing challenges opening Tensorboard, please visit the below link:
https://discuss.cloudxlab.com/t/solved-cannot-start-tensorboard-server/5146
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Please login to comment
38 Comments
Hi,
I am unable to get the Slide deck. Can you please help
Regards
S Meena Kumar
Upvote ShareSorry, I didn't get your concern. Please elaborate.
Upvote ShareIn the chapter "Introduction to Artificial Neural Networks" , the slide deck is not appearing to download. I mean the study material the slides for this course. Vedio is OK. Can u send the slide deck please.
Regards
Meena
Upvote ShareHi,
In the above section of the PPT, click on the icon appearing on top-right corner. You can see the slides opening in a new tab. Now click on the 3 dots on top-right corner, you will see download option. Click on the download option,
Thanks.
Upvote ShareScreen is as below
Upvote ShareHi Vagdevi
Can u please arrange the slide deck please.
Regards
Meena Kumar
Upvote ShareHi,
I can see that you can access the slides. I checked with your credentials and everything seems perfectly fine. Please attach the screenshot if proble persists.
Thanks.
Upvote ShareI did not understand the backward prapogation.
Please tell how it back prapogates and how it predict the values
Please tell the whole mechanism of backward prapogation
Upvote ShareHi,
Here's a good article on backprop:
https://cloudxlab.com/blog/tag/backpropagtion/
Thanks.
Upvote ShareI did not understand at 2:33:59
DNN
How are you calculating
5 +15+..??
Please tell the mechanism
Upvote ShareHi,
Here we have 3 layers, input (1), hidden (1), and output (1). We are multiplying each of the inputs of the hidden and the output layers with these weights.
Thanks.
Upvote ShareI did not understand at 2:22:23
X1 =1
1 *1
How are you multiplying??
Where you multiplying this??
Please give me full explaination.
Upvote ShareHi,
Here we are multiplying weights with the features.
Thanks.
Upvote Sharey=(iris.target==0).astype(np.int)
What we are doing here??
How this machanism works??
Hi,
In this dataset we can predict 3 classes. The target variable is thus represented as 0, 1, and 2 for each class. Here we are predicting only the first of these 3 classes, which is the Iris Setosa class. So we are taking only those y where y is equal to the 0 class.
Thanks.
Upvote ShareI did not understand.
How are you taking petal length and petal width??
Please say
Upvote ShareHi,
The following line selects the columns for petal length and petal width:
Thanks.
Upvote ShareHi Team,
I see lot many comments regarding login to Tensorboard. The latest instructions of oprning Tensorboard is not working for most of the students because the provided path is not correct. Before putting the command - "tensorboard --logdir deep_learning/tflogs --port 4066" one has to change the directory to 'ml' (using cd ml). This is not indicated in the instruction. Another problem is the current instruction shows that the path is '/tflogs' but the logs are getting saved in the folder named 'tf_logs' so the correct command list will be -
export PATH=/usr/local/anaconda/bin:$PATH
source activate root
cd ml
tensorboard --logdir deep_learning/tf_logs --port 4066
I am requesting your team to update the commands properly to avoid any confusion in future.
1 Upvote ShareHi Soham,
We have already updated the instructions here https://discuss.cloudxlab.com/t/solved-cannot-start-tensorboard-server/5146
The working directory may change depending on your code.
Am I missing anything here? If yes, then please let me know and I'll ask one of the team members to update the instructions.
Upvote Sharewhich session, before this, did you take session on tensor flow?
Upvote ShareHi,
Could you please tell me a bit more about your issue?
Thanks.
Upvote ShareHi , in the topic of perceptron how this line converts from 3 class to 2 class
Upvote ShareHi,
This line checks only for Iris Setosa. You can check slide 36 for this, also you can print y right after this line to check what it refers to.
Thanks,
Upvote ShareUnable to start TensorBoard
please help
tf_logs has the following error:
Hi,
Would request you to follow the steps from the below link and then try once again:
https://discuss.cloudxlab.c...
Please let us know if this does not work.
Thanks.
-- Rajtilak Bhattacharjee
Upvote ShareHi,
Are you still facing this issue? If yes, then please follow the below steps for resolving the issue:
https://discuss.cloudxlab.c...
Thanks.
-- Rajtilak Bhattacharjee
Upvote ShareUnable to run TensorBoard. See the steps I followed in the screenshot :
Steps followed...
export PATH=/usr/local/anaconda/bin:$PATH
source activate root
(source activate py36 gave n error ...
Could not find conda environment: py36
You can list all discoverable environments with `conda info --envs`)
FIND PYTHON version: python --version
Version is 3.8.6
tensorboard --logdir ~/ml/deep_learning/tf_logs/ --port 6006
Following message shows on screen...
TensorBoard 1.14.0 at http://cxln5:6006/ (Press CTRL+C to quit)
On a CHROME browser, used the following URL…
http://f.cloudxlab.com:6006/
Tried with few other ports 9,10,11,13 but no luck.
Hi,
Would request you to follow the steps from the below link and then try once again:
https://discuss.cloudxlab.c...
Please let us know if this does not work.
Thanks.
-- Rajtilak Bhattacharjee
Upvote ShareGuys, I'm asking if there is an issue with the steps I have followed. I put up an issue only after a lot of trying n waiting as I know there might be server issues. So please guide.
Upvote Shareexport PATH=/usr/local/anaconda/bin:$PATH
source activate root
tensorboard --logdir deep_learning/tflogs --port 4066
*Please remember that the port number has to be between 4040 and 4140.* If you get an error saying "Tensorboard could not bind to port 4066, it was already in use", simply use another port number within this range. If you have performed these steps successfully, you would get a prompt on your screen which would look something like the following:
-- Praveen Pavithran
Upvote ShareNo it didnot work
Upvote ShareHi,
Are you still facing this issue? If yes, then please follow the below steps for resolving the issue:
https://discuss.cloudxlab.c...
Thanks.
-- Rajtilak Bhattacharjee
Upvote Sharewhy am i getting this error ?
even kernel is not getting started in other notebooks it is showing kernel error Upvote Share
Hi,
Are you still facing this issue?
Thanks.
-- Rajtilak Bhattacharjee
Upvote Sharein condole getting on running "source activate py36"
Upvote Sharecommand not recognized
Hi, Shivom.
Kindly send the screenshots of the error. I will be happy to help you.
All the best.
Upvote Sharegot it resolved
Upvote Share