📚 Litereture Research ====================== List of references for the implemented learning algorithms, AutoML tools and baseline mutual information estimators ---------------------- 📊 Learning Algorithms ---------------------- - `Multi-Layer Perceptron (MLP) `_: Werbos (1974) - `Consistency MLP `_: Mielniczuk et al. (1993) - `Random Forest (RF) `_: Breiman (2001) - `Consistency RF `_: Biau et al. (2023) - `Extra Trees (ET) `_: Geurts et al. (2006) - `XGBoost (XGB) `_: Chen and Guestrin (2016) - `CatBoost (CB) `_: Dorogush et al. (2018) - `Classifier Calibration `_: Filho et al. (2023) ---------------- 🤖 AutoML Tools ---------------- - `TabPFN `_: Hollmann et al. (2023) - `AutoGluon `_: Erickson et al. (2022) ------------------------- 🚀 Baseline MI Estimators ------------------------- - `Gaussain Mixture Model (GMM) `_: Polo et al. (2022) - `Mutual Information Neural Estimation (MINE) `_: Belghazi et al. (2018) - `PC-softmax `_: Qin et al. (2020)