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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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!