Machine Learning Interview Questions (Part-8)

We have published seven modules of interview questions in machine learning and answers so far on this website. This is yet another addition to the series of discussion on frequently asked questions in machine learning job roles. Whether stochastic gradient descent or gradient descent is computationally complex? Gradient descent is computationally complex. After identifying a …

Machine Learning Interview Questions (Part-8) Read More »

Recognising Songs of Endangered Bird Species from Kerala using Deep Learning Techniques

Overview Birds are an incredibly diverse group of animals found all over the Earth. With over 10,000 known species, they come in all shapes, sizes, and colours, and they play a vital role in maintaining the delicate balance of ecosystems around the world. One of the most important roles that birds play is that of …

Recognising Songs of Endangered Bird Species from Kerala using Deep Learning Techniques Read More »

decision tree

Decision Tree: A Machine Learning Algorithm

Decision tree is a non-parametric supervised machine learning algorithm which makes use of a tree like structure to make decisions. Decision tree algorithms can be used for both classification and regression though it is mostly meant for classification tasks. Decision trees consist of three types of nodes such as root node, leaf nodes and decision …

Decision Tree: A Machine Learning Algorithm Read More »