Kaylah072001 commited on
Commit
e4d57c2
·
verified ·
1 Parent(s): 11db186

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -11,4 +11,34 @@ CNN with 3 convolutional layers, max pooling, and 2 dense layers
11
  Trained on custom stock chart image dataset
12
  Binary classification (bullish vs bearish)
13
  datasets:
14
- Custom stock chart image dataset (train/val/test splits)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  Trained on custom stock chart image dataset
12
  Binary classification (bullish vs bearish)
13
  datasets:
14
+ Custom stock chart image dataset (train/val/test splits)
15
+
16
+ Model Overview
17
+ This Convolutional Neural Network (CNN) classifies stock chart images as bullish or bearish, using a binary classification approach to predict market trends based on visual patterns.
18
+
19
+ Model Details
20
+ Architecture: Sequential CNN with 3 Convolutional layers, MaxPooling, Flatten, and 2 Dense layers
21
+ Input: RGB images (150x150 pixels)
22
+ Output: Binary classification (0 for bearish, 1 for bullish)
23
+ Training Data: Custom dataset of stock chart images, split into train/validation/test sets
24
+ Metrics: Accuracy, Precision, Recall, F1-Score
25
+
26
+ Intended Use
27
+ Primary Use: Automated classification of stock chart patterns
28
+ Intended Users: Financial analysts, traders, automated trading systems
29
+ Out-of-Scope Uses: Real-time trading decisions without human oversight, long-term market predictions
30
+ Performance and Limitations
31
+ Metrics: Accuracy: 0.57
32
+
33
+ Limitations:
34
+ Binary classification only
35
+ May not capture complex market dynamics
36
+ Performance depends on training data quality
37
+ Ethical Considerations
38
+ Potential for dataset-based biases
39
+ Not to be used as sole basis for financial decisions
40
+ May perpetuate existing market trends
41
+ Caveats and Recommendations
42
+ Regular retraining with recent data recommended
43
+ Use alongside other analysis tools and human expertise
44
+ Consider expanding to multi-class classification