Random Forest Algorithm, An Interactive Discussion

Random Forest Algorithm, An Interactive Discussion

The random Forest algorithm has gained a significant interest in the recent past, due to its quality performance in several areas. A lot of new research work/survey reports related to different areas also reflects this. So, I decided to present a highly interactive tutorial on Random forest.

Random Forest in Research after-2012 to till date (a few references as per my interest)

1. Computer vision

On the study of Performance of Random Forest and SVM in Face Recognition, [1] reported that - the SVM achieved accuracy of 93.20%, but when optimized with different classifiers and kernel accuracy among all was 95.89%, 96.92%,
97.94%. Random Forest achieved accuracy of 97.17%. Similarly, [2] demonstrated that Random Forest regression can be used to generate
high quality response images.


2. Text Mining (including IR, NLP)

[3] describes a machine learning approach, a Random Forest (RF) classifier, to automatically compile bilingual dictionaries of technical terms from comparable corpora. [4] used random forest classifier to achieve 0.79 ROC-AUC at 0.76 precision and 0.76 recall in the detection of clickbait, i.e., short messages that lure readers to click a link.


3. Other Areas

according to the survey [5], With the data explosion in modern biology, and the rise in the data complexity in bioinformatics, as a non-parametric model, random forest provides a unique combination of prediction accuracy and model
interpretability. [6], noted the robustness of Random Forest-based gene selection methods.

 


Reference:

  1. Kremic, E., & Subasi, A. (2015). Performance of Random Forest and SVM in Face Recognition. The International Arab Journal of Information Technology.
  2. Cootes, Tim F., et al. "Robust and accurate shape model fitting using random forest regression voting." Computer Vision–ECCV 2012. Springer Berlin Heidelberg, 2012. 278-291.
  3. Kontonatsios, G., Korkontzelos, I., Jun'ichi Tsujii, & Ananiadou, S. (2014, April). Using a Random Forest Classifier to Compile Bilingual Dictionaries of Technical Terms from Comparable Corpora. In EACL (pp. 111-116).
  4. Potthast, M., K?psel, S., Stein, B., & Hagen, M. (2016, March). Clickbait Detection. In European Conference on Information Retrieval (pp. 810-817). Springer International Publishing.
  5. Qi, Y. (2012). Random forest for bioinformatics. In Ensemble machine learning (pp. 307-323). Springer US.
  6. Kursa, Miron Bartosz. "Robustness of Random Forest-based gene selection methods." BMC bioinformatics 15, no. 1 (2014): 1.

要查看或添加评论,请登录

Niraj Kumar, Ph.D.的更多文章

  • Internal Covariate Shift and Batch Normalization

    Internal Covariate Shift and Batch Normalization

    Internal Covariate Shift Internal covariate shift [1,2,3] refers to the phenomenon where the distribution of inputs to…

  • Forced/Guided Learning in Deep Learning

    Forced/Guided Learning in Deep Learning

    The forced/guided type deep learning techniques have proven their ability in any model that outputs in sequences. For…

  • Deep Clustering (A Self-Supervised Learning System)

    Deep Clustering (A Self-Supervised Learning System)

    If you are interested in any of the following, How do I develop a deep learning model, that can learn to do clustering?…

  • Time to Welcome - “The Quantum Deep Learning”

    Time to Welcome - “The Quantum Deep Learning”

    The Quantum World is Approaching Us The MIT xPRO - Quantum Computer Ai, highlighted the status of quantum AI by using…

  • Deep Learning for Dynamic Graph

    Deep Learning for Dynamic Graph

    Introduction. It is well understood that adding the time dimension to each and every component of the graph helps us in…

  • Winning Ensemble Classification Strategies

    Winning Ensemble Classification Strategies

    These days (1) due to the increase in the complexity of data, (2) data quality-related issues, and (2) the demand for…

  • Simplest Tutorials on BERT and XLNet

    Simplest Tutorials on BERT and XLNet

    XLNet XLNet: is a generalized autoregressive pre-training method that (1) enables learning bidirectional contexts by…

  • Video Book on Deep Learning

    Video Book on Deep Learning

    I am happy to present a video book on deep learning. Thanks for all the email messages and suggestions.

    3 条评论
  • Deep Learning for NLP Part-2

    Deep Learning for NLP Part-2

    Sequence transduction plays a very important role in natural language processing. The ability to transform and…

  • Loss Functions: Cross-Entropy, Categorical Cross-Entropy Loss, Binary Cross-Entropy Loss

    Loss Functions: Cross-Entropy, Categorical Cross-Entropy Loss, Binary Cross-Entropy Loss

    The following contains tutorial videos on (1) Cross-Entropy, (2) Categorical Cross-Entropy Loss, and (3) Binary…

社区洞察

其他会员也浏览了