We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Please edit your issue to include details ;)
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: