Projects in Awesome Lists tagged with turing
A curated list of projects in awesome lists tagged with turing .
https://github.com/turinglang/turing.jl
Bayesian inference with probabilistic programming.
artificial-intelligence bayesian-inference bayesian-neural-networks bayesian-statistics hamiltonian-monte-carlo hmc julia-language machine-learning mcmc probabilistic-graphical-models probabilistic-inference probabilistic-models probabilistic-programming turing
Last synced: 29 Apr 2026
https://github.com/TuringLang/Turing.jl
Bayesian inference with probabilistic programming.
artificial-intelligence bayesian-inference bayesian-neural-networks bayesian-statistics hacktoberfest hamiltonian-monte-carlo hmc julia-language machine-learning mcmc probabilistic-graphical-models probabilistic-inference probabilistic-models probabilistic-programming turing
Last synced: 15 Mar 2025
https://github.com/huihut/Facemoji
😆 A voice chatbot that can imitate your expression. OpenCV+Dlib+Live2D+Moments Recorder+Turing Robot+Iflytek IAT+Iflytek TTS
ai chatbot chatbots dlib emoji face-detection facial-expression-recognition gif iat iflytek live2d opencv tts turing turing-machine unity voice-chat
Last synced: 25 Apr 2025
https://github.com/huihut/facemoji
😆 A voice chatbot that can imitate your expression. OpenCV+Dlib+Live2D+Moments Recorder+Turing Robot+Iflytek IAT+Iflytek TTS
ai chatbot chatbots dlib emoji face-detection facial-expression-recognition gif iat iflytek live2d opencv tts turing turing-machine unity voice-chat
Last synced: 30 Sep 2025
https://github.com/storopoli/Bayesian-Statistics
Bayesian statistics graduate course
bayesian bayesian-statistics course julia probabilistic-programming probability stan turing
Last synced: 09 Oct 2025
https://github.com/storopoli/bayesian-statistics
Bayesian statistics graduate course
bayesian bayesian-statistics course julia probabilistic-programming probability stan turing
Last synced: 26 Jan 2026
https://github.com/storopoli/bayesian-julia
Bayesian Statistics using Julia and Turing
bayesian-statistics julia turing tutorials
Last synced: 09 Apr 2025
https://github.com/statisticalrethinkingjulia/turingmodels.jl
Implementations of the models from the Statistical Rethinking book with Turing.jl
franklin julia-language mcmc statisticalrethinking turing turinglang
Last synced: 21 Oct 2025
https://github.com/turinglang/turingglm.jl
Bayesian Generalized Linear models using `@formula` syntax.
bayesian-inference bayesian-statistics hmc julia-language mcmc turing
Last synced: 06 Apr 2025
https://github.com/kelvindecosta/alan
:computer: A programming language for designing Turing Machines.
computation langauge turing turing-machine
Last synced: 12 Jan 2026
https://github.com/storopoli/Turing-Workshop
DEPRECATED IN FAVOR OF TuringLang/Turing-Workshop
bayesian-statistics epidemiological-models julia turing tutorials
Last synced: 26 Mar 2025
https://github.com/j2kun/art-turing-ellipse
A six-panel artistic rendition of Alan Turing
approximation art programming turing
Last synced: 07 Feb 2026
https://github.com/turinglang/ellipticalslicesampling.jl
Julia implementation of elliptical slice sampling.
julia-language markov-chain-monte-carlo mcmc slice-sampling turing
Last synced: 18 Jun 2025
https://github.com/dominiquemakowski/cognitivemodels
Cognitive Models: Computational Modeling of Cognitive Processes with Bayesian Mixed Models in Julia
bayesian book cognitive ddm drift-diffusion julia mixed-models models random-factors reaction-time statistical-analysis turing tutorial
Last synced: 14 Oct 2025
https://github.com/TuringLang/EllipticalSliceSampling.jl
Julia implementation of elliptical slice sampling.
julia-language markov-chain-monte-carlo mcmc slice-sampling turing
Last synced: 04 May 2025
https://github.com/egaoharu-kensei/flash-attention-triton
Cross-platform FlashAttention-2 Triton implementation for Turing+ GPUs with custom configuration mode
ampere attention attention-mechanism blackwell deep-learning flash-attention flash-attention-2 flashattention gpu hopper implementation implementation-from-scratch large-language-models llm machine-learning optimization pytorch transfromers triton turing
Last synced: 15 Jan 2026
https://github.com/mrloldev/turing-ai
A website to interact with the most powerful AIs for free
Last synced: 26 Feb 2026
https://github.com/malekmfs/enigma
An Enigma machine simulator written in Scala
chat cipher command-line cryptography enigma enigma-machine turing
Last synced: 14 Apr 2025
https://github.com/yanncam/visualcaptchabreaker
Breaking 100% VisualCaptcha.net
captcha captcha-breaking captcha-solver captcha-solving turing visualcaptcha
Last synced: 19 Jun 2025
https://github.com/romhenri/computers-lore
Learning platform about the History of Computers.
computer-science computers turing
Last synced: 16 Aug 2025
https://github.com/JamesHinshelwood/RegisterMachineInterpreter
Register machine interpreter written in C
computation-theory interpreter packer register-machine register-machine-interpreter register-programs registers turing
Last synced: 11 May 2025
https://github.com/made2591/go-tm
A Golang library to implement both deterministic and non deterministic Turing machines easily.
computable computational go golang interfaces machine patterns theory turing
Last synced: 31 May 2026
https://github.com/apozzi/turing-craft
Turing Craft is visual tool for creating Universal Turing machine (UTM) using graphs. It supports Web and Desktop. Design, simulate, and explore the behavior of Turing machines.
graph-drawing graph-editor turing turing-machine turing-machine-simulator turing-machines
Last synced: 05 May 2026
https://github.com/dominiquemakowski/subjectivescalesmodels.jl
A Julia package for Beta-like regression models useful for subjective scales data (Likert scales, analog scales, ...)
analog bayesian beta beta-regression cognitive julia likert ordbeta ordered scales survey turing
Last synced: 23 Feb 2026
https://github.com/itsflores/projectile-simulator
A realistic projectile simulator made in Turing
physics projectile-motion-simulation turing
Last synced: 07 Mar 2026
https://github.com/hugovk/mucletters
An epistolary novel of love letters for NaNoGenMo 2015
christopher-strachey digital-art digital-literature love-letters manchester-university-computer nanogenmo turing
Last synced: 02 Oct 2025
https://github.com/tbhaxor/golang-turing-tutorial
This repository contains the codes used in the turing.com golang post
blog go-google go-programming golang snippets source-code turing tutorial tutorial-code tutorials
Last synced: 14 Mar 2025
https://github.com/pzuehlke/turing-machine-tape-generator
A Python function which generates LaTeX code for displaying the tape of a Turing machine
latex python tikz turing turing-machine
Last synced: 21 May 2026
https://github.com/angeligareta/turing-machine
Implementation of a Turing Machine in C++, a model of computation that defines an abstract machine that manipulates symbols on a tape according to the machine rules.
cpp turing turing-machine turing-machine-simulator
Last synced: 16 Mar 2025
https://github.com/henryhale/enigma
🔐 A basic simulation of the Enigma machine
cipher cryptography decryption encryption enigma enigma-machine enigma-simulator henryhale ts turing
Last synced: 19 Jul 2025
https://github.com/ishaansathaye/csc445-theorycomputationi
Fall 2024 Cal Poly CSC 445 Theory of Computation I
computation graphs theory-of-computation turing
Last synced: 19 Mar 2026
https://github.com/paiswillie/chrome-dino
Recreation of Google Chrome's Dino Run game using Turing programming language.
chrome-dino game recreation turing
Last synced: 18 Mar 2026
https://github.com/azeemmirza/calcuring
A calculator implemented using turing machine
calculator python python3 turing turing-machine-simulator
Last synced: 28 Apr 2026
https://github.com/danielledeleo/tlang
A new implementation of Turing built on LLVM
Last synced: 02 May 2026
https://github.com/parthapray/cognitive-turing-machine
This repo contains content related to newly introduced first ever proposed AI complexity theoretical framework "Cognitive Turing Machine"
ai cognitive complexity machine theory turing
Last synced: 27 Feb 2025
https://github.com/dpbm/turing-machine
A turing machine automaton based library for studies.
alan-turing automaton bash computer-science finite-state-machine formal-languages gh-packages gradle java junit maven opensuse ossrh shell studies suse tests turing turing-machine university
Last synced: 16 Apr 2026
https://github.com/dipto9999/career_informational_gui
School Project to Explore GUI
Last synced: 14 Feb 2026
https://github.com/mateusfg7/enigma.py
Enigma Machine Simulator
enigma enigma-simulator turing turing-machine
Last synced: 09 Oct 2025
https://github.com/e1izabeth/turing
Simple implementation of Turing machine for ITMO course Discrete maths
discrete-mathematics itmo turing turing-machine turing-machine-simulator
Last synced: 05 Apr 2025
https://github.com/rajatasusual/llama-turing
A fun take on a famous experiment, the Turing Test, and with a similar objective - how test how smart ( or deceptive) a machine is. The game is played between three computer agents - three Language Models. The objective for them is to convince the other two agents that you are a machine. There are penalties, judgement and bonkers fun.
ai conversational-ai experiment game generative-ai llama turing
Last synced: 14 May 2026
https://github.com/mikolajszymczuk1/turingmachine
Python implementation of Turing Machine
alghorithm object-oriented-programming python3 turing turing-machine
Last synced: 24 Feb 2025
https://github.com/gabrielemaurina/while-machine
While Abstract Machine implemented in python.
abstract-machine python turing turing-complete turing-machine while while-abstract-machine
Last synced: 18 Jun 2025
https://github.com/scottgriv/python-turing_machine
A Turing machine is a mathematical model of computation describing an abstract machine that manipulates symbols on a strip of tape according to a table of rules. Despite the model's simplicity, it is capable of implementing any computer algorithm.
python turing turing-complete turing-machine
Last synced: 01 Apr 2025
https://github.com/dunningkrueg/turing-forum
a developers forum discussions
developer-forum forum forum-site nextjs turing typescript
Last synced: 02 Mar 2025
https://github.com/hendersontrent/gp-bank
Stores a bank of Gaussian process models that I can reuse/adapt as I need
bayesian-inference gaussian-processes machine-learning probabilistic-programming turing
Last synced: 07 Feb 2026
https://github.com/harmim/vut-fit-project
Dějiny a filozofie techniky - Semestrální práce - Alan Turing
alan-turing cryptoanalysis enigma fit history history-of-computer-science philosophy turing turing-completeness turing-machine turing-test vut vut-fit
Last synced: 11 Jan 2026
https://github.com/dipto9999/hangman
Simple Game written in Turing programming language.
game procedural-programming turing
Last synced: 26 Feb 2026
https://github.com/bayesianrl/nonparametricvi.jl
Nonparametric Variational Methods for Approximate Bayesian Inference
bayesian-inference bayesian-methods bayesian-statistics julia julia-language kernel-methods probabilistic-models probabilistic-programming sampling turing variational-inference
Last synced: 01 Apr 2025
https://github.com/pedromsilvapt/turing-machine
A simplistic simulation of turing machines written in TypeScript
automata graphs machine nodejs turing typescript
Last synced: 12 Apr 2026
https://github.com/b1z0n/turingmachine
Classes for using a Turing Machine and useful macroses
macros python3 turing turing-machine
Last synced: 09 Apr 2025
https://github.com/tbhaxor/turing-django-guide
blog django getting-started python turing
Last synced: 28 Apr 2026
https://github.com/t-alfers/rasch-turing
Fitting a 1PL IRT model (or Rasch model) using Turing.jl.
irt julia psychometrics rasch turing
Last synced: 27 May 2026
https://github.com/patrickm663/rugby-sim.jl
A Bayesian approach to simulate the United Rugby Championship
bayesian-inference julia probabilistic-programming rugby turing
Last synced: 06 Mar 2025
https://github.com/tadiusfrank2001/cs101-theory-of-computation-and-languages
Investigate models of computation, formal languages, and computability in Haskell to build an Interpreter
automota context-free-grammar finite-state-machine halting-problem lexical-analysis parsing parsing-expression-grammar pumping-lemma regular-language turing turing-machine
Last synced: 13 Jun 2025