Skip to main content

The future of AI in business and its potential to transform industries

What is machine learning and it's types?

 What is machine learning(ML)?

what is machine learning?

  • Machine learning is a subset of artificial intelligence.
  • Machine learning enables computers or machines to make data-driven decisions rather than being explicitly programmed for a certain task.
  • These programs or algorithms are designed in a way that they learn and improve over time when are exposed to new data.

Examples:-

1. Product recommendations

https://somenplus.blogspot.com/2020/11/what-is-machine-learning.html


 While checking for a product did you noticed when it recommends a product similar to what you are looking for? or did you noticed "the person bought this product also bought this" combination of products?

How are they doing this recommendation? This is machine learning.

2. Email spam and malware filtering 

https://somenplus.blogspot.com/2020/11/what-is-machine-learning.html


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.

3. Online customer support

https://somenplus.blogspot.com/2020/11/what-is-machine-learning.html


A number of websites nowadays offer the option to chat with customer support representative while they are navigating within the site.
However, not every website has a live executive to answer your queries. In most of the cases, you talk to a chatbot.


Machine learning algorithm

  • ML algorithm is an evaluation of normal algorithms.
  • They make your programs "smarter" by allowing them to automatically learn from the data you provide.
  • The algorithm is mainly divided into two phases.
  1. Training Phase 
  2. Testing Phase

1. Training phase

https://somenplus.blogspot.com/2020/11/what-is-machine-learning.html


The machine learning model is built using the training data. The training data helps the model to identify key trends and patterns essential to predict the output.

2. Testing phase

https://somenplus.blogspot.com/2020/11/what-is-machine-learning.html


After the model is trained it must be tested to evaluate how accurately it can predict an outcome. This is done by the testing dataset.
A machine learning process begins by feeding the machine lots of data by using this data the machine is trained to detect hidden insight and trends.
These insights are then used to build a machine learning model by using an algorithm in order to solve a problem.


Machine learning types

  1. Supervised learning 
  2. Unsupervised learning
  3. Reinforcement learning

1. Supervised learning 

vhttps://somenplus.blogspot.com/2020/11/what-is-machine-learning.html



Supervised learning is a technique in which we teach or train the machine using data which is well labelled.

Types of supervised learning

https://somenplus.blogspot.com/2020/11/what-is-machine-learning.html



2. Unsupervised learning 

https://somenplus.blogspot.com/2020/11/what-is-machine-learning.html


Unsupervised learning involved training by using unlabeled data and allowing the model to act on that information without guidance.

Types of Unsupervised learning

https://somenplus.blogspot.com/2020/11/what-is-machine-learning.html


3. Reinforcement learning 

https://somenplus.blogspot.com/2020/11/what-is-machine-learning.html


Reinforcement learning is a part of machine learning where an agent is put in an environment and he learns to behave in this environment by performing certain actions.

 Types of reinforcement learning

https://somenplus.blogspot.com/2020/11/what-is-machine-learning.html


Popular posts from this blog

Top 7 domains to expertise after learning python

Top 7 domains to expertise after learning python Python is one of the most popular programming languages. It is an object-oriented, dynamic semantics and high-level programming language. It's high-level built-in data structure combined with dynamic binding and dynamic typing makes it attractive for rapid application development. Often programmers fall in love with python because of the increased productivity it provides. Python is one of the most readable languages in the world right now. This language is very popular among developers and is widely used by many programmers to create application and programs. The implementation of this programming language is simple and at the same time, the language has a very clean structure as compared to other languages.  So if you mastered your python concepts and skills, you can dominate these 7 domains. Machine learning / Artificial intelligence Desktop GUI Data analytics and data visualization  Web development Game development Mobile ap...

Different domains of Artificial intelligence(AI)

Artificial intelligence is a computer system that is able to perform tasks that ordinarily require human intelligence. Artificial intelligence systems are critical for companies that wish to extract value from data by automating and optimizing processes or producing actionable insights. There are certain domains of artificial intelligence on which we can create our expertise Machine learning Deep learning Robotics Expert systems Fuzzy logic Natural language processing Computer vision  1. Machine learning Machine learning is a subset of artificial intelligence. Machine learning enables computers or machines to make data-driven decisions rather than being explicitly programmed for a certain task. These programs or algorithms are designed in a way that they learn and improve over time when are exposed to new data. Different types of machine learning models Supervised learning Unsupervised learning Reinforcement learning Use cases Product recommendation on a shopping website. spam fil...

Top 5 free machine learning courses with certificate

In the era of 21st-century artificial intelligence, machine learning and data science became the most demanding and highest paying skills. After the covid-19 pandemic situation, the working style of the corporate sectors and the business had completely changed, now most of the business deals are made on the basis of data analysis, or when it comes to making the businesses automation the people hire a  machine learning engineer.    Hence it becomes really important for those who work in the corporate sector or a student pursuing a degree to get a job should update himself with these skills.  So, I listed you Top 5 machine learning courses from one of the leading organisations with completion certificates at free of cost. 1. Machine learning in the cloud with AWS batch About This course describes how to run and accelerate your machine learning applications in the cloud using AWS batch. AWS Batch is a fully managed service that allows you to easily and efficiently run b...