diff options
author | 2022-06-10 16:36:42 +0530 | |
---|---|---|
committer | 2022-06-10 19:19:07 +0530 | |
commit | b864f23999d810a482d0f279196108c40fe54de9 (patch) | |
tree | 0564d560d30aee475053c1553cc8df4abbcf2be9 /docs/release | |
parent | 4803c3eb0d2cf81ef29b25659ed27202d2456ee7 (diff) |
[DOCS] This patch adds documentation.
Documentation.
Fixed some typos
Signed-off-by: Sridhar K. N. Rao <srao@linuxfoundation.org>
Change-Id: I96c95e9e101e7c30dfee4c78d26f98dd6f5d5b0b
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/release-notes.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/release/release-notes.rst b/docs/release/release-notes.rst new file mode 100644 index 0000000..bafd5b9 --- /dev/null +++ b/docs/release/release-notes.rst @@ -0,0 +1,28 @@ +.. 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 Moselle Release +====================== + +* Models + + * Failure Prediction: Virtual machine + * LSTM: Attention, Correlation, Stacked + * CNN + * Decision Tree + +* Tools + + * Model Selector + * Interactive tool that suggests the best model start with based on the + problem and the data. + * Data Extractor + * Given timestamp and range, extract the necessary data from Prometheus. + + +* Research Studies + + * Machine Learning (ML) problems and techniques in NFV. + * Opensource projects for ML in NFV. |