incertum / cyber-matrix-ai

Collection of cyber security and "AI" relevant topics
75 stars 31 forks source link

There is error on dropout when you run sample lstm #2

Open dhrux11 opened 3 years ago

dhrux11 commented 3 years ago

I'm working on a malicious url detection with lstm project and I found a link on GitHub : https://github.com/incertum/cyber-matrix-ai/blob/master/Malicious-URL-Detection-Deep-Learning/FeaturelessDeepLearningMaliciousURLClassification.ipynb I have added this code in my kaggle notebook: https://www.kaggle.com/dhruminx11/tryanderror/ the error is in file name : FeaturelessDeepLearningMaliciousURLClassification.ipynb under comment/header : Architecture 1 - Simple LSTM but when I run the code I get an error stating : TypeError: ('Keyword argument not understood:', 'dropout') @incertum

zelding commented 3 years ago

Please edit your issue to include details ;)

zql3315 commented 1 year ago

image