Skip to content

Commit 1deb38b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5eeea82 commit 1deb38b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

neural_network/adaptive_resonance_theory.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)