
Deep Learning

Self Attention Bottleneck for Transformers Deep Learning Models
Computational complexity of self-attention layers grows very much as a function of sequence length. please watch the below video for more details: What is Self Attention Bottleneck for Transformers Deep Learning Models

Top Ten Reasons for NOT learning Machine Learning and Artificial Intelligence
This Post is not to discourage any one 🙂But at the same time we all should discuss the reality.The aim of this post is to discuss, if you have started learning or planning to learn machine learning, are you on the right path?The conclusion of right or wrong path completely depends on the individualAlright, so…

Python is the most wanted language as per Stack Overflow 2020 survey
Which Language do you want to learn?
Deep Learning by Ian Goodfellow, Yoshua Bengio and Aaron Courville
Great Book !! Well organised, Concise and Complete !!This book summarises the vast and complex topic of deep learning in a textbook, by some of the leaders in the field.What has been most valuable is, seeing how it all fits together.There are lots of books, blogs, and videos out there, but this is one of…
AttributeError: module tensorflow has no attribute placeholder TensorFlow 2.0
This error may come if you have installed TensorFlow 2.0 and want to run code that is not compatible with TensorFlow 2.0 You may like to watch a video on Neural Network from Scratch in Python For example if you are trying to run below code, you will get the above error. The sample error…