The purpose of this computer program is to allow the user to construct, train and test differenttype - 资源详细说明
The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures and duplicate attributes is reduced. Utilizing dynamic binding and memory allocationafforded by C++, the user can choose to develop four separate types of neural networks:
The purpose of this computer program is to allow the user to construct, train and test differenttype - 源码文件列表