Giter Site home page Giter Site logo

microsoft / mlads2018-quantumml Goto Github PK

View Code? Open in Web Editor NEW
48.0 25.0 27.0 3.08 MB

Introduction to Quantum Machine Learning tutorial: Building a quantum perceptron using Microsoft Quantum Development Kit

License: MIT License

C# 32.98% Q# 67.02%

mlads2018-quantumml's Issues

Inconsistency between documentation and code

The version of ClassicalDriver.cs in the repo refers incorrectly to the already implemented QuantumClassifier_SuccessRate_Easy and not to QuantumClassifier_SuccessRate, so when you run the code for the first time it already works, contradicting the readme notes.

Error generating data angles

The version of the code as-is always generates values (considering that the seed of the random generator is fixed at 123) between Min -0.978941001912466 and Max 4.94084872741803.

However the code of the driver states:

// Do a ternary search on the classification angle (we know that the angle is between 0 and 2*PI).

and then the boundaries are set at:

double l = 0.0, r = 2 * Math.PI;

I'd either fix the code to generate values in the correct range, or fix the comment and ranges.

Wrong definition of SaveAsCsv

It is:

static void SaveAsCsv(double[] data, int[] labels)

should be:

static void SaveAsCsv(double[] data, long[] labels)

Generates a compilation error when uncommenting the SaveAsCsv call.

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.