Showing 52 open source projects for "turing machine"

View related business solutions
  • Failed Payment Recovery for Subscription Businesses Icon
    Failed Payment Recovery for Subscription Businesses

    For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.

    FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
    Learn More
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 1
    Turing.jl

    Turing.jl

    Bayesian inference with probabilistic programming

    Bayesian inference with probabilistic programming.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Turing Machine gul

    Turing Machine gul

    Turing Machine simulator,

    This is a simple Turing Machine simulator, based in Busy Beaver Turing Machine model. Implemented in Squeak 6.0 programming language. Destined to developers interested in the theme.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Autograd

    Autograd

    Efficiently computes derivatives of numpy code

    Autograd can automatically differentiate native Python and Numpy code. It can handle a large subset of Python's features, including loops, ifs, recursion and closures, and it can even take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation), which means it can efficiently take gradients of scalar-valued functions with respect to array-valued arguments, as well as forward-mode differentiation, and the two can be composed arbitrarily....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Arduino IO Simulator Drag & Draw

    Arduino IO Simulator Drag & Draw

    Simulate your IO with the Arduino Simulator

    You bought an Arduino, What now? This Arduino Simulator is different than all the other simulators. If you don’t have components like sensors, Leds..., then this program will simulate the components for you. You need a real Arduino board for testing your programs with your computer. You can drag and drop the components in a worksheet and you can draw everything you want around it. It is also possible to load a background into the worksheet. You can also combine simulated...
    Downloads: 12 This Week
    Last Update:
    See Project
  • Data management solutions for confident marketing Icon
    Data management solutions for confident marketing

    For companies wanting a complete Data Management solution that is native to Salesforce

    Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
    Learn More
  • 5

    baffle

    Baffle Is an extension to Brainfuck language, it adds a stack, more

    baffle Is an extension to BF language (https://esolangs.org/wiki/brainfuck), which itself in turn is a extension of Turing machine. baffle extends BF by adding a stack, support for procedures, adding more arithmetic instructions, and a register. baffle can run original BF programs, and while it's not the fastest implementation of BF, but it's written in such a way that makes it easier to replace the instruction set, and to write similar languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OpenSeq2Seq

    OpenSeq2Seq

    Toolkit for efficient experimentation with Speech Recognition

    ...Its core goal is to give researchers a flexible, modular framework for building and training encoder–decoder architectures while fully leveraging distributed and mixed-precision training. The toolkit includes ready-made models for neural machine translation, automatic speech recognition, speech synthesis, language modeling, and additional NLP tasks such as sentiment analysis. It supports multi-GPU and multi-node data-parallel training, and integrates with Horovod to scale out across large GPU clusters. Mixed-precision support (float16) is optimized for NVIDIA Volta and Turing GPUs, allowing significant speedups and memory savings without sacrificing model quality. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    turing-s-machine

    Attempt to make a Turing's machine emulator

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Turing and Post Machines: C++ Simulators

    Turing and Post Machines: C++ Simulators

    Turing and Post Machines' C++ Simulators

    The C++-programs simulate : Nondeterministic/Deterministic Multitape Turing & Post Machines, Universal Turing Machine, Turing Machine with faults, failures and recovery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Speakable Programming for Every Language

    Speakable Programming for Every Language

    Your language to speak with all.

    This project has the language data for spel, the main new codebase is at: https://gitlab.com/liberit/pyac A computer programming language using human language syntax for human-to-human and human-to-computer communication with high precision, supporting many languages. Currently has alpha prototype support for analytic versions of the UN languages English, Mandarin Chinese, Spanish, Arabic, Russian...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn traffic into pipeline and prospects into customers Icon
    Turn traffic into pipeline and prospects into customers

    For account executives and sales engineers looking for a solution to manage their insights and sales data

    Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
    Learn More
  • 10

    Huffman codes on a Turing Machine

    Computing Huffman codes on a Turing Machine

    Computing Huffman codes on a Turing Machine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Fibonacci numbers on a Turing Machine

    Computing Fibonacci numbers on a Turing Machine

    Computing Fibonacci numbers on a Turing Machine https://arxiv.org/abs/cs/0601050
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Turing machine in Python

    A turing machine in Python

    A turing machine in Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    DataGenerationLanguage

    Generates random data for software/hardware testing

    ...Some of the enhancements include weighted (probabilistic) random selection, sequential selection, non-duplicated selection, sequential generation of all strings described by a portion of the grammar, and several others. The most important enhancement is variables that permit the right-hand side of selected productions to be created on the fly. DGL can emulate an arbitrary Turing Machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    turing machine simulation

    turing machine simulation

    turing machine simulation with gui

    A turing machine simulation. With infinite tape, and finite states of instructions, finite symbols language. Full operational, complete. Coded with reference to http://en.wikipedia.org/wiki/Turing_machine. Have fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    binary Turing Machine

    binary Turing Machine

    A Turing Machine Simulator

    Free binary Turing Machine simulator with a graphical user interface and possibility to save your files. Language : French (no translation available)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    EventStateAction2

    programmable event state action ruleset based responsive AI

    for responsive ai systems, an advanced event driven ruleset processor. much like a http://en.wikipedia.org/wiki/UML_state_machine , but better. contains priority levels, defered events, stacks, queues, statefilters, etc. multiple rulesets can be combined arbitrarily. serializes/deserializes to/from json. written in java. a framework for fully-programmable & turing complete event-driven automata that can be seemingly combined together. for example, if you combine a "search"...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    fvm2

    fvm2

    FVM2 - F Virtual Machine v2

    FVM2 is VM for running machines like Markov algorithms, Turing machine and so on. FVM2 has debugger with step mode and breakpoints. Goal of this project is to help students with studying Theory of computation. FVM2 shows how complex code works within a real machine. Currently the only implemented machine is Markov algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Turing Machine Simulator by s1n9l3t0n

    An easy turing machine simulator written in java/SWING

    An easy turing machine simulator written in java/SWING. In this phase, the project is not well documented, but I'm going to write down some lines or create a youtube tutorial in the future. Feel free to post any errors you have encountered during usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    STREK-PATCHWORK

    STREK-PATCHWORK

    A rougelike dungeon-crawler engine plus client

    ...Rungine, a dungeoncrawler-engine. 2. STREK-patchwork, a pseudo-Steam client. 3. CryPlay-Engine: The first CMD-game-engine I've made. Additional tools: -Jahama XD'37 Keyboard -TuringScripts turing machine simulator -NeyDraw textual graphics designer -HitchHiker3D-Studio Made with Batch and external programs. __________________________________________ PLAN: -Additional games for the STREK-patchwork [%50%:Plenty of things I could include, but no games. -Add inventory and other stuff [%25%:Preparing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The C++-programs simulate : Nondeterministic/Deterministic Multitape Turing & Post Machines, Universal Turing Machine, Turing Machine with faults, failures and recovery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    nanoTuring

    nanoTuring

    A minimal Turing machine simulator

    https://github.com/thibaultduponchelle/nanoturing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    fiftyfifty

    fiftyfifty is a programming language and game

    As you may recall, a Turing-machine is an all-purpose computer. A Turing-machine has a memory that consists of a track or line of data. On the track, a read-/write-head is moving. The read-write head itself is a state engine, which is affected by the input from the track, and which decides what to write on the track, and where to read the next input, by "moving" the head back or forth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Turing machines in silverlight

    Turing machine simulator in Silverlight 4.0

    Turing machine simulator with some preconfigured machine configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Turing Machine Emulator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Turing Machine I
    Turing Machine simulation realized in Smalltalk source code for Squeak environment. Small program idealized for Computer Science and Health Informatics education.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB