Тёмный
Data Bowl Recipes
Data Bowl Recipes
Data Bowl Recipes
Подписаться
Recipes about Data Science and Data Engineering.
Комментарии
@yatinsengar4953
@yatinsengar4953 Месяц назад
Can you share the Google colab link please ?
@databowlrecipes318
@databowlrecipes318 Месяц назад
only available in github github.com/databowlr/PdM
@makyxyz3375
@makyxyz3375 4 месяца назад
Hi, Do you have the link for the dataset? Thanks in advance
@databowlrecipes318
@databowlrecipes318 4 месяца назад
link to download dataset drive.google.com/file/d/1_KgSD6pCdO2_YCJMkCxmoPBk2SdKRGHP/view?pli=1
@makyxyz3375
@makyxyz3375 4 месяца назад
Thanks!
@wakura02
@wakura02 4 месяца назад
this is good i have learned a lot. how ever i have been trying to make a streamlit application form model deployment that when i input the data as it is in the data set i must get prediction of the failure just to test the model can any one help me
@lamnhat76
@lamnhat76 4 месяца назад
Thank you for sharing the video, please help me answer 2 questions: 1. What is the name of the dataset you use? 2. Can I apply this code to Android?
@databowlrecipes318
@databowlrecipes318 4 месяца назад
it´s an old dataset i found on github, i recommend you to take a look on this site for dataset: mal-net.org/ and this repo: github.com/TanayBhadula/malware-image-detection.
@user-jn8ht9ww4q
@user-jn8ht9ww4q 6 месяцев назад
Can please share the dataset. Your all given link is not found.
@databowlrecipes318
@databowlrecipes318 6 месяцев назад
also please see updated video description with link to dataset. drive.google.com/file/d/1_KgSD6pCdO2_YCJMkCxmoPBk2SdKRGHP/view?usp=drive_link
@ThaiNguyenNhat
@ThaiNguyenNhat 7 месяцев назад
Why is my average training acc & average validation acc in my training only 50%? Can u help me?
@databowlrecipes318
@databowlrecipes318 7 месяцев назад
Please consider following changes to the code github.com/databowlr/malware_cnn/issues/1
@EngKhiong
@EngKhiong 8 месяцев назад
Thank you for sharing your knowledge. It is very informative
@saumyagaur7633
@saumyagaur7633 Год назад
Thank you for the video sir. Can you please provide the link for the dataset since the one you mentioned before is not working now?
@databowlrecipes318
@databowlrecipes318 Год назад
www.4shared.com/s/ffVrAKm8cfa
@omaimaelalaouielfels9637
@omaimaelalaouielfels9637 9 месяцев назад
Please what is the name of this dataset ? Os it Malimg or MMCC or somthing else?
@carlosdanielcontrerasperez773
I would like to know how to add additional data to the dataset. Is there any specific procedure to convert binaries to images? Thank you very much
@AB-dw5ul
@AB-dw5ul Год назад
I want to add to the data, after converting the file to a photo, which photo should I add to the train folder?
@databowlrecipes318
@databowlrecipes318 Год назад
i can`t understand your question, the provided dataset need to be splited in train/test.
@AB-dw5ul
@AB-dw5ul Год назад
@@databowlrecipes318 thanks for your response My question is, I want to add data to the data set that you posted. That is, benign and new malware files. When I convert files to images, each file is converted into a large number of images with my standard size. How do I know which image to transfer from a malware file to the malware folder and which image to transfer from a benign file to the benign folder in order to finally train them all?
@databowlrecipes318
@databowlrecipes318 Год назад
@@AB-dw5ul feel free to drop me your email for further conversation(databowlrecipes@gmail.com)
@gimin7972
@gimin7972 Год назад
Very informative 👍
@bemadjirirade3298
@bemadjirirade3298 2 года назад
very explanatory. thank you
@seonahbae4377
@seonahbae4377 2 года назад
Hi i'm sorry, i tried this script on my colab and got a problem in tensorboard, its didn't showing result like scalar and hparam like in your videos can u help me sir? thankyou
@databowlrecipes318
@databowlrecipes318 2 года назад
Hello have you made changes according to github.com/databowlr/malware_cnn/issues/1
@seonahbae4377
@seonahbae4377 2 года назад
@@databowlrecipes318 yes i have, other command run smoothly like in the video but when it come to this command %reload_ext tensorboard %tensorboard --logdir ./runs/ the result didn't show up when i try again it say 'Reusing TensorBoard on port 6006 (pid 115), started 2:06:34 ago. (Use '!kill 115' to kill it.)' and at the tensorboard just going blank and not found
@databowlrecipes318
@databowlrecipes318 2 года назад
@@seonahbae4377 try %load_ext tensorboard %tensorboard --logdir ./runs/ -->HPARAMS and then you will see table view, parallel coordinates and scatter plott -->click on <parallel coordinates>
@janealomshahed712
@janealomshahed712 2 года назад
❤❤❤❤❤❤
@lahcenjou3358
@lahcenjou3358 2 года назад
I got this error because of loss.backward() .one of the variables needed for gradient computation has been modified by an inplace operation: [torch.FloatTensor [32, 1024]], which is output 0 of ReluBackward0, is at version 1; expected version 0 instead. Hint: enable anomaly detection to find the operation that failed to compute its gradient, with torch.autograd.set_detect_anomaly(True).
@databowlrecipes318
@databowlrecipes318 2 года назад
pls install lower version of pytorch e.g. !pip install torch==1.7.0 torchvision==0.8.0
@linhvokhuong6207
@linhvokhuong6207 Год назад
@@databowlrecipes318 hello, thankyou for your video, but i got this message, please help: ERROR: Could not find a version that satisfies the requirement torch==1.7.0 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1) ERROR: No matching distribution found for torch==1.7.0 [notice] A new release of pip available: 22.2.2 -> 22.3.1 [notice] To update, run: python.exe -m pip install --upgrade pip
@databowlrecipes318
@databowlrecipes318 Год назад
@@linhvokhuong6207 pls see issue list before starting all codes github.com/databowlr/malware_cnn/issues/1
@ThaiNguyenNhat
@ThaiNguyenNhat 7 месяцев назад
remove inplace=True when initializing nn.Dropout as follows: self.dropout = nn.Dropout(p=0.5). It will work!
@jayantverma6196
@jayantverma6196 2 года назад
Great Tutorial !!!. But i am having this error in if torch.cuda.is_available(): device = torch.device("cuda") else: device = torch.device("cpu") print(device) model.to(device) error: model not defined Can you please help me out?
@databowlrecipes318
@databowlrecipes318 2 года назад
you`re running in colab?
@jayantverma6196
@jayantverma6196 2 года назад
@@databowlrecipes318 yes
@databowlrecipes318
@databowlrecipes318 2 года назад
@@jayantverma6196 try model= Net().to(device) --> class Net (and not model)
@sumitanand9369
@sumitanand9369 2 года назад
@@databowlrecipes318 can you be a little more specific.. i didnt quite get you
@databowlrecipes318
@databowlrecipes318 2 года назад
@@sumitanand9369 instead of model.to(device) -->write Net().to(device)
@rahmanchowdhury719
@rahmanchowdhury719 2 года назад
Dataset is not available now... How can i get data? This link is not work.
@databowlrecipes318
@databowlrecipes318 2 года назад
Try www.4shared.com/s/fayNdYjvOea
@thatGuySuraj
@thatGuySuraj 2 года назад
Thanks for this awesome video. I need help in combining tar files. How do I combine all the tar files without corrupting the header. Can you provide me link of the dataset used so that I directly download it from there and avoid combining?
@databowlrecipes318
@databowlrecipes318 2 года назад
Dear Suraj, please find link for dataset download. easyupload.io/5f4lpb
@thatGuySuraj
@thatGuySuraj 2 года назад
@@databowlrecipes318 Thank you so muchh !
@lokeshdohare4872
@lokeshdohare4872 Год назад
@@databowlrecipes318 It's showing file not found