Coder Social home page Coder Social logo

ydeh22 / quantum-machine-learning-5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from itzzdeep/quantum-machine-learning

0.0 0.0 0.0 24 KB

Implementation of Qiskit Quantum ML algorithm and comparison on Classical Ml.

Jupyter Notebook 100.00%

quantum-machine-learning-5's Introduction

Quantum-Machine-Learning

This repository contains implementation of Quantum Machine Learning Algorithms and comparison between classical machine learning algorithm and quantum machine learning algorithms.Click here to read my article on this.

Here with the ad-hoc datasets, we can clearly see here the Quantum SVM completely overperforms the classical SVM with perfect accuracy.

Why Quantum Machine Learning is so promising?

In case of classification, finding a dividing hyperplane is often only possible in higher dimensions. This involves computing the distances between the datapoints in higher dimensional space. So if the dimension is very large, finding the distances very computionally expensive.So the simplier thing we do is called the "Kernel Trick". The kernel is some easily computable function that takes our datapoints and gives back a distance and the kernel can be optimized in order to maximize the distances between the classes of our data. Unfortunately, some kernel metrices are difficult to copute classically. So this is where Quantum Computer comes in.If the kernel can not be optimized classically, Quantum Machine Learning shows a lot of promise in being able to use the multidimensional computation space of the quantum computer in order to find the hyperplane.When data is mapped from its input dimension into the Hilbert space of the quantum computer,it naturally cast into higher dimensional space. So, the QSVM performs better than SVM.

quantum-machine-learning-5's People

Contributors

itzzdeep 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.