Pagoda – a Tichu ML Powered game trained on human games
Neural net bots trained on human data finally make solo Tichu practice viable.
Self-learning system of ANNs designed to securely encrypt and transmit messages while constantly upgrading the encryption algorithm.
Academic neural cryptography with error correction—interesting research, niche application.
Cryptography researchers, ML security practitioners, academic projects
Google Brain neural cryptography research · TensorFlow Encrypted
I built NeuroSync originally as a final year school project to explore Neural Cryptography. The main idea is the use of adversarial learning to train two NNs (Alice and Bob) to encrypt and decrypt data while a third one (Eve) is trying to break the cipher. While that isn't new I made it into a usable library with an interface that allows to easily switch parameters and experiment with them to help research in this field.
To make it functional, I implemented a hash-based correction system to ensure 100% decryption accuracy (bypassing the usual 0.2% probabilistic errors of neural synchronization), alongside packet sequencing and periodic key changes.
It is definitely still a work in progress, and the "Eve" (attacker) network currently needs a lot of work. But the first version is usable and the core communication protocol works.
I added a Jupyter Notebook in the repo so you can test the key exchange and encryption without setting anything up. I'm sharing this mostly to get your feedback, hear your ideas, and maybe find some folks interested in this field too.
Would love to hear your thoughts or critiques!
Neural net bots trained on human data finally make solo Tichu practice viable.
Training can't fix hallucinations—verify externally instead. Backed by surprising RLVF data.
Python proxy combining NIST post-quantum crypto with nine-layer active defense and containment.
Cross-architecture knowledge transfer via activation tokens, but benchmarks lack rigor and baselines.
Data-oblivious quantization beats Product Quantization on online updates.
Direct ANE access bypasses CoreML to enable training—genuinely novel Apple Silicon unlock.