Intro to Machine Learning
Thursday, March 5, 2020
Machine learning is the field of study that gives a computer the ability to learn without being explicitly programmed.
As an example, the spam filter from your email provider can learn and analyze what emails are being reported as spam and then apply that filter before the email even reaches you. If we were to program this manually, we might use regular expressions to search for certain keywords we provide in the email and feed each email that comes in through that algorithm.…more