March 21, 2021
“Aim to make decisions, not just predictions.” – Google ML
AI has been a moving target. When the term “artificial intelligence” (AI) was introduced to the industry in the year 1955, a lot of speculation surrounded it. Most importantly how it would take over a lot of the jobs carried out by humans. The idea is to mimic the functioning of the human brain. But it is the most complex organ in the human body. Can it really be replaced by a machine, so soon?
Machine Learning is a method of using a combination of algorithms and data to train machines. As per Richard Freeman, the difference between Machine Learning (ML, a branch of AI) and traditional programming is that ML trains the machine and forms the rules based on the data provided. In my experience, those who have lesser understanding of the inner workings of AI, tend to think AI is magic. They expect AI to be the solution to all their issues. Partially, pop culture is to be blamed for that — The Matrix, J.A.R.V.I.S. in Iron Man and so on. But it is a misunderstanding. AI models are only as capable as the algorithm and the supporting data provided to it. Whichever model you choose, there should be measurable data that you can collect. AI is a tool to enhance the day-to-day functions.
How do we decide that AI is the best solution?
AI would be extremely useful for increasing process efficiency. One important use would be to measure data while day- to- day operations are occuring. This would ensure more realistic data and resulting AI models.
Here are some questions you should ask before deciding to use an AI model (Richard Freeman). Will the model:
The 2 common training methods in ML include supervised and unsupervised learning.
Supervised Learning
Supervised learning would use data that is labeled and categorized. Because it is labeled, it would be easier to predict using a graph plotted with their data points.
You are depositing a cheque and you upload an image of it to your bank app. The AI model running in the background will then be able to extract key information from it accordingly by supervised learning. When depositing a cheque, upload an image of the cheque to the bank app. An example of supervised image learning - The AI model is provided various images that covers the required security features of the cheque, digits, and alphabets to be detected at marked areas on the cheque. Here are examples of features to be recognized:
Unsupervised Learning
Alternatively, unsupervised learning will contain data with no labels. The goal when using this method is to identify any underlying patterns in the data.
Example:
When Amazon would like to identify associations between what all you buy when you buy a mattress, fitted sheet, pillow covers, duvet, side table.
Combination
A third method is a combination of both, called semi- supervised learning. Real- world problems fall under this category. Only part of the data is labeled.
Example:
Small grocery stores usually function using this method. They have price labels on some products and use that information to estimate prices of similar products.
Fun Fact:
As a new mother, I can see similarities between a newborn and an AI model. At 8 months, she cannot communicate in a language I understand yet. I try all permutations and combinations – milk, diaper change, sleep, releasing gas, uncomfortable position, etc. If I record the time and action completed, I can load this into a model. Assuming there are no identified health conditions, I should be able to predict what she would be doing at the specific time of the day (until she is 10 months old, where she is expected to undergo sleep regression, which is not a statistical term in this case).
I train her using a supervised method. There are the phrases and actions I use:
Depending on a 2-hour gap, I can predict when she will start feeling hungry.
In the coming weeks let us learn together what you need to build a basic model for your purposes.
For further reading:
https://towardsdatascience.com/when-to-not-use-ai-or-use-it-based-on-my-experience-abb58c063aba
https://medium.com/hackernoon/ai-reality-checklist-be34e2fdab9