---
title: "Machine learning"  
description: "Machine learning"  
author: "Anonymous User"  
published: 2018-06-25  
updated: 2018-06-25  
canonical: https://www.mindstick.com/forum/34539/machine-learning  
category: "artificial intelligence"  
tags: ["python-3.4", "artificial intelligence"]  
reading_time: 1 minute  

---

# Machine learning

What is [machine learning](https://www.mindstick.com/articles/13070/rising-popularity-of-machine-learning-classes-in-bangalore) ? uses of ML ?

## Replies

### Reply by Prakash nidhi Verma

Machine [Learning](https://www.mindstick.com/articles/126221/instructional-design-for-elearning-why-it-is-so-important)(ML) introduce a system automating and improving the learning process of computers based on their experiences without being actually programmed i.e. without any human assistant. The process having feeding a good quality data and then training our machines by building machine learning models using the data and different algorithms. The choice of algorithms depends on what type of data do we have and what kind of task we are trying to automate. the past data in the form of text file,excel file,images or in type of audio data.the model learning depends on quality of the data .

![Machine learning](https://www.mindstick.com/mindstickforums/6e5ed611-4b7c-4f1e-8fa4-899e13ef662c/images/5e4cf50c-4ebf-42e1-ae5e-840e8718bf05.png)

1. supervised learning

-image classification

-market prediction / Regression

2. Unsupervised learning

-clustering

-High dimention visulization

-Generative models

Uses of linear regression, logistic regression, decision tree, SVM (support vector machine) Naive bayes, KNN (k-nearest nighbors),k-means , random forest in machine learning.

Terminology of ML :

- Model

- Feature

- Target(label)

- Training

- Prediction


---

Original Source: https://www.mindstick.com/forum/34539/machine-learning

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
