Why Machine Learning is Specific
Learn how machine learning is different from regular software.
We'll cover the following...
We'll cover the following...
ML-specific software
In regular software, bugs tend to be more explicit. In ML software, defects are much easier to hide. Let’s consider the code snippet below, where we have a simple function from a computer vision pipeline.
Even code authors (people who probably understand the domain) might have a hard time ...