4 followers
I use this blog as my personal learning notes but at the same time as a way to distribute information to everyone interested in learning.
I'm a student pursuing under-graduate in Electronics Engineering from Veermata Jijabai Technological Institute (VJTI), Mumbai, India. I recently...
Need for Services Each pod gets its own IP address. However, pods in Kubernetes are ephemeral; meaning they are created and destroyed very quickly to...
What is SVM? Support Vector Machine is a supervised machine learning algorithm. It is mostly used for classification problems. The objective of SVM...
Problem with Decision Tree Decision Trees are highly sensitive to training dataset. A small change in the training dataset might completely change the...
Introduction Decision Tree is a binary tree like data structure which recursively splits the dataset until we are left with pure leaf nodes. The...
Introduction Logistic Regression is a classification model where the output is discrete values like predicting whether a mail is spam or not,...