Open ContegoCode opened 4 years ago
you can use the file the script gen_feaures.py to generate CSV data.
Ok thank you very much for the update! How might I make perdictions?
Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10
From: Walid DABOUBI notifications@github.com Sent: Friday, April 17, 2020 12:57:31 AM To: slrbl/malware-detection-with-deep-learning-autoencoder malware-detection-with-deep-learning-autoencoder@noreply.github.com Cc: ContegoCode Cobaltonyx2013@live.com; Author author@noreply.github.com Subject: Re: [slrbl/malware-detection-with-deep-learning-autoencoder] (Windows user) Making Predictions? (#1)
you can use the file the script gen_feaures.py to generate CSV data.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/slrbl/malware-detection-with-deep-learning-autoencoder/issues/1#issuecomment-615077993, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKWKYRAEQNVVNRRUXTP2OD3RM74VXANCNFSM4METEETA.
You can modify train.py to make prediction for a specific file. Send me an email of what you need to do exactly and I will reply.
I have visited the linked in page that describes the workings of this project but in the repository and on the web page where it details Detection it lists these two lines.
predictions_malicous = autoencoder.predict(X_test_malicious) predictions_non_malicous = autoencoder.predict(X_test_non_malicious)
Might i ask if you could create a perdict.py script and also a pre-processing script that generates the data in the .csv file.
thank you in advance look forward to hearing from you soon.