Object-oriented way for designing neural networks

Jozef Kratica
Milan Vugdelija

Abstract

This paper describing object-oriented way for designing neural networks. Using that way, we made universal-type neural network in C++ programming language. This neural network used "back propagation" technic.

This approach provides all benefits of object-oriented way for developing software (data abstraction, class hierarchy, inheritance, polymorphism, etc.), with performance equal to realization in arbitrary low level programming language.

Back to Jozef's Papers Home Page | Back to Jozef's Home Page

Hosted by www.Geocities.ws

1