Candle Stick Patterns (500+ Unique)
40x40 sized 35k+ images for FE & unsupervisedLearning: clustering, autoencoder
@kaggle.mineshjethva_candle_stick_patterns
40x40 sized 35k+ images for FE & unsupervisedLearning: clustering, autoencoder
@kaggle.mineshjethva_candle_stick_patterns
OHLC data is generated using random walk. Later it was used to create images for the development of a Computer Vision-based model.
The data is generated artificially keeping in mind to cover all possible patterns.
You can read more about OHLC, Random Walk.
CREATE TABLE ohlc (
"unnamed_0" TIMESTAMP -- Unnamed: 0,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE
);Anyone who has the link will be able to view this.