Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 423 Bytes

NNSharp

Adaptive neural network Fuzzy ARTMAP implementation for my bachelor's degree project

This project has purpose to imporove and find the better way to apply Fuzzy ARTMAP neural network. I implments both original one and my adapted ones. The struture of code can be reused by extending from existing classes in this project.

Hope that this can help others to not start implment the algorithms from scratch.