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
+24-25Lines changed: 24 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## Cite us
2
+
* If you see my code and data useful and use it, please cite us as follows
3
+
4
+
* Nguyen, T., Tran, N., Nguyen, B. M., & Nguyen, G. (2018, November). A Resource Usage Prediction System Using Functional-Link and Genetic Algorithm Neural Network for Multivariate Cloud Metrics. In 2018 IEEE 11th Conference on Service-Oriented Computing and Applications (SOCA) (pp. 49-56). IEEE.
5
+
6
+
* Nguyen, T., Nguyen, B. M., & Nguyen, G. (2019, April). Building Resource Auto-scaler with Functional-Link Neural Network and Adaptive Bacterial Foraging Optimization. In International Conference on Theory and Applications of Models of Computation (pp. 501-517). Springer, Cham.
7
+
8
+
* If you want to know more about code, or want a pdf of both above paper, contact me: nguyenthieu2102@gmail.com
9
+
10
+
* Take a look at this repos, the simplify code using python (numpy) for all algorithms above. (without neural networks)
2. envs: include conda environment and how to install conda environment
@@ -26,6 +39,17 @@
26
39
* vms_real_used_CPU_RAM.csv (the real amount of CPU and RAM used in cloud): calculated by get_real_Vms_usages.py file
27
40
**_scipt.py: running files (*: represent model) such as flgann_script.py => FLNN + GA
28
41
42
+
## Model
43
+
1. ANN (1 HL) => mlnn1hl_script.py
44
+
2. FLNN => flnn_script.py
45
+
3. FL-GANN => flgann_script.py
46
+
4. FL-DENN => fldenn_script.py
47
+
5. FL-PSONN => flpsonn_script.py
48
+
6. FL-ABCNN => flabcnn_script.py
49
+
7. FL-BFONN => flbfonn_script.py
50
+
8. FL-ABFOLSNN => flabfonn_script.py
51
+
9. FL-CSONN => flcsonn_script.py
52
+
29
53
## Notes
30
54
1. To improve the speed of Pycharm when opening (because Pycharm will indexing when opening), you should right click to
31
55
paper and data folder => Mark Directory As => Excluded
@@ -46,28 +70,3 @@ multi_cpu : input model would be cpu and ram, output model would be cpu
46
70
multi_ram : input model would be cpu and ram, output model would be ram
47
71
multi : input model would be cpu and ram, output model would be cpu and ram
48
72
```
49
-
50
-
## Model
51
-
1. ANN (1 HL) => mlnn1hl_script.py
52
-
2. FLNN => flnn_script.py
53
-
3. FL-GANN => flgann_script.py
54
-
4. FL-DENN => fldenn_script.py
55
-
5. FL-PSONN => flpsonn_script.py
56
-
6. FL-ABCNN => flabcnn_script.py
57
-
7. FL-BFONN => flbfonn_script.py
58
-
8. FL-ABFOLSNN => flabfonn_script.py
59
-
9. FL-CSONN => flcsonn_script.py
60
-
61
-
## Publications
62
-
* If you see my code and data useful and use it, please cites us here
63
-
64
-
* Nguyen, T., Tran, N., Nguyen, B. M., & Nguyen, G. (2018, November). A Resource Usage Prediction System Using Functional-Link and Genetic Algorithm Neural Network for Multivariate Cloud Metrics. In 2018 IEEE 11th Conference on Service-Oriented Computing and Applications (SOCA) (pp. 49-56). IEEE.
65
-
66
-
* Nguyen, T., Nguyen, B. M., & Nguyen, G. (2019, April). Building Resource Auto-scaler with Functional-Link Neural Network and Adaptive Bacterial Foraging Optimization. In International Conference on Theory and Applications of Models of Computation (pp. 501-517). Springer, Cham.
67
-
68
-
* If you want to know more about code, or want a pdf of both above paper, contact me: nguyenthieu2102@gmail.com
69
-
70
-
* Take a look at this repos, the simplify code using python (numpy) for all algorithms above. (without neural networks)
0 commit comments