Git Product home page Git Product logo

Comments (4)

edanweis avatar edanweis commented on August 17, 2024

A PyData 2019 presentation by Suyog S Swami has described one such approach.

from typeql.

neomatrix369 avatar neomatrix369 commented on August 17, 2024

@edanweis Have a look at the enhancement issue #70 - similar ideas I think

from typeql.

JRWest2000 avatar JRWest2000 commented on August 17, 2024

Tread carefully

there are several major pitfalls hidden in machine learning when applied to this kind of propleam.

  1. Current ML is just statistical guessing and will make a guess even when the input does not have any logical meaning
  2. The returned guess will change over time if you use a ML system that evolves with time and changes to the base Graql language. So every change to Graql or update to the training set will be a breaking change.
  3. Minor differences, even the placement of a comma, are likely make for generated output queries that exhibit wildly different befavaries and thus results.
  4. Since the query generated is the result of a statistical guess and not a logical analyst of the english language input debugging the english input becomes impossible because changes to the logic of the input will not map to changes in the logic of the output query only to some unknowable statistical relationship between the actual input and the training input/output pairs.

from typeql.

metacritical avatar metacritical commented on August 17, 2024

Depends on the use case I suppose, if one were to write a chatbot engine it might be useful.

from typeql.

Related Issues (20)

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.