Skip to main content

Machine Learning - Explained in easiest way

Machine Learning in Daily Life!

When you hear the term Machine Learning, At once you imagine Robots and Some messy algorithms. 
Well, Your Imagination is not wrong though. Let me get to the point. Machine Learning is not only about Robots, we see the application of ML in Our Daily Life, even we use it to get better performance or results!
Surprised?
So Hi,
This is Mayank, An Machine Learning enthusiast, and Computer Science Student. In this blog, You will know the Machine Learning and the applications of it in our daily life.

Well. Let me give you an example of it.

Do you shop online.,  I believe you do. Did you notice, if you are buying a mobile phone then you get a suggestion to buy Mobile Cover too!

Let us take another example of Google Photos, You have google photos on Your phone right?

When you search some specific keywords like 'Garden', 'Memes', 'Screenshot'  Google Photos give you Images containing those specific visions.

These all things possible to happen because of Machine Learning.

What is Machine Learning?
According to IBM :
Machine learning is a branch of Artificial Intelligence ( AI ) focused on building applications that learn from data and improve their accuracy over time without being programmed to do so. 
Confused?
Okay Let me make it more simple :
Machine Learning is a collection of tools that make a computer process "SOMETHING" on its own!
What is Something Here?
it could be Numbers, Images,  Text, or any type of Data.
The study to learn How to use the tools to make computer Learn is called Machine Learning.
Well, there arises another question.
Is Artificial intelligence and Machine learning different?
See, Machine Learning is Part of Artificial Intelligence. See the below Image :


ML is just a part or subset of AI.
In Bigger Picture Machine Learning is a Member of Artificial Intelligence Family.

Application of Machine Learning :

Siri, Alexa, Google Now are some of the popular examples of virtual personal assistants. As the name suggests, they assist in finding information, when asked over voice. All you need to do is activate them and ask “What is my schedule for today?”, “What are the flights from Germany to London”, or similar questions. For answering, your personal assistant looks out for the information, recalls your related queries, or sends a command to other resources (like phone apps) to collect info. You can even instruct assistants for certain tasks like “Set an alarm for 6 AM next morning”.

Traffic Predictions: 
We all have been using GPS navigation services. While we do that, our current locations and velocities are being saved at a central server for managing traffic. This data is then used to build a map of the current traffic.
Social Media Services: From personalizing your news feed to better ad targeting, social media platforms are utilizing machine learning for their own and user benefits. Here are a few examples that you must be noticing, using, and loving in your social media accounts, without realizing that these wonderful features are nothing but the applications of ML.
People You May Know: Machine learning works on a simple concept: understanding with experiences. Facebook continuously notices the friends that you connect with, the profiles that you visit very often, your interests, workplace, or a group that you share with someone, etc.
Face Recognition: You upload a picture of you with a friend and Facebook instantly recognizes that friend. 
There are a number of spam filtering approaches that email clients use. To ascertain that these spam filters are continuously updated, they are powered by machine learning. 
You shopped for a product online a few days back and then you keep receiving emails for shopping suggestions. If not this, then you might have noticed that the shopping website or the app recommends you some items that somehow match your taste. Certainly, this refines the shopping experience but did you know that it’s machine learning doing the magic for you?
This is the End! :) Now you know the magic of Machine Learning. In the next blog on ML, I'll be writing about Types of Machine Learning and their application.
Hope you Like the Blog.
I will write and post every week so don't forget to bookmark and subs.
Thank You. Have a good time.


Comments

Popular posts from this blog

Facebook is testing ‘Green Screen’ editing tool for content creators

"Green Screen" will be available as an editing tool for the social media app whereas on Instagram it is available as an AR filter or effect." Facebook is testing a new feature for creators. The new “Green Screen” tool will allow users to add any video or image in the background of the Facebook Stories they create. This option is similar to the one available on Instagram already. However, it will be available as an editing tool for the social media app, whereas on Instagram it is available as an AR filter or effect. This tool was spotted by Mamun Billah via Social Media Today. As per the screenshot shared, the user can see the option in the stories section. The user can choose a photo or video from the Gallery section. When the user chooses the option, it is also labelled as “GREEN SCREEN by Instagram” at the bottom. Here’s the screenshot of the feature Green screen feature comes to facebook stories section! @MattNavarra pic.twitter.com/np9uMuQJaZ — Mamun Billah (@mamun...

What is Web3?

Web3- Third Generation of Web. The Decentralized Internet of the Future Explained. Hello Folks, In this blog, I am going to explain what is Web3, its benefits, cons, and its limitations. But before we jump on Web3, we need to know about Web1 and Web2. Here We Go! What is Web1? The Websites we are using today, Do they look the same 10 years Ago? The answer is NO. a Decade ago you can only browse the websites, you can only see the content that was generated by some web developer, in this context some company. That Era is known as the First Generation of web development or Web1 . at that time, Web1 became the medium of serving information and data in Read-Only Mode. Web1 often refers to read-only. In 2004 the era of Web1 concluded. What is Web2? After that, We came into the age of Social Media, where a user can post their own content on some websites, they can review or can give their feedback, and also they can generate their own content on ...

Java or C++?

Which programming language should I choose ? H ey Folks, If you are reading this blog, most probably you are going to start Competitive coding or you are initiating the journey of programmar. Or maybe you are a professional, Engineer well never mind. In this blog, I will explain to you the keypoint and language you should choose for your Programming Journey or for your Competitive Journey. To the point, if you are planning to start Competitive Programming , and no prior Kowlege of JAVA and I am assuming you are completely beginner, then without any doubt go for C++ . Why I am saying so, let me explain it in the simplest way. In CPP, you can use a lot of libraries helpful in competitive coding, and most important C++ is the most reliable and low latency language. when you will use the STL library to implement your code then you will fall in love with C++.You can easily use the property of Stack, Queue, and Priority Queue using STL and when it comes to program latency ...