C++ implementation of high-performance associative neural networks models based on pseudo-inverse learning rule, also known as projection rule or attractor-based rule
Features
- This project is based on the work and PhD thesis of Dmitry O. Gorodnichy and Oleksiy K. Dekhtyarenko
- Implementation of most known and efficient learning rules for associative Hopfield-like attractor-based neural network
Categories
Neural Network LibrariesFollow PINNLib
Other Useful Business Software
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Rate This Project
Login To Rate This Project
User Reviews
-
Very useful library and sample codes to understand and implement associative neural networks, can be used to implement many associative recognition tasks, such as face recognition. The only available free codes for this type of neural networks. Great for students and researchers!