Skip to main content
  1. Data Science Blog/

Domain Knowledge in Machine Learning

·266 words·2 mins· loading · ·
Machine Learning Industry Applications Business & Career Machine Learning Industry Knowledge Machine Learning Applications Machine Learning Techniques AI Model Development

Domain Knowledge in Machine Learning

Domain Knowledge in Machine Learning
#

Let’s say the domain is a restaurant kitchen. A dataset with 3 variables. Two predictors and one predicted. Predictor variables are flour in kilograms and water in liters. A predicted variable is the number of roti/ bread. You know the model will be something like this.

Number of roti (y). = b1 * flour in kg (x1) + b2 * water in liter (x2)

Features are scaled to the same scale in terms of the unit of measurement, the KMS system.

During training, your model learns b1 and b2 from training data.

Now during prediction if you enter 1 kg flour and 10 liters water then what should be the number of roti from the model? Or if you input 10 kg flour and 0.1-liter water, then what is the expected output?

Those who have not worked in the kitchen may not understand what I am saying. That is why they say domain knowledge is essential. No problem, try some experiments in the kitchen without someone looking at you. 😊

Now questions are
Is there any problem with this model-building approach?
Are we missing some steps from data collection to data cleaning to the model building due to which we may get unexpected output?
If yes, then where is the problem?
What should be the expected output for the above inputs?
What needs to be done in this whole approach to build a good model?
Can we solve this problem without ML?

Don’t blame the user that you are giving the wrong input and my model is failing.

Any thoughts?

Related

Quantum Hardware Is Not a Smaller or Stranger Classical Computer
·5562 words·27 mins· loading
Interdisciplinary Topics Research & Academia Quantum Computing Quantum Physics Quantum Mechanics Photonics Semiconductor Engineering Interdisciplinary Topics
Quantum Hardware Is Not a Smaller or Stranger Classical Computer # A ground-up guide for engineers …
Bell's Inequality: What It Actually Tests About Reality
·2254 words·11 mins· loading
Interdisciplinary Topics Research & Academia Physics Quantum Physics Quantum Mechanics Philosophy of Science Entanglement Probability
Bell’s Inequality # What it actually tests about reality — explained step by step # Part 18 …
What Is Distance? From Metres to Light-Travel Time and the Meaning of Size
·4301 words·21 mins· loading
Interdisciplinary Topics Research & Academia Physics Special Relativity Quantum Physics Metrology Philosophy of Science Applied Mathematics
What Is Distance? # From metres to light-travel time — and what it really means for an object to …
Anatomy of a Circle — Radius, Arc, Sector, Radian, π, and Every Part in Between
·1826 words·9 mins· loading
Mathematics Research & Academia Mathematics Mathematics for Machine Learning Mathematics for AI Applied Mathematics Geometry Trigonometry
Anatomy of a Circle # Every named part, formula, and diagram — strictly in two dimensions # Part 16 …
Six Trigonometric Functions — One Diagram
·1958 words·10 mins· loading
Mathematics Research & Academia Mathematics Mathematics for Machine Learning Mathematics for AI Applied Mathematics Trigonometry Geometry
Six Trigonometric Functions — One Diagram # All six trig values as lengths on one unit-circle …