NEURAL MACHINES
Updated 81 days ago
Common Lisp, CL, is an incredibly valuable resource for software development. A vast wealth of advanced software packages exists in archived CL vaults in the field of productions systems, intelligence search algorithms, natural language processing and programming compiler development... In Mlisp, we use lots of CL style code. For example, "defun" is "def". "Defmacro" is "macro". The "lambda" procedure in CL can be used like lambda in Scheme... Around 2001, I started to concentrate on how groups of neurons work together in temporal synchronization. The classical computer models of the neural network seem to be a dead end, so I sort of followed my intuition and committed to studying the temporal analysis of neural signals. For example, in a synthetic circuit the synapse of a particular neuron can occur only when a particular set of neurons have previously fired. This synchronization depends on when each neuron synapses relative to each other in the circuit. This fact led me to study..
Associated domains: solitarywaves.com