Linear Systems
Learn about linear systems and their applications in data science.
Now that we’re familiar with linear functions and linear combinations, let’s dive into the process of using these concepts to define real-life systems as mathematical systems.
Linear modeling
We often come across data consisting of several attributes of interest to us. For example, the records of COVID-19 patients contain many attributes worth recording, including confirmation data, fever level, blood cell counts, medicine in use, and so on. One important attribute is the survival rate, which may depend on the other attributes. If we think that there are attributes in numeric form that are represented as vectors or arrays, then a typical record looks like the following: . The corresponding attribute, survival, can be denoted with having either the values, or , corresponding to “did not survive” and “survived,” respectively. If there’s a linear relationship between and , then there exists a linear function with parameters ...