Skip to content

Commit b1c4f8d

Browse files
authored
Merge pull request #60 from rasbt/ordinal
add ordinal regression notebooks
2 parents dd1540f + 4424b10 commit b1c4f8d

7 files changed

+1640
-3220
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,17 @@ A collection of various deep learning architectures, models, and tips for Tensor
135135

136136
---
137137

138+
## Ordinal Regression and Deep Learning
139+
140+
|Title | Description | Dataset | Notebooks |
141+
| --- | --- | --- | --- |
142+
| CORAL multilayer perceptron | Cement | Implementation of [Rank Consistent Ordinal Regression for Neural Networks with Application to Age Estimation](https://www.sciencedirect.com/science/article/pii/S016786552030413X) 2020 | [![PyTorch](https://img.shields.io/badge/Py-Torch-red)](pytorch_ipynb/ordinal/CORAL_cement.ipynb) |
143+
| CORN multilayer perceptron | Cement | Implementation of [Deep Neural Networks for Rank-Consistent Ordinal Regression Based On Conditional Probabilities](https://arxiv.org/abs/2111.08851) 2022 | [![PyTorch](https://img.shields.io/badge/Py-Torch-red)](pytorch_ipynb/ordinal/CORN_cement.ipynb) |
144+
| Reformulated squared-error multilayer perceptron | Cement | Implementation of [A simple squared-error reformulation for ordinal classification](https://arxiv.org/abs/1612.00775) 2016 | [![PyTorch](https://img.shields.io/badge/Py-Torch-red)](pytorch_ipynb/ordinal/beckham2016_cement.ipynb) |
145+
146+
147+
148+
138149

139150
## Normalization Layers
140151

@@ -249,13 +260,6 @@ A collection of various deep learning architectures, models, and tips for Tensor
249260
| A simple character RNN to generate new text (Charles Dickens) | TBD | TBD | [![PyTorch](https://img.shields.io/badge/Py-Torch-red)](pytorch_ipynb/rnn/char_rnn-charlesdickens.ipynb) |
250261

251262

252-
## Ordinal Regression
253-
254-
|Title | Description | Dataset | Notebooks |
255-
| --- | --- | --- | --- |
256-
| Ordinal Regression CNN -- CORAL w. ResNet34 on AFAD-Lite | TBD | TBD | [![PyTorch](https://img.shields.io/badge/Py-Torch-red)](pytorch_ipynb/ordinal/ordinal-cnn-coral-afadlite.ipynb) |
257-
| Ordinal Regression CNN -- Niu et al. 2016 w. ResNet34 on AFAD-Lite | TBD | TBD | [![PyTorch](https://img.shields.io/badge/Py-Torch-red)](pytorch_ipynb/ordinal/ordinal-cnn-niu-afadlite.ipynb) |
258-
| Ordinal Regression CNN -- Beckham and Pal 2016 w. ResNet34 on AFAD-Lite | TBD | TBD | [![PyTorch](https://img.shields.io/badge/Py-Torch-red)](pytorch_ipynb/ordinal/ordinal-cnn-beckham2016-afadlite.ipynb) |
259263

260264

261265

0 commit comments

Comments
 (0)