prabinpanta0
commited on
Commit
•
01dcf89
1
Parent(s):
7117c68
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,19 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
language: en
|
4 |
-
metrics: mean_squared_error
|
5 |
library_name: tf-keras
|
|
|
|
|
|
|
6 |
tags:
|
7 |
- temperature-conversion
|
8 |
- celsius-to-fahrenheit
|
9 |
- tensorflow
|
10 |
- neural-network
|
11 |
-
|
12 |
-
- prabinpanta0/celsius-to-fahrenheit
|
13 |
-
pipeline_tag: tabular-regression
|
14 |
---
|
|
|
15 |
# My Temperature Conversion Model
|
16 |
|
17 |
This model is a simple neural network that converts temperatures from Celsius to Fahrenheit.
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- prabinpanta0/celsius-to-fahrenheit
|
4 |
language: en
|
|
|
5 |
library_name: tf-keras
|
6 |
+
license: mit
|
7 |
+
metrics: mean_squared_error
|
8 |
+
pipeline_tag: tabular-regression
|
9 |
tags:
|
10 |
- temperature-conversion
|
11 |
- celsius-to-fahrenheit
|
12 |
- tensorflow
|
13 |
- neural-network
|
14 |
+
|
|
|
|
|
15 |
---
|
16 |
+
|
17 |
# My Temperature Conversion Model
|
18 |
|
19 |
This model is a simple neural network that converts temperatures from Celsius to Fahrenheit.
|