我是靠谱客的博主 激动皮带,最近开发中收集的这篇文章主要介绍python数据库开发 dga_DGA detection based on Deep Learning (CNN and GRU) (基于深度学习的DGA检测)...,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

DGA-detection

DGA detection based on Deep Learning (CNN and GRU) (基于深度学习的DGA检测)

This project implements the DGA detection algorithm based on CNN and GRU to replace the traditional manual feature machine learning model. This article improves the pre-training model (.pb). Its roc_auc_score is 0.9833 The evaluation indicators of the model are as follows:

#+++++++++++++++++++++++++++++++++++++++++++++#

tf.keras.evaluate :

865us/sample - loss: 0.0239 - accuracy: 0.9833 [0.04613903951440131, 0.98328847]

#+++++++++++++++++++++++++++++++++++++++++++++#

customed model_eval:

confusion matrix [[190987, 3229], [ 2722, 159164]]

f1_score: 0.9816485187138235

precision_score: 0.9801161380108748

recall_score: 0.9801161380108748

average_precision_score: 0.9712800471538547

roc_auc_score: 0.9832799399509491

#++++++++++++++++++++++++++++++++++++++++++++#

最后

以上就是激动皮带为你收集整理的python数据库开发 dga_DGA detection based on Deep Learning (CNN and GRU) (基于深度学习的DGA检测)...的全部内容,希望文章能够帮你解决python数据库开发 dga_DGA detection based on Deep Learning (CNN and GRU) (基于深度学习的DGA检测)...所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(46)

评论列表共有 0 条评论

立即
投稿
返回
顶部