Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ml-problems-techniques-nfv.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion research-studies/ml-problems-techniques-nfv.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@
| Data Synthesis based on Generative Adversarial Networks, 2018 | GAN | Time series Text Data | Generative Adversary Network and LSTM are used in Existing work | https://github.com/mahmoodm2/tableGAN | Most of the data generation is done for images and videos. There is a huge scope for generating synthetic time series data using GAN. |
| Efficient GAN based Anomaly Detection, 2018 | GAN | Time Series Data, KDD Data | https://github.com/houssamzenati/Efficient-GAN-Anomaly-Detection |
| Text Generation With LSTM Recurrent Neural Networks in Python with Keras, 2019 | LSTM | KDD Dataset | https://www.tensorflow.org/text/tutorials/text\_generation |
| Prediction Method of Multiple Related Time Series Based on Generative Adversarial Networks | GRU, LSTM, SVR, MTSGAN | Web Traffic Dataset, NOAA China Dataset | https://github.com/Luoyonghong/Multivariate-Time-Series-Imputation-with-Generative-Adversarial-Networks |
| Prediction Method of Multiple Related Time Series Based on Generative Adversarial Networks | GRU, LSTM, SVR, MTSGAN | Web Traffic Dataset, NOAA China Dataset | https://github.com/Luoyonghong/Multivariate-Time-Series-Imputation-with-Generative-Adversarial-Networks |
| Anomaly Detection of System Logs Based on Natural Language Processing and Deep Learning | Word2vec, Term Frequency-Inverse Document Frequency (TF-IDF), Long Short-Term Memory (LSTM), Gradient Boosting Decision Tree (GBDT), and Naïve Bayes | System logs generated by the Thunderbird supercomputer | https://ieeexplore.ieee.org/abstract/document/8552075 |