265 - Feature engineering or deep learning (for semantic segmentation)

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

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

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

    Always want to know this topic. Great. Keep on learning from your series.

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

    What an informative lecture! This has really opened my eyes to the potential of ML inside the world of microscopy, I'll certainly do some more reading into this subject.

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

    Thank you for the video and congratulations!!!

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

    really enjoying your course! would like to see a video on multifocus image fusion GAN next ;)

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

    Quality content !

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

    In semantic segmentation every pixel is classified so we engineer the features for every pixel (the dataframe shows a value for each filter for each pixel). If we were doing classification of the images, then how would we engineer the features using the filters (instead of for each pixel)? Would the dataframe shows a value for each filter for each image?

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

    Great content! Are there plans to make a video tutorial about unsupervised segmentation? Maybe start with nuclear segmentation?
    Thanks!

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

    You are AWESOME!!!

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

    Great content .....thank you

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

    Thank you for your nice video. At the 10:29s, lines 83 and 84 are the link to the dataset to use to train the model, right?. They are .tif style. I think it is one only image. Why can we split it to train set and test set as the line 104? Please explain to me can understand clearly. Thank you very much. (The line 104: 10X_train, X_test, y_train, y_test = train_test_split(X, Y, test_size=0.4, random_state=20)).

  • @user-hv8yq1bt1t
    @user-hv8yq1bt1t Год назад

    Thanks!
    But how can we implement this same method on CSV data (not image) for anomaly detection purposes? There is no digital filters for features engineering and extraction for that type of dataset?

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

    Teşekkürler.

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

    good luck keep continue

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

    Great channel!

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

    sir,How to combine U-net and Bi-lstm and how to use this model in signal processing(not in image processing)

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

    17:08 I don't understand the part where you say you are using multiple files, but calling one tiff image. Is it saved with one name but including somehow 50 z-stacks? I am trying to train a model with 100s of images which have different names.. How do I tran a model: Running 100 different neural networks in parallel or using all 100 images all together as the input layer of one neural network? and how does the coding part work then? Do I give the directory of the folder?

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

    Great content! I'm wondering if you have done any formal study on this topic and may have a paper to share with us?

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

      No formal study, just anecdotal observation on a few datasets. A study would be good but I am sure you'll find some published content on similar topics.

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

    So assuming the limitations on data availability there is no other feasible way to surpass the score of a traditional feature engineering approach? I mean, student-teacher models, self supervision, semi supervision, adding synthetic data from a GAN etc., will all fail to segment it (substantially) better? I know you can abuse a dataset to death just to make a point that your
    'new' architecture is better than everyone's else, but from your video and your experience i get that all this modern fanfare wont help you in a real setting (not academic) if you dont have a rather large dataset no matter what.

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

    thankyou dear

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

    Hi professor, I have been contacting you on email, I am having a research idea, just with your personal help or your resources I think i can have that shot. I am currently in TE, persuing Computer Engineering and you may know this, I am following your videos from past 2 years or more. Your help will be much appreciated and will also be a strong foundation for my future.
    Thanks and regards.
    Aryan Sakhala

    • @XX-vu5jo
      @XX-vu5jo 2 года назад

      Lol what a joke. Don’t do this domain if you are too lazy and stupid to do it on your own! Lol

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

    Valeu!

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

      Thank you very much, really appreciate the contribution.

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

    If you use pytorch you will have a lot to make a video