|
Although experienced in Lisp and Pop-11, the classic
AI languages, until recently C has been my language of choice for
scientific programming. ANSI C is fast, simple and well understood,
further, C is supported on almost all architectures including microprocessors
such as the PIC or M68k. |
|
Here are the source files for a two tier multi-layered perceptron
or feed-forward neural network. This
sort of algorithm can be 'trained' for pattern recognition or regression
tasks and is a common tool in artificial intelligence research.
Such biologically inspired computation is met with increasing interest
in the games industry and in financial planning.
Hop to the robotics page for examples
of programming embedded microprocessors.
|
|