59 - What is Random Forest classifier?

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

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

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

    Sir. How to measure its performance?

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

      I think that because RandomForest is a classification algorithm so classification metrics such as accuracy, roc&auc , confusion metrics can be used to assess the model.

  • @johnpuskin463
    @johnpuskin463 4 года назад +2

    Thank you for your good explanations and experience based valuable suggestions. You claimed that Random Forest based segmentation is better than that of SVM. Do you have a chance to test XGBoost? If no then I strongly suggest it.

    • @DigitalSreeni
      @DigitalSreeni  4 года назад +4

      Yes, I did experiment with a few boosting techniques including XGBoost. It is a good approach but the accuracy depends on hyperparameters. I thought I recorded a video on this topic but apparently I haven't. Thanks for the suggestion, I am sure the viewers of this channel would like to know more about it.

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

    How do we know the pixel value?

  • @SaronAbate-b7t
    @SaronAbate-b7t Год назад

    Dear. I do appreciate your lecturing style. I have two questions- "How to measure the performance of Random Forest?". What metrics are used to compare it to other algorithms?

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

      I think that because RandomForest is a classification algorithm so classification metrics such as accuracy, roc&auc , confusion metrics can be used to assess the model.

  • @surajshah4317
    @surajshah4317 4 года назад

    dear sir .. number of decison tree are equal to number of input features ?

  • @yontenjamtsho4315
    @yontenjamtsho4315 3 года назад

    Is it necessary to create a bootstrap dataset?

  • @AgriculturaDigital
    @AgriculturaDigital 4 года назад

    Your videos is very good one. Thanks very much man. Do you give the permission to use your exemples and code to recorde a Portuguese videos?

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

      If you want to add Portuguese voice over please let me know. I guess, it can help some users.

    • @AgriculturaDigital
      @AgriculturaDigital 4 года назад

      Python for Microscopists by Sreeni . No no...The idea is record my own video. Just use your code exemples.

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

    Awesome info

  • @boooringlearning
    @boooringlearning 3 года назад

    great video!

  • @lee-ちゃん
    @lee-ちゃん 9 месяцев назад

    so i have watched your videos from 1 upto thus far, you have not shown how to LABEL the image

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

    Can this be applied to HeLa Cell segmentation?

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

      Yes. The exact application doesn't matter.