Should I learn now… or later? Learning is a universal skill/trait that is acquired by any living organism on this planet. Learning is defined by: the acquisition of knowledge or skills through experience, study, or by being taught.Whether that be a plant learning how to respond to light and temperature, a monkey learning how to peel a banana, or us humans learning how to ride a bike. This commonality is what makes us unique and evolve over time.
But what if I said, “Machines can learn too” .
We’re in the age where machines are no different. We can teach machines how to learn and some machines can even learn on its own. This is magical phenomenon is called Machine Learning.
Targeted Audience: Beginners and/or Machine Learning Fresh Bloods
Hopefully this article will provide some useful insights and open up your mind to what computers can do now a days. I won’t go in depth about what machine learning is, but rather a high-level overview.
If there is anything that you should LEARN from reading this article, it is this:
"Machines can predict the future, as long as the future doesn’t look too different from the past."
Applications of Machine Learning
Before we get started, here is a quick overview of what machine learning is capable of:
- Healthcare: Predicting patient diagnostics
- Social Network: Predicting certain match preferences on a dating website
- Finance: Predicting fraudulent activity on a credit card
- E-commerce: Predicting customer churn
- Biology: Finding patterns in gene mutations that could represent cancer
“Most of the knowledge in the world in the future is going to be extracted by machines and will reside in machines” — Yann LeCun, Director of AI Research, Facebook
How Does Machine Learning Work?
To keep things simple, just know that machines “learn” by finding patterns in data. Think of data as information you acquire from the world. The more data given to a machine, the “smarter” it gets.
But not all data are the same. Imagine you’re a pirate and your life mission was to find the buried treasure somewhere in the island. In order to find the treasure, you’re going to need sufficient amount of information. Like data, this information can either lead you to the right direction or the wrong direction. So it’s important to keep in mind the type of data you’re giving to your machine to learn. Some data may increase the uncertainty of your predictions or may decrease the uncertainty.
Nonethless, after a sufficient amount of data is given, then the machine can make predictions. Machines can predict the future, as long as the future doesn’t look too different from the past.
Machine “learns” really by using old data to get information about whats the most likelihood that will happen. If the old data looks a lot like the new data, then the things you can say about the old data will probably be relevant to the new data. It’s like looking back to look forward.
Types of Machine Learning
There are three main categories of machine learning:
- Supervised learning: The machine learns from labeled data.
- Unsupervised learning: The machine learns from un-labeled data. Meaning, there is no “right” answer given to the machine to learn, but the machine must hopefully find patterns from the data to come up with an answer.
- Reinforcement learning: The machine learns through a reward-based system.
What is Supervised Machine Learning
Supervised learning is the most common and studied type of learning because it is easier to train a machine to learn with labeled data than with un-labeled data. Depending on what you want to predict, supervised learning can used to solve two types of problems: regression or classification.
Regression Problem: If you want to predict continuous values, such as trying to predict how many hours will a patient stay at this hospital, you would use regression. This type of problem doesn’t have a specific value constraint because that could be any number of days, hours, or minutes.
Classification Problem: If you’re interested in a problem like: “Am I ugly?”then this is a classification problem because you’re trying to classify the answer into two specific categories: yes or no (in this case the answer is yes to the question above).
What is Unsupervised Learning?
Since there is no labeled data for machines to learn from, the goal for unsupervised machine learning is to detect patterns in the data and to group them. Unsupervised learning are machines trying to learn “on their own”, without help. Imagine someone throwing you piles of data and says “Here you go boy, find some patterns and group them out for me. Thanks and have fun.”
Depending on what you want to group together, unsupervised learning can group data together by: clustering or association.
Clustering Problem: Unsupervised learning tries to solve this problem by looking for similarities in the data. If there is a common cluster or group, the algorithm would then categorize them in a certain form. An example of this could be trying to group customers based on past buying behavior.
Association Problem: Unsupervised learning tries to solve this problem by trying to understand the rules and meaning behind different groups. An example of this could be seen when a store implemented this type of algorithm in its system. It found out that there was a strong association between customers buying beer and diapers. They deduced from this statement that males who had went out to buy diapers for their babies also tend to buy beer as well.
What is Reinforcement Learning
This type of machine learning requires the use of a reward/penalty system. The goal is to reward the machine when it learns correctly and to penalize the machine when it learns incorrectly.
Reinforcement Machine Learning is a subset of Artificial Intelligence. With the wide range of possible answers from the data, the process of this type of learning is an iterative step. It continuously learns.
Examples of Reinforcement Learning:
- Training a machine to learn how to play (Chess, Go)
- Training a machine how to learn and play Super Mario by itself
- Self-driving cars
Final Notes
This is my first article and I hope you learned something! If there is anything that you guys would like to add to this article, feel free to leave a message and don’t hesitate!
Any sort of feedback is truly appreciated. Don’t be afraid to share this! Thanks!