@@ -5,21 +5,21 @@ class ART1:
55 """
66 Adaptive Resonance Theory 1 (ART1) model for binary data clustering.
77
8- This model is designed for unsupervised learning and clustering of binary
9- input data. The ART1 algorithm continuously learns to categorize inputs based
10- on their similarity while preserving previously learned categories. This is
11- achieved through a vigilance parameter that controls the strictness of
8+ This model is designed for unsupervised learning and clustering of binary
9+ input data. The ART1 algorithm continuously learns to categorize inputs based
10+ on their similarity while preserving previously learned categories. This is
11+ achieved through a vigilance parameter that controls the strictness of
1212 category matching, allowing for flexible and adaptive clustering.
1313
14- ART1 is particularly useful in applications where it is critical to learn new
15- patterns without forgetting previously learned ones, making it suitable for
14+ ART1 is particularly useful in applications where it is critical to learn new
15+ patterns without forgetting previously learned ones, making it suitable for
1616 real-time data clustering and pattern recognition tasks.
1717
1818 References:
19- 1. Carpenter, G. A., & Grossberg, S. (1987). "A Adaptive Resonance Theory."
19+ 1. Carpenter, G. A., & Grossberg, S. (1987). "A Adaptive Resonance Theory."
2020 In: Neural Networks for Pattern Recognition, Oxford University Press.
21- 2. Carpenter, G. A., & Grossberg, S. (1988). "The ART of Adaptive Pattern
22- Recognition by a Self-Organizing Neural Network." IEEE Transactions on
21+ 2. Carpenter, G. A., & Grossberg, S. (1988). "The ART of Adaptive Pattern
22+ Recognition by a Self-Organizing Neural Network." IEEE Transactions on
2323 Neural Networks, 1(2). DOI: 10.1109/TNN.1988.82656
2424 """
2525
0 commit comments