11 SQL Basics for your Interview Prep
Upvote 6+ SQL – Structured Query Language, yes, you heard it right SQL is a language that we use to design and manage our Database. Let’s just take a second and learn about Database....
Follow AI & Data Sciences Religiously
Upvote 6+ SQL – Structured Query Language, yes, you heard it right SQL is a language that we use to design and manage our Database. Let’s just take a second and learn about Database....
Upvote 2+ We know that the sklearn library is a collection of a variety of Machine learning algorithms that can help us to train our data. The problem arises when the training data is...
Upvote 6+ In this article, I will walk you through Light GBM. This is also another variation of gradient boosting and light stands for a lighter version. Which is believed to make the model...
Upvote 4+ Before entering the article, please get in touch with Convolutional neural networks because CNN is the algorithm behind Computer vision implementation. Introduction to Convolutional neural networks. In the image below we can...
Upvote 7+ This paper describes the working of Backpropagation and its importance and is much faster than several neural networks. Using Backpropagation, we can use neural nets to solve the previously unsolvable problems. Backpropagation...
Upvote 6+ This article talks about what road map you should follow in order to meet the demand and be successful in the field. Before entering the article check this link to learn Machine...
Upvote 6+ In the real world, there will be immeasurable data that we will work on so, normal machine learning algorithms won’t suffice well. If we are developing an uncountable amount of data then...
Upvote 13+ Let’s dive in and see what is the road map to learn machine learning in this article. In 2021 use of Machine learning will increase more because of these pandemic situations everything...
Upvote 8+ In this article, you will know what is object detection, and basics of object detection, why is it used, using what metrics we can measure the performance of the object detection algorithm....
Upvote 8+ Transfer learning is the most powerful idea in Deep Learning. The name transfer learning itself explains the meaning that it transfers the data (knowledge) it has gained and reuses that knowledge on...