You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
# Building Algorithms from scratch for prediction of Average GPU run time and classifying a run type as high or low time consuming.
2
-
As part of this project, I have developed algorithms from scratch using Gradient Descent to predict average GPU Run Time and
2
+
As part of this project, I have developed algorithms from scratch using Gradient Descent method to predict average GPU Run Time and
3
3
classify a run process in GPU as high or low time consuming.
4
4
5
5
The main focus of this project is to successfully create algorithms from scratch using Gradient Desent method for prediction and binary classfication.
6
6
7
-
In this project, we have performed various experimentations by varying the learning rate(α) and the threshold value for convergence and
8
-
have observed the changes in the performance of the algorithms both in prediction and classification.
9
-
Similarly, we have performed feature selection both by random selection and based on their importance as per our observations to
10
-
experiment on the changes in the prediction and classification performance and choose the best model with most significant features.
7
+
In this project, we have performed various experimentations by varying the learning rate(α) and the threshold value for convergence. We
8
+
have observed the changes in the performance of the algorithms both in prediction and classification model.
9
+
Similarly, we have performed feature selection both by random selection and based on their importance. The prediction and classification performance were further evaluated and the best model with most significant features was finalized.
0 commit comments