I am a certified Tensorflow Developer and I like learning about ML and AI. Following my passion of reading and writing.
Carpe diem!!
The computer scientist Yann LeCun famously said that if intelligence was a cake, unsupervised learning would be the cake , supervised learning would...
When working on Machine Learning projects, we often need to adjust the data to make algorithms run faster and more efficiently. This adjustment...
Sequential API Layers are added sequentially, one after the other. The Sequential API does not support creating complex, branched models. It is...
Production Cycle of Machine Learning ยท 1. Project Scooping You should have the basic knowledge of what kind of project you are doing, whether it is a...
Decision Tree is a Supervised machine learning algorithm used for performing Classification and Regression tasks. How Decision Trees Work Suppose we...
In this article you will learn about ensemble learning and why it is important for performing machine learning tasks. Ensemble learning uses...