DEV Community

Cover image for What is Machine Learning?
Keshav Jindal
Keshav Jindal

Posted on

1 1

What is Machine Learning?

1.Introduction to AI
AI stands for Artificial Intelligence. It enhances the human efficiency and capabilities. It tells us how to manage a huge amount of data in an easier and efficient way. It is used in various fields like:
1.Enterprise.
2.chatbots.
3.Health Care.
4.Banking, etc.
Definition
When human intelligence is put into a machine and the machine is able to perform various tasks on the basis upon the given data. To do this a person should have a good knowledge of Algorithm and basics of mathematics.
2.Domains of AI
There are three domains or sub parts of AI. These are as follows:

1.Machine Learning or Data Science.
2.Computer Vision.
3.Natural language processing(NLP).

Image description
In this article we are going to understand the first domain of AI i.e. Machine Learning.

3.Machine Learning or Data Science
This domain of AI deals with teaching and adapting capabilities of machine. We are training the machine to respond to an situation where it can work more efficiently than humans. This capability of responding is done in three steps. These are :
1.The data is given to a machine .
2.The machine analyze the data .
3.The machine gives us the prediction.

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

nextjs tutorial video

📺 Youtube Tutorial Series

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay