ML from Scratch Episode 2: All about Data
Published:
Data is the single most important element in Machine Learning. It is the one ingredient you absolutely need to get right for the entire recipe to turn out well. So before we dive headfirst into any algorithm, it is crucial to understand data better—because it is the foundational bedrock of any ML objective. Understanding data means understanding the underlying patterns it carries. And often, this is not quite straightforward. Different forms of data hide different kinds of patterns, and it is our job to format, process, and transform them accordingly so that our algorithms can actually understand, interpret, and learn these patterns.
