Advance DL Project : Brain Tumor Classification Using Deep Learning | Python | Tensorflow | Keras

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 69

  • @rohmprakaash1577
    @rohmprakaash1577 10 หลายเดือนก่อน +3

    Great Work Brother and Keep Rocking 👏

  • @cesarv-g1s
    @cesarv-g1s 8 หลายเดือนก่อน +2

    You only use just 2 epochs to get a slow accuracy, Is that's correct to make the final classification?

  • @RajKumar-ip2ep
    @RajKumar-ip2ep 4 หลายเดือนก่อน

    A question for me someone solve this
    in 1:35:41 he is using the same train_datagen variable for both testing and validation ..This is not the right way i think
    train_generator = train_datagen.flow_from_directory('tumorous_and_nontumorous/train/', batch_size=32, target_size=(224, 224))
    test_generator = test_data_gen.flow_from_directory('tumorous_and_nontumorous/test/', batch_size=32, target_size=(224, 224))
    valid_generator = valid_data_gen.flow_from_directory('tumorous_and_nontumorous/valid/', batch_size=32, target_size=(224, 224))
    training data should have the augmentation the testing and validation data should not have augmentation this shows how the model performs in the real world
    am i wrong here?? please someone correct me if i am

  • @nep_melody
    @nep_melody 9 หลายเดือนก่อน +1

    I am getting this kind of error at @1:09:56.
    error: OpenCV(4.9.0) /Users/xperience/GHA-OpenCV-Python2/_work/opencv-python/opencv-python/opencv/modules/imgproc/src/color.cpp:196: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
    Kindly provide me a solution for this .

    • @v_i__n_vi3392
      @v_i__n_vi3392 9 หลายเดือนก่อน

      did you get the solution

    • @v_i__n_vi3392
      @v_i__n_vi3392 9 หลายเดือนก่อน

      i am getting same error

    • @iaconst4.0
      @iaconst4.0 8 หลายเดือนก่อน

      broder , ponle en def crop_brain_tumor(image, plot=False): import cv2 , falta ponerle eso y funciona!

    • @zakariaabouhammadi9424
      @zakariaabouhammadi9424 5 หลายเดือนก่อน

      i had the same problem the problem is in this line:
      folder1 = 'augmented_data/no'
      the solution is adding a '/'
      folder1 = 'augmented_data/no/'

  • @AbdulRehman-qm2py
    @AbdulRehman-qm2py 9 หลายเดือนก่อน

    Sir I am working on Knee Osteoarthritis project which make sure of DL Can you also do that project so that I can get some help from it.

  • @io4466
    @io4466 9 หลายเดือนก่อน +1

    Thank you for the video.
    Can I use this for unfixed image size classification

    • @knowledgedoctor3849
      @knowledgedoctor3849  9 หลายเดือนก่อน

      Yeah sure

    • @io4466
      @io4466 9 หลายเดือนก่อน

      @@knowledgedoctor3849 I am getting this error when I commented the resize line of code
      ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (3000,) + inhomogeneous part.
      Could you please be of help

  • @akshortsone
    @akshortsone หลายเดือนก่อน

    You does not mentioned the Dataset source.

  • @DilipKumar-jm3ly
    @DilipKumar-jm3ly 8 หลายเดือนก่อน

    brilliant ! video plz continue like this

  • @Adem_Moussi
    @Adem_Moussi 4 หลายเดือนก่อน +1

    Good job !
    but how can i know the type of tumor ?

  • @kumarborkar357
    @kumarborkar357 4 หลายเดือนก่อน

    aug images are not loading or showing me in my file...then what supposed to do?

  • @MinhTriều-w8g
    @MinhTriều-w8g 5 หลายเดือนก่อน

    @know Sorry, I want to ask where you originally got this vgg_unfrozen.h5 file from, because I watched the video and only saw you pasting this file without saying what it was or where it came from

  • @MinhTriều-w8g
    @MinhTriều-w8g 5 หลายเดือนก่อน +1

    Sorry, I want to ask where you originally got this vgg_unfrozen.h5 file from, because I watched the video and only saw you pasting this file without saying what it was or where it came from

    • @HamzaMeer-ed5hu
      @HamzaMeer-ed5hu 14 วันที่ผ่านมา

      He runs the file on google collab on 30 epochs and downloaded the unfrozen model

  • @MH-ln1sh
    @MH-ln1sh 6 หลายเดือนก่อน

    What happens when you upload a picture from the internet or a picture that was not used to train the AI, does it predict it well?

    • @GaganaMD
      @GaganaMD 4 หลายเดือนก่อน

      omg! nice question! did you try that?

  • @saifouoz4724
    @saifouoz4724 6 หลายเดือนก่อน

    bro you did a great job !! but i found that the f1 score = 0.5 and recall=0.49 wich is low can you fix this or help me fix this please i need this help

  • @14_hoangquanghuy97
    @14_hoangquanghuy97 3 หลายเดือนก่อน

    overfit??

  • @yasminemairif2843
    @yasminemairif2843 9 หลายเดือนก่อน

    How can I do this work in pycharm please

  • @suganthi_johnmark
    @suganthi_johnmark 8 หลายเดือนก่อน

    ModuleNotFoundError: No module named 'distutils'
    how to solve this error ?

  • @muhammadmansoor7425
    @muhammadmansoor7425 7 หลายเดือนก่อน

    Bhai jab mein vs code me run krta hun code ko to muju cv2 module not found error de raha h kia kron

    • @knowledgedoctor3849
      @knowledgedoctor3849  7 หลายเดือนก่อน +1

      Aap ko Opencv Install Karna Padega Bhai, Then Kam Karega...
      pip install opencv-python
      pip install opencv-contrib-python..

    • @muhammadmansoor7425
      @muhammadmansoor7425 7 หลายเดือนก่อน

      Bro ho Chuka hai Kam b Kar Raha but main mazeed data add krna Chahta hun Kesy kron or accuracy Kesy increase kron mein ne ephoc b 2 Sy 5 Kar deye but still accuracy less than 75% so please guide kren bro

  • @Madara_Uchiha23
    @Madara_Uchiha23 10 หลายเดือนก่อน

    Bro Can You also Upload or Send The Files Generated Using Jupiter Notebook Because It Show Me The Files are missing

    • @knowledgedoctor3849
      @knowledgedoctor3849  10 หลายเดือนก่อน

      Ok Let Me Upload Clean Code With Graph

    • @Madara_Uchiha23
      @Madara_Uchiha23 10 หลายเดือนก่อน

      @@knowledgedoctor3849 Bro Actually (vgg_unfrozen.h5 )File is Missing if You Don't Mind Can You Please Send me It by today in Instagram( user id: coz_im_proplayer) I sent You An Invite
      Tomorrow we Have Project Review Bro

    • @Madara_Uchiha23
      @Madara_Uchiha23 10 หลายเดือนก่อน

      ​@@knowledgedoctor3849 Bro Actually (vgg_unfrozen.h5 )File is Missing if You Don't Mind Can You Please update it in Git by today Tomorrow we Have Project Review Bro

  • @SiebenVik
    @SiebenVik 10 หลายเดือนก่อน

    Sir i have different dataset for a different project and following your video for that project , i have 2240 images in class 1 and 3200 images in class 2 in my dataset, i dont want to do data augmentation, can i proceed without data augmentation ? Or data augmentation is necessary ?

    • @knowledgedoctor3849
      @knowledgedoctor3849  10 หลายเดือนก่อน

      Seems like your dataset is balanced. Don't need to use data augmentation.But it will help you to build your model more accurate that's it..

    • @SiebenVik
      @SiebenVik 10 หลายเดือนก่อน

      @@knowledgedoctor3849ok sir, Thank You very much

  • @koteshgoud4508
    @koteshgoud4508 8 หลายเดือนก่อน

    Broo where i can find final "vgg_unfrozen" file

  • @SiebenVik
    @SiebenVik 10 หลายเดือนก่อน

    Sir after running model 2, i am getting testing accuracy of 72%
    But after running model 3, i am getting testing accuracy of 67%
    How to improve final testing accuracy?

    • @knowledgedoctor3849
      @knowledgedoctor3849  10 หลายเดือนก่อน +1

      Check that that's you give here correct model or not... Cz It's little bit confusing..
      Check that again

    • @SiebenVik
      @SiebenVik 10 หลายเดือนก่อน

      @@knowledgedoctor3849 sir I have given the correct model
      For final testing the code is
      Model_03.load_weights("model_weights/vgg_unfrozen.h5")

    • @SiebenVik
      @SiebenVik 10 หลายเดือนก่อน

      Sir the model is correct, I don't know why that is happening
      Can you please help me​@@knowledgedoctor3849

    • @SiebenVik
      @SiebenVik 10 หลายเดือนก่อน +1

      ​@@knowledgedoctor3849
      SIr the model is correct, but it is still not working,
      please help me sir.

  • @AnubhabSaha-v7k
    @AnubhabSaha-v7k 7 หลายเดือนก่อน +1

    Dataset ??pls provide the dataset

    • @krishnaverma86
      @krishnaverma86 7 หลายเดือนก่อน

      It is available on Kaggle

    • @momocraftakar6274
      @momocraftakar6274 2 หลายเดือนก่อน

      @@krishnaverma86 link pls

  • @io4466
    @io4466 9 หลายเดือนก่อน

    I am getting this error when I commented the resize line of code
    ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (3000,) + inhomogeneous part.

  • @abdessemedrazanechiraz
    @abdessemedrazanechiraz 9 หลายเดือนก่อน

    where can i find all the dataset please !

  • @io4466
    @io4466 9 หลายเดือนก่อน

    am getting this error when I commented the resize line of code
    ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (3000,) + inhomogeneous part.
    image = crop_brain_tumor(image, plot=False)
    # image = cv2.resize(image, dsize=(image_width, image_height), interpolation = cv2.INTER_CUBIC)
    # image = image/255.00
    X.append(image)
    if directory[-3:] == "yes":

  • @anjalisinghal8959
    @anjalisinghal8959 8 หลายเดือนก่อน

    bhai vgg_unforzen.h5 file kha h?

    • @knowledgedoctor3849
      @knowledgedoctor3849  8 หลายเดือนก่อน

      Let me upload it at drive🌻

    • @anjalisinghal8959
      @anjalisinghal8959 8 หลายเดือนก่อน

      @@knowledgedoctor3849 bhaiya mil nhi rha

    • @v_i__n_vi3392
      @v_i__n_vi3392 8 หลายเดือนก่อน

      ​@@anjalisinghal8959file mila kya apko?

    • @muthusamy6983
      @muthusamy6983 8 หลายเดือนก่อน

      Where is drive

    • @MinhTriều-w8g
      @MinhTriều-w8g 5 หลายเดือนก่อน

      Sorry, I want to ask where you originally got this vgg_unfrozen.h5 file from, because I watched the video and only saw you pasting this file without saying what it was or where it came from

  • @muthusamy6983
    @muthusamy6983 8 หลายเดือนก่อน

    Where is the file vgg_unfrozen.h5

  • @alinaderiparizi7193
    @alinaderiparizi7193 8 หลายเดือนก่อน +1

    It's a detection problem, not a classification problem.

    • @vg1603
      @vg1603 6 หลายเดือนก่อน

      Hyy, did you find the complete detection+classification source code anywhere, if so, could you tell me about it

    • @MinhTriều-w8g
      @MinhTriều-w8g 5 หลายเดือนก่อน

      @@vg1603
      Sorry, I want to ask where you originally got this vgg_unfrozen.h5 file from, because I watched the video and only saw you pasting this file without saying what it was or where it came from

  • @muthusamy6983
    @muthusamy6983 8 หลายเดือนก่อน

    Where is the file vgg_frozen.h5