<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Customer sentiment analysis through social media  feedback</title>
  </titleInfo>
  <name type="personal">
    <namePart>Siti Nur Syamimi Binti Mat Zain</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">author.</roleTerm>
    </role>
  </name>
  <typeOfResource manuscript="yes">text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">my</placeTerm>
    </place>
    <dateIssued encoding="marc">2022</dateIssued>
    <copyrightDate encoding="marc">2022</copyrightDate>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>xi, 64 pages : illustrations ;  1 CD-ROM</extent>
  </physicalDescription>
  <abstract>Customer sentiment analysis is an automated way of detecting sentiments in online  interactions in order to assess customer opinions about a product, brand or service. It  assists companies in gaining insights and efficiently responding to their customers. Social  media, forums, blogs and the web have become channels for people to voice their  opinions openly on a variety of discussion topics making it an ideal domain to utilise  customer sentiment analysis. This study presents a machine learning approach to analyse  how sentiment analysis detects positive and negative feedback about TM ONE products.  Customer feedback data were taken from Twitter through Streaming API (Application  Programming Interface), where Tweets are retrieved in real time based on search terms,  time, users and likes. Responses from the twitter API are parsed into tables and stored in  a CSV file. All of these processes were done in Python via Jupyter Notebook. Then, the  analysis continued with the pre-processing stage for cleaning where the correct data can  be extracted as much as possible from the text by converting noise from high-dimensional  features to low-dimensional spaces. Based on the analysis, it was found that there was no  negative sentiment from TM ONE customers. The data were then split into training and  testing to be tested on the three different supervised learning algorithms used in this study  which are Support Vector Machine, Random Forest, and Naïve Bayes. Lasty, the  performance of each model was compared to select the most accurate model and from  the analysis, it can be concluded that Support Vector Machine gives the best performance  in terms of accuracy, mean squared error, root mean squared error and area under ROC  curve. Regarding the results of customer sentiment analysis, some suggestions that can  be utilized to improve this study are to conduct customer sentiment analysis by obtaining  customer feedback data through Facebook, Instagram, Tik Tok, Web and forums. In  addition, the performance of the customer sentiment analysis model can be enhanced by  using deep learning methods. Last but not least, this sentiment analysis study can also be  applied to texts written in Malay language.</abstract>
  <targetAudience authority="marctarget">specialized</targetAudience>
  <note type="statement of responsibility">Siti Nur Syamimi Binti Mat Zain</note>
  <note>Centre for Mathematical Sciences</note>
  <note>Bachelor of Applied Science in Data Analytics with Honours -- Universiti Malaysia Pahang – 2022</note>
  <note>Includes bibliographical references</note>
  <subject authority="lcsh">
    <name type="corporate">
      <namePart>Centre for Mathematical Sciences</namePart>
    </name>
    <topic>Dissertations</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Universities and colleges</topic>
    <topic>Dissertations</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Final Year Project</topic>
  </subject>
  <identifier type="isbn">THE0009860 (Local)</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">UMPSA</recordContentSource>
    <recordCreationDate encoding="marc">240529</recordCreationDate>
    <recordChangeDate encoding="iso8601">20251125110900.0</recordChangeDate>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
