Skip to content

Commit 4cd33ad

Browse files
authored
Update README.md
1 parent 2a730f4 commit 4cd33ad

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

README.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff 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)
11+
12+
* https://github.com/thieunguyen5991/metaheuristics
13+
114
## How to read my repository
215
1. data: include raw and formatted data
316
2. envs: include conda environment and how to install conda environment
@@ -26,6 +39,17 @@
2639
* vms_real_used_CPU_RAM.csv (the real amount of CPU and RAM used in cloud): calculated by get_real_Vms_usages.py file
2740
* *_scipt.py: running files (*: represent model) such as flgann_script.py => FLNN + GA
2841

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+
2953
## Notes
3054
1. To improve the speed of Pycharm when opening (because Pycharm will indexing when opening), you should right click to
3155
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
4670
multi_ram : input model would be cpu and ram, output model would be ram
4771
multi : input model would be cpu and ram, output model would be cpu and ram
4872
```
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)
71-
72-
* https://github.com/thieunguyen5991/metaheuristics
73-

0 commit comments

Comments
 (0)