Join us
@attique_anwar ăť Jan 22,2022 ăť 9 min read ăť 1100 views ăť Originally posted on attiqueanwar.medium.com
What it is? Why does it Matter? How does it work?
What It Is?
Machine Learning is the learning in which a machine can learn on its own without being explicitly programmed. It is an application of Al that provide the system with the ability to automatically learn and improve from experience. Here we can generate a program by integrating the input and output of that program. One of the simple definitions of Machine Learning is âMachine Learning is said to learn from experience w.r.t some class of task T and a performance measure P if learners performance at the task in the class as measured by P improves with experiences.â
Sometimes Artificial Intelligence and Machine Learning are considered as same but they are somehow different from each other.
Difference b/w AI & Ml:
AI:
1- Al stands for Artificial intelligence, where intelligence is defined acquisition of knowledge. Intelligence is alsodefined as the ability to acquire and apply knowledge.
2- The aim is to increase the chance of success and not accuracy.
3- It works like a computer program that does smart work
4- The goal is to simulate natural intelligence to solve complex problems.
5- Al is decision making.
ML:
1- ML stands for Machine Learning which is defined as the acquisition of knowledge or skill.
2- The aim is to increase accuracy, but it does not care about success.
3- It is a simple concept machine that takes data and learns from data.
4- The goal is to learn from data on certain tasks to maximize the performance of machines on this task.
5- ML allows systems to learn new things from data.
Terminologies of Machine Learning:
⢠Model: A model is a specific representation learned from data by applying some machine learning algorithm. A model is also called a hypothesis.
⢠Feature: A feature is an individual measurable property of our data. A set of numeric features can be conveniently described by a feature vector. Feature vectors are fed as input to the model. For example, in order to predict a fruit, there may be features like colour, smell, taste, etc.
Note: Choosing informative, discriminating and independent features is a crucial step for effective algorithms. We generally employ a feature extractor to extract the relevant features from the raw data.
⢠Target (Label): A target variable or label is the value to be predicted by our model. For the fruit example discussed in the features section, the label with each set of input would be the name of the fruit like apple, orange, banana, etc.
⢠Training: The idea is to give a set of inputs(features) and its expected outputs(labels), so after training, we will have a model (hypothesis) that will then map new data to one of the categories trained on.
⢠Prediction: Once our model is ready, it can be fed a set of inputs to which it will provide a predicted output(label).
The figure shows clearly the above concepts:
Two kinds of Machine Learning Algorithms
You can think of machine learning algorithms as falling into one of two main categories â supervised learning and unsupervised learning. The difference is simple but really important.
Supervised Learning
Letâs say you are a real estate agent. Your business is growing, so you hire a bunch of new trainee agents to help you out. But thereâs a problem â you can glance at a house and have a pretty good idea of what a house is worth, but your trainees donât have your experience so they donât know how to price their houses.
To help your trainees (and maybe free yourself up for a vacation), you decide to write a little app that can estimate the value of a house in your area based on its size, neighbourhood, etc, and what similar houses have sold for.
So you write down every time someone sells a house in your city for 3 months. For each house, you write down a bunch of details â number of bedrooms, size in square feet, neighbourhood, etc. But most importantly, you write down the final sale price:
Using that training data, we want to create a program that can estimate how much any other house in your area is worth:
This is called supervised learning. You knew how much each house sold for, so in other words, you knew the answer to the problem and could work backwards from there to figure out the logic.
To build your app, you feed your training data about each house into your machine learning algorithm. The algorithm is trying to figure out what kind of math needs to be done to make the numbers work out.
This kind of like having the answer key to a math test with all the arithmetic symbols erased:
From this, can you figure out what kind of math problems was on the test? You know you are supposed to âdo somethingâ with the numbers on the left to get each answer on the right.
In supervised learning, you are letting the computer work out that relationship for you. And once you know what math was required to solve this specific set of problems, you could answer any other problem of the same type!
Unsupervised Learning
Letâs go back to our original example with the real estate agent. What if you didnât know the sale price for each house? Even if all you know is the size, location, etc of each house, it turns out you can still do some really cool stuff. This is called unsupervised learning.
This is kind of like someone giving you a list of numbers on a sheet of paper and saying âI donât really know what these numbers mean but maybe you can figure out if there is a pattern or grouping or something â good luck!â
So what could do with this data? For starters, you could have an algorithm that automatically identified different market segments in your data. Maybe youâd find out that home buyers in the neighbourhood near the local college really like small houses with lots of bedrooms, but homebuyers in the suburbs prefer 3-bedroom houses with lots of square footage. Knowing about these different kinds of customers could help direct your marketing efforts.
Another cool thing you could do is automatically identify any outlier houses that were way different from everything else. Maybe those outlier houses are giant mansions and you can focus your best salespeople on those areas because they have bigger commissions.
Supervised learning is what weâll focus on for the rest of this post, but thatâs not because unsupervised learning is any less useful or interesting. In fact, unsupervised learning is becoming increasingly important as the algorithms get better because they can be used without having to label the data with the correct answer.
Side note: There are lots of other types of machine learning algorithms. But this is a pretty good place to start.
Why Machine Learning Matters?
With the rise in big data, machine learning has become a key technique for solving problems in areas, such as:
More Data, More Questions, Better Answers:
Machine learning algorithms find natural patterns in data that generate insight and help you make better decisions and predictions. They are used every day to make critical decisions in medical diagnosis, stock trading, energy load forecasting, and more.
For example, media sites rely on machine learning to sift through millions of options to give you song or movie recommendations. Retailers use it to gain insight into their customersâ purchasing behaviour.
When Should You Use Machine Learning?
Consider using machine learning when you have a complex task or problem involving a large amount of data and lots of variables, but no existing formula or equation. For example, machine learning is a good option if you need to handle situations like these:
How Does it works?
Case Study:
Consider the following common situation:
So, Whereâs the Learning?
What did the Computer Learn?
Why Learn?
Machine learning is programming computers to optimize a performance criterion using example data or past experience.
Learning is used when:
Growth of Machine Learning:
Machine learning is the preferred approach to:
These types of trends are accelerating:
Conclusion:
In my mind, the biggest problem with machine learning right now is that it mostly lives in the world of academia and commercial research groups. There isnât a lot of easy to understand material out there for people who would like to get a broad understanding without actually becoming experts. But itâs getting a little better every day.
If you want to go deeper, Andrew Ngâs free Machine Learning class on Coursera is pretty amazing as a next step. I highly recommend it. It should be accessible to anyone who has a Computer Science degree and who remembers a very minimal amount of math.
Also, you can play around with tons of machine learning algorithms by downloading and installing SciKit-Learn. Itâs a python framework that has âblack boxâ versions of all the standard algorithms.
Join other developers and claim your FAUN account now!
Student
@attique_anwarInfluence
Total Hits
Posts
Only registered users can post comments. Please, login or signup.