Samuel Morris

Logo

Hi, I'm Sam Morris a third year student at The University of Manchester studying Computer Science.

Currently on the search for an Industrial placement from August 2023.

View My LinkedIn Profile

View My GitHub Profile

Classifying and Clustering Amazon Product Reviews

Clustering (Task 1)

Cluster the top 50 words and the reverse of each of those top 50 words, e.g., half of the occurrences of “canon’’ will be transformed into “nonac”, in order to test clustering accuracy.

Technologies Used

Achievements

*For more information see the coursework2-report.pdf section Task 1 (on GitHub)

Classifying

Using the prelabelled corpus build and train a neural network model to classify positive and negative reviews. I created a bi-directional LSTM model to solve the task.

Technologies Used

Achievements

*For more information see the coursework2-report.pdf section Task 2 (on GitHub)