Giter Club home page Giter Club logo

cs513spring20_dataminers's Introduction

CS513 KDDM Spring 2020 DataMiners - Learning Machines

Team Members

Dishti Dave

Dyuti Dave

Eman Alofi

Vaishnavi Gopalakrishnan

Types of machine learning algorithms

Supervised Learning

It models relationships and dependancies between the target prediction output and the input features such that we can predict the output values for the new data based on those relationships which it learned from previous data sets.

It is a predictive model, we have labeled data, includes regression adn classification.

List of supervised algorithms

Nearest neighbor
Naive Bayes
Decision trees
Linear regression
Support Vector Machines(SVM)
Neural Networks

Unsupervised Learning

It mainly deals with pattern detection adn descriptive modeling. They are trained with unlabelled data. They use techniques on input data to mine for rules, detect patterns, and summerize and group the data points.

It is a descriptive model, includes clustering and association rule.

List of unsupervised learning

k-means clustering
Association rules

Semi supervised learning

It is a combination of supervised and unsupervised learning. It is the best algorithm when the cost and human efforts are considered. It has unlabeled data but data carries important information about the group parameters

Reinforcement learning

Also known as agent, continuously learns from the environment in an iterative fashion. It will either maximize the rward or minimize the risk. It is a branch of Artificial Intelligence. It automatically tends to determine the behavious to increase the performance. The repitation of decision making is known as Markov Decision Process.

List of algorithms

Q-Learning
Temporal Difference(TD)
Deep Adversarial Networks

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.