Update README.md
Browse files
README.md
CHANGED
|
@@ -31,14 +31,6 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
| 31 |
|
| 32 |
## How to Get Started with the Model
|
| 33 |
|
| 34 |
-
Use the code below to get started with the model.
|
| 35 |
-
|
| 36 |
-
```import torch
|
| 37 |
-
```from torchvision import models
|
| 38 |
-
```import pickle
|
| 39 |
-
|
| 40 |
-
# Load the model
|
| 41 |
-
|
| 42 |
|
| 43 |
|
| 44 |
## Training Details
|
|
@@ -47,7 +39,7 @@ Use the code below to get started with the model.
|
|
| 47 |
|
| 48 |
The model was trained on the Kaylah072001/Stock_Graphs_Dataset, which includes stock chart images and corresponding price data. Technical indicators were extracted using the ta library.
|
| 49 |
|
| 50 |
-
|
| 51 |
|
| 52 |
### Training Procedure
|
| 53 |
|
|
@@ -88,11 +80,4 @@ Accuracy
|
|
| 88 |
|
| 89 |
|
| 90 |
|
| 91 |
-
### Results
|
| 92 |
-
|
| 93 |
-
[More Information Needed]
|
| 94 |
-
|
| 95 |
-
#### Summary
|
| 96 |
-
|
| 97 |
-
|
| 98 |
|
|
|
|
| 31 |
|
| 32 |
## How to Get Started with the Model
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
|
| 36 |
## Training Details
|
|
|
|
| 39 |
|
| 40 |
The model was trained on the Kaylah072001/Stock_Graphs_Dataset, which includes stock chart images and corresponding price data. Technical indicators were extracted using the ta library.
|
| 41 |
|
| 42 |
+
|
| 43 |
|
| 44 |
### Training Procedure
|
| 45 |
|
|
|
|
| 80 |
|
| 81 |
|
| 82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
|