Skip to content

Pankaj-Baranwal/Communication-Bootstrapping-v1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Communication Bootstrapping v1.0

(An exercise in software archaeology.)

This is a modernized transcription of the code from the appendix of Jake Beal's master's thesis (2002), which implements A Robust Algorithm for Bootstrapping Communications. In Jake Beal's PhD thesis (2007), Learning by Learning to Communicate, this algorithm is referred to as Communication Bootstrapping v1.0. A follow up by Jake Beal and Gerry Sussman is Engineered Robustness by Controlled Hallucinations.

Runs in Chez Scheme:

(load "main.scm")
(test (train))

Warning: the code does not work (yet), as there is not a single success after training. :(

About

appendix of Jake Beal's master thesis (2002)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scheme 100.0%