Deep-learning in Health care || Image Classification using(VGG16)?

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 52

  • @igcserevision2592
    @igcserevision2592 2 года назад +5

    Hey maam, I am a final year medical student from India. This was a really insightful video. I myself am currently interested in the deep learning in radiology. I currently have access to more than 1 million radiology images. I want to use transfer learning method for my research, but this is too complex for me. That is why I am reaching out to you to let you know if you'd be interested in collaborating on my research project.

    • @investime247
      @investime247  2 года назад

      Ya sure. This is my mail id: hemalatha2107@gmail.com

    • @vitaltopics316
      @vitaltopics316 2 года назад

      I would like to collaborate too

  • @datascienceworld
    @datascienceworld Год назад

    Very informative. Please make such videos for image segmentation as well. Thanks

  • @pankajkunekar9602
    @pankajkunekar9602 2 года назад +1

    Superb session ..i will be in touch with you for my research work . Your help is appreciated mam

  • @codealongmahesh-sd6ol
    @codealongmahesh-sd6ol 4 месяца назад

    very less time to cover more helpfull info , thanks u

  • @senthamilselvirajavel
    @senthamilselvirajavel 4 месяца назад +1

    thank you so much mam.. super clear cut explanation mam..kindly upload image to text genration also from generative ai mam kindly

  • @thaitaile3789
    @thaitaile3789 Год назад +1

    Thank You So Much! well explained.!. can you make more videos about deep learning

  • @rftvvlogs
    @rftvvlogs 2 года назад

    Good job mam keep vloging God bless 🙏

  • @akshatagarwal5092
    @akshatagarwal5092 3 дня назад

    ma'am since the dataset contains only 2 classes i.e either tumor or nor then why are you using Categorical cross_entropy with 2 neurons why cant we use binary cross_entropy with 1 neuron?

  • @JannatulFerdous-em8te
    @JannatulFerdous-em8te 2 года назад +2

    Thank you mem...thanks a lot...❤️

  • @alexomelak4200
    @alexomelak4200 9 месяцев назад +1

    thank you MOM . But i have one question. in this line of code vgg = VGG16(input_shape=(img_rows,img_cols,3), weights='imagenet', include_top=False), we are exercising on medical datset and they are not coloed image,we use the numbe rof channel=3 why? it is not clear for me. can you help me please.

  • @sabrinazahir01
    @sabrinazahir01 2 года назад +1

    Amazing tutorial

  • @ransaramudalige1235
    @ransaramudalige1235 Год назад

    Thank You So Much! well explained.!
    how to Identify whether an image has a tumor or not by uploading an image as an input?

  • @laybasheikh8549
    @laybasheikh8549 10 месяцев назад +1

    Mam, img = cv2.resize(img,(224,224)) for these line I am getting error of (-215: Assertion failed) !ssize.empty() in function 'resize'. What to do?? Plz reply fast mam its my project of final year and tomorrow I have review for it.....plz help me.

  • @WordsThroughTheSky
    @WordsThroughTheSky Год назад +1

    nice video, one note 100 - 33 = 67, not 77, at 6:51

  • @RAZZKIRAN
    @RAZZKIRAN 2 года назад +3

    12.48 time , why softmax activation for two class problem, can we use sigmoid there?

    • @sometimesdchordstrikes...7876
      @sometimesdchordstrikes...7876 2 года назад

      Pleaselease visit my channel and patiently listen about vgg19 ur doubts all doubts will be cleared. Sigmoid cannot be it's not adding upto..

    • @investime247
      @investime247  2 года назад +2

      dear brother sigmoid activation function can be used.

    • @SuperMyckie
      @SuperMyckie 2 года назад

      Softmax is good for classification.. it enhances the true positives.

    • @sometimesdchordstrikes...7876
      @sometimesdchordstrikes...7876 2 года назад

      Softmax is like probabilities adding up to 1

    • @aritraroy4275
      @aritraroy4275 Год назад

      Since it is 2 class classification problem so you can use sigmoid . Suppose it is 3 class classification then you've to use softmax .

  • @xzoo4033
    @xzoo4033 Месяц назад

    can i show new imagen to this model so the model can tell me if a person have a tumor or not? since the dataset just have two seption ppl that have a tumor and people that doesnt have a tumor, it will be cool if you add imagen withour any context to see if the model can guest if a person have a tumor or no.

  • @SilpaBhaskaran-i6c
    @SilpaBhaskaran-i6c Год назад

    Thank you Madam. Which transfer learning model will you suggest for biological sequence classification ?

  • @MuhammadMaab-os1gu
    @MuhammadMaab-os1gu 5 месяцев назад

    Hello. Hope you are doing fine. I am an undergrad student . I am working on a project. Can you guide me in a query. I have CT scan dataset in the form of DICOM meaning for a single CT scan I have 100 layers. Should I feed the whole data into my deep learning model or should I feed the single malicious layer into my model. Thankyou

  • @larbi-belaissaoui
    @larbi-belaissaoui 6 месяцев назад

    thank you for this

  • @Adeeba_s_creation
    @Adeeba_s_creation 2 года назад

    Very good 👍👍

    • @sometimesdchordstrikes...7876
      @sometimesdchordstrikes...7876 2 года назад

      Pleaselease visit my channel and patiently listen about vgg19 ur doubts all doubts will be cleared.

  • @claudiap4130
    @claudiap4130 Год назад

    why is the color channel of the model set to 3 if the images are in grayscale? Shouldn't it be 1?

  • @SharathkumarHV
    @SharathkumarHV 8 месяцев назад

    Where can I find the code which you have written ma'am

  • @SP-cg9fu
    @SP-cg9fu Год назад

    Super presentation. One question, Can we add xgboost classifier into this model?

  • @filipegomes4128
    @filipegomes4128 2 года назад

    Why did you add layers to the model? Is it required for transfer learning to work or is it just an attempt at improving accuracy?
    Also, do you know if it is possible to display a class activation map, and how to do it?

    • @investime247
      @investime247  2 года назад +3

      Those models are built on ImageNet dataset. If you want to create model for your dataset then we need to add some top layers so that it learns the specific features of ur dataset. Otherwise accuracy may be very low.

  • @amrirawen1848
    @amrirawen1848 Год назад

    dear madam why you didn't detected tumor in images,?? i'm interested for this model so please answer me and thnks

  • @ramalakshmivenkatesan3467
    @ramalakshmivenkatesan3467 2 года назад +1

    Well explained

    • @sometimesdchordstrikes...7876
      @sometimesdchordstrikes...7876 2 года назад

      Pleaselease visit my channel and patiently listen about vgg19 ur doubts all doubts will be cleared.

  • @ShivnarayanSreeanand
    @ShivnarayanSreeanand 3 месяца назад

    what accuracy does this model get

  • @riadelectro1
    @riadelectro1 2 года назад

    Please, how can i pass my dataset without training in Vgg16(FC7-Layer- Feature extraction) through Jupyter Notebook?

    • @investime247
      @investime247  2 года назад +1

      if you are going to use only for feature extraction then you can set layer.trainable=False

    • @riadelectro1
      @riadelectro1 2 года назад

      @@investime247 Thank you so much

  • @alivingbeing6996
    @alivingbeing6996 2 года назад

    Can We use the same model for accident detection images (yes/no)

  • @zkwaitforitxenon
    @zkwaitforitxenon Год назад +1

    can we have the google collab fille please ?

  • @lavanyavaidya2876
    @lavanyavaidya2876 3 месяца назад

    Might be model is overffited!