An open API service indexing awesome lists of open source software.

https://github.com/ashermancinelli/oo-nn

Code as I work through `Object-Oriented Neural Networks in C++` by Joey Rogers. Code in book is outdated and not meant to run on linux, so this is my code as I update and convert to an all-libre build. Networks made are: ADALINE, Backpropagation, Bideractional Associative Memory, and Self-Organizing Neural Networks.
https://github.com/ashermancinelli/oo-nn

nerual-network object-oriented-programming

Last synced: 9 months ago
JSON representation

Code as I work through `Object-Oriented Neural Networks in C++` by Joey Rogers. Code in book is outdated and not meant to run on linux, so this is my code as I update and convert to an all-libre build. Networks made are: ADALINE, Backpropagation, Bideractional Associative Memory, and Self-Organizing Neural Networks.

Awesome Lists containing this project