Require: Reddit comments. Ensure: classification of each comment as (positive, negative, or neutral). 1: Token Encoding. 2: Apply token embedding to each token in each comment to represent its semantic meaning. 3: Benary Classification. 4: Ternary Classification. 5: For Reddit comments that have been ranked, use another fully connected neural network layer to rank each Reddit comment as neutral, positive or negative. |