Bhaskar Kumar commited on
Commit
ce885e8
1 Parent(s): 09dec78

Initial commit of my Keras model

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,2 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # My Keras Model
2
  This is a custom Keras model uploaded to Hugging Face Hub.
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - keras
5
+ - time-series
6
+ - lstm
7
+ - regression
8
+ datasets:
9
+ - output8.csv
10
+ metrics:
11
+ - mean_squared_error
12
+ model_name: my_model
13
+ ---
14
+
15
+ # My Model
16
+
17
+ This model is a simple LSTM network built with Keras for predicting time series data.
18
+
19
+
20
+
21
+
22
  # My Keras Model
23
  This is a custom Keras model uploaded to Hugging Face Hub.