Neural networks : Introduction : Programming (1 of 7)

During our search for neural information, we learned that it is hard to find some easy comprehensively information about how neural networks are programmed. Therefore we will describe how the programs used on this page are programmed.

It would be a good idea to know about Delphi or Pascal, but if you don't it doesn't mean that the following information is useless. It should be understandable even if you are programming in another language.

Some programmers will find that the mathematics is much easier to understand when written as algorithms. This is true. Much of the mathematics only looks difficult because of the many neat symbols and algebra.

At first we will go through how some of the mathematics can be implemented as object-pascal source.

Previous Next