yohannes-07 commited on
Commit
31d7063
·
verified ·
1 Parent(s): 529cce1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - timeseries
5
+ - lstm
6
+ - healthcare
7
+ - blood-demand
8
+ library_name: keras
9
+ ---
10
+
11
+ # lstm-blood-demand-predictor
12
+
13
+ ## Model Description
14
+ LSTM-based time series predictor for blood bank demand forecasting.
15
+
16
+ ## Training Data
17
+ - Features: 14 timesteps × 8 features
18
+ - Targets: 7 output dimensions
19
+
20
+ ## Performance
21
+ - Validation MAE: 0.0312
22
+ - Last updated: 2025-05-18