Ordinal classification is a classification of data labels on an ordinal scale of discrete values. Numerical difference between two classes may not have same meaning hence can not be used as nominal classification. Treating ordinal classification as numerical continues requires making invalid assumptions that equal numerical differences in class have equal meaning.
OHPL addresses the unique requirements of the ordinal classification by using a point specific large margin loss function to group classes, while directly adhering to the ordinal information that is represented in the data.
The framework provides improved results while avoiding the addition of complexity to redesign the problem." in the "Ordinal Hyperplane Loss (OHPL) with 3 Classes
RNN is a class of artificial neural networks where connections between nodes form a directed graph along a temporal sequence.
Both of these issues result in lack of learning.
LSTM is similar to RNN but the operations within LSTM's cell distinguishes them from simple RNN
LSTM (Artificial Recurrent Neural Networks), built using OHPL function, performs on par with existing state-of-the-art ordinal classifiers on small data sets, while demonstrating vastly improved results on larger standard benchmark data sets.