-
What is a Decision Tree in Machine Learning
Decision Tree A decision tree in machine learning is a popular supervised learning method. It applies to both classification and regression tasks. Decision trees follow a flowchart-like structure.…
-
What is a Confusion Matrix in Machine Learning
Confusion matrix Within machine learning (ML), a confusion matrix is a table that evaluates the performance of a classification algorithm. It is particularly useful when you want to…
-
Understanding Train Test Split Model Validation
Train Test Split Train-test split model validation is a simple and common technique in machine learning. Simply, it evaluates the performance of a model. The idea is to…
-
What is Cross Validation in Machine Learning?
What is Cross Validation? Cross validation is a machine learning (statistical) technique, aiming to evaluate how well a model generalises to unseen (new) data. The basic idea is…
-
What is Gradient Descent in Machine Learning?
What is Gradient Descent? Gradient descent is a fundamental optimisation algorithm. It is used in machine learning to minimise a given cost function by iteratively adjusting the parameters…
-
What is DevOps? Why Implement DevOps Model in a Corporation
What is DevOps? DevOps refers to development and operations. It is a series of practices and cultural philosophies. Which aims at the improvement of collaboration and communication between…