(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Spark based real-time DDoS detection system

What is it about?

Real-time DDoS attack detection system designed using H2O K-Means machine learning algorithm on Hadoop cluster and deployed on Spark Streaming cluster to classify traffic in real-time.

Why is it important?

Real-time network traffic classification for DDoS attacks

Read more on Kudos…
The following have contributed to this page:
Nilesh Patil
' ,"url"));