Skip to the content.

Thursday (7/8) Response: Alaa, Huatao, & Tyler

(1) Provide plots that describe the training and validation loss and accuracy. Interpret the plots. How is this model performing?

img_9.png img_13.png

(3) Produce three examples that are relevant to the multi-class classification model and predicting the language relevant to the stack overflow question. Produce the array generated by each of your three examples. Were these predictions accurate?

- array([[0.5091311 , 0.4838978 , 0.5061942 , 0.49897957],
   [0.5577617 , 0.48751166, 0.49878988, 0.44436145],
   [0.54727465, 0.4952414 , 0.4906906 , 0.45755982]], dtype=float32)

(4) Compare your multi-class model with your binary class model that predicted sentiment as either positive or negative in response to various movie reviews. What is the most significant difference between the two different types of models? Compare the two models and estimate which demonstrated better performance? Substantiate your response.