ABSTRACT

One of the most significant steps in software design was the development of the compiler. The compiler translates and optimizes high-level instructions to machine code. It separates code from the underlying hardware such that high-level descriptions can be compiled to work on various hardware architectures, ideally, with no changes to the code itself. In the neuromorphic world, a neuro-compiler would translate a high-level description of a SNN into low-level neuron specifications. One framework which allows such compilation is Nengo, powered by the NEF. In this chapter, we will learn about the basics of the NEF and see how it can come to life with Nengo. This chapter's didactic approach was inspired and modified (with permission) from the course notes for SYDE 556: Simulating Neurobiological Systems, offered by Chris Eliasmith at the University of Waterloo.