SOM Clustering Analysis of Stock Prices Using Python
A clustering analysis is performed on a vector composed of the closing prices of stocks and several important moving average prices, attempting to identify trend characteristic classifications, which can serve as a basis for position management. The following code has been debugged using Spyder, but the classification results are not ideal, and different parameters need … Read more