Skip to content

Commit ec0464a

Browse files
author
Sam Green
authored
Update README.md
1 parent 0870c84 commit ec0464a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Downscaling climate model using GPU-enabled machine learning.
33

44
Updated: 07/11/22
55

6+
# Paper info:
7+
8+
9+
10+
11+
12+
# Code:
13+
614
Two machine learning methods were used to approach this task. The first method uses a Multi layer perceptron (MLP) model using pytorch The second method uses a multivariate linear regression model and Random Forest (MLR_RF) using Scikit-learn.
715

816
The serial version of both methods work fine and have comparable results, they're just slow to run. The pytorch method has received the most recent development in terms of speeding-up but the scikit-learn method will be worked on in the future using RAPIDs.

0 commit comments

Comments
 (0)