Stay ahead with actionable finance strategies, tips, news, and trends.
Innovation Series: Demystifying Machine Learning
Dr. Tom Mitchell, former chair of the Machine Learning department of Carnegie Mellon University, offers an elegant definition of Machine Learning in his book. He suggests that, “the field of Machine L
May 23, 2018
Dr. Tom Mitchell, former chair of the Machine Learning department of Carnegie Mellon University, offers an elegant definition of Machine Learning in his book. He suggests that, “the field of Machine Learning is concerned with the question of how to construct computer programs that automatically improve with experience.”
Many different types of Machine Learning exist today, but the one that is most widely used for business applications is Supervised Learning. Supervised Learning uses algorithms such as linear and logistic regressions, and multi-class classification, to analyze a series of input variables (X) to produce an output (Y) through a mapping function, think y=f(x).
The parallel of Supervised Learning is one of a teacher and student, where the student is trained on a subject by the teacher. Supervised Learning requires that the algorithm’s possible results be known and that the data used to train the algorithm is labeled with the correct answers.
The majority of Supervised Machine Learning applications usually involve the following steps:
- Gather the data set to be evaluated
- Extract the set of parameters and attributes to support predictions
- Choose the Machine Learning algorithm
- Train the model
- Make predictions using the deployed model
- Adjust parameters to refine the model
Subscribe to the blog