bubai567 commited on
Commit
4035c41
·
1 Parent(s): 5a9c9d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -23,8 +23,7 @@ It achieves the following results on the evaluation set:
23
 
24
  ## Model description
25
 
26
- More information needed
27
-
28
  ## Intended uses & limitations
29
 
30
  More information needed
 
23
 
24
  ## Model description
25
 
26
+ This model has been trained using 30 days of Nifty index data at 30-minute intervals. In this training dataset, signal values are represented as follows: 1 for peak signals, -1 for valley signals, and 0 for stay signals. The Smooth Z-Score method is employed to extract training samples. For example, a 30x10 input sample might look like this: 0 0 -1 -1 0 0 1 0 0 1. This model uses these samples to predict the direction of the Nifty index for the next 30 minutes.
 
27
  ## Intended uses & limitations
28
 
29
  More information needed