From b864f23999d810a482d0f279196108c40fe54de9 Mon Sep 17 00:00:00 2001 From: "Sridhar K. N. Rao" Date: Fri, 10 Jun 2022 16:36:42 +0530 Subject: [DOCS] This patch adds documentation. Documentation. Fixed some typos Signed-off-by: Sridhar K. N. Rao Change-Id: I96c95e9e101e7c30dfee4c78d26f98dd6f5d5b0b --- docs/research/studies.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/research/studies.rst (limited to 'docs/research') diff --git a/docs/research/studies.rst b/docs/research/studies.rst new file mode 100644 index 0000000..ff5aaf8 --- /dev/null +++ b/docs/research/studies.rst @@ -0,0 +1,22 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) Anuket, The Linux Foundation, BIT Mesra, VTU and Others. + + +****************************** +Anuket Thoth: Research Studies +****************************** + +ML Problems and Techniques for NFV +================================== + +In this study, we provide list of all the published works on ML problems in NFV. +The problems are bucketized into multiple categories - Correlation, Prediction, Anomaly Detection, Traffic Engineering, etc. +This work also describes the methods/algorithms, along with the dataset, that are used to solve these problems. +The inferences from the researcher are also added as comments. + + +Opensource Projects for ML in NFV +================================= + +In this document, we provide a list of opensource tools and frameworks that can be used to solve AI/ML problems in NFV. -- cgit