Update README.md
Browse files
README.md
CHANGED
|
@@ -20,8 +20,6 @@ tags:
|
|
| 20 |
|
| 21 |
## Model Details
|
| 22 |
|
| 23 |
-

|
| 24 |
-
|
| 25 |
### Model Description
|
| 26 |
|
| 27 |
This model combines Convolutional Neural Networks (CNN) and Gated Recurrent Units (GRU), designed for sequence-based tasks like time series analysis, natural language processing (NLP), or anomaly detection.
|
|
@@ -227,6 +225,7 @@ Dataset: https://huggingface.co/datasets/noobpk/web-attack-detection
|
|
| 227 |
|
| 228 |
**BibTeX:**
|
| 229 |
|
|
|
|
| 230 |
@inproceedings{10.1145/3628797.3628901,
|
| 231 |
author = {Le-Thanh, Phuc and Le-Anh, Tuan and Le-Trung, Quan},
|
| 232 |
title = {Research and Development of a Smart Solution for Runtime Web Application Self-Protection},
|
|
@@ -244,6 +243,7 @@ keywords = {Convolutional Neural Network (CNN), Deep Learning, Gated Recurrent U
|
|
| 244 |
location = {Ho Chi Minh, Vietnam},
|
| 245 |
series = {SOICT '23}
|
| 246 |
}
|
|
|
|
| 247 |
|
| 248 |
## Model Card Authors
|
| 249 |
|
|
|
|
| 20 |
|
| 21 |
## Model Details
|
| 22 |
|
|
|
|
|
|
|
| 23 |
### Model Description
|
| 24 |
|
| 25 |
This model combines Convolutional Neural Networks (CNN) and Gated Recurrent Units (GRU), designed for sequence-based tasks like time series analysis, natural language processing (NLP), or anomaly detection.
|
|
|
|
| 225 |
|
| 226 |
**BibTeX:**
|
| 227 |
|
| 228 |
+
```
|
| 229 |
@inproceedings{10.1145/3628797.3628901,
|
| 230 |
author = {Le-Thanh, Phuc and Le-Anh, Tuan and Le-Trung, Quan},
|
| 231 |
title = {Research and Development of a Smart Solution for Runtime Web Application Self-Protection},
|
|
|
|
| 243 |
location = {Ho Chi Minh, Vietnam},
|
| 244 |
series = {SOICT '23}
|
| 245 |
}
|
| 246 |
+
```
|
| 247 |
|
| 248 |
## Model Card Authors
|
| 249 |
|