8.2.2021 CS 601 (Introduction To ML) - Notes
8.2.2021 CS 601 (Introduction To ML) - Notes
The term Machine Learning (ML) was first used by Arthur Samuel, one of the
pioneers of Artificial Intelligence at IBM, in 1959.
The name came from researchers who observed computers recognizing patterns
and developed the theory that computers could learn without being programmed
to perform specific tasks.
They began exploring artificial intelligence to see how capable computers were
of learning from data.
Humans can learn everything from their experiences with their learning
capability
Can a machine also learn from experiences or past data like a human does?
Machine Learning is a concept which allows the machine to learn from examples
and experience, and that too without being explicitly programmed. So instead of
you writing the code, what you do is you feed data to the generic algorithm, and
the algorithm/ machine builds the logic based on the given data.
Intelligent Gaming
Email Spam
Product Recommendations
Etc.