Git Product home page Git Product logo

machine_learning's Introduction

Machine Learning

Kaggle Python 3.6 scikit-learnn Pandas Numpy

alt tag

Machine Learning:

The machine learning model is nothing but a piece of code; an engineer or data scientist makes it smart through training with data. Its further divided into two categories:

1.Supervised Learning:

In Supervised learning, an AI system is presented with data which is labelled, which means that each data tagged with the correct label. The supervised learning is categorized into 2 other categories which are “Classification” and “Regression”.

Classification:

  Classification problem is when the target variable is categorical (i.e. the output could be classified into classes — it belongs to either Class A or B or something else).
  These some most used classification algorithms:
  K-Nearest Neighbor
  Naive Bayes
  Decision Trees/Random Forest
  Support Vector Machine
  Logistic Regression

Regression:

  While a Regression problem is when the target variable is continuous (i.e. the output is numeric).
  These some most used regression algorithms:
  Linear Regression
  Support Vector Regression
  Decision Tress/Random Forest
  Gaussian Progresses Regression
  Ensemble Methods

2.Unsupervised Learning:

In unsupervised learning, an AI system is presented with unlabeled, un-categorized data and the system’s algorithms act on the data without prior training. The output is dependent upon the coded algorithms. Subjecting a system to unsupervised learning is one way of testing AI The unsupervised learning is categorized into 2 other categories which are “Clustering” and “Association”.

Clustering:

  A set of inputs is to be divided into groups. Unlike in classification, the groups are not known beforehand, making this typically an unsupervised task.
  These some most used Clustering algorithms:
  Clustering
  Methods used for clustering are:
  Gaussian mixtures
  K-Means Clustering
  Boosting
  Hierarchical Clustering
  K-Means Clustering
  Spectral Clustering

alt tag

machine_learning's People

Contributors

subhamp7 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.