<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ronika Das</title>
    <description>The latest articles on DEV Community by Ronika Das (@ronikadas).</description>
    <link>https://dev.to/ronikadas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F391845%2F130ecc4e-2f74-4822-a4d4-f76cb66aa3d2.png</url>
      <title>DEV Community: Ronika Das</title>
      <link>https://dev.to/ronikadas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ronikadas"/>
    <language>en</language>
    <item>
      <title>Machine Learning Project</title>
      <dc:creator>Ronika Das</dc:creator>
      <pubDate>Thu, 21 May 2020 11:50:20 +0000</pubDate>
      <link>https://dev.to/ronikadas/machine-learning-project-2ecd</link>
      <guid>https://dev.to/ronikadas/machine-learning-project-2ecd</guid>
      <description>&lt;p&gt;I have always wanted to do a project using Machine Learning but didn't know where to begin. I seeked help from one of my professors who gladly took me under her and became my guide for a ML project. The topic of the project was "Cyberbullying Detection on Twitter against various personalities and hateful topics".&lt;/p&gt;

&lt;p&gt;I used Twitter API to fetch tweets by creating an application in Twitter developers. The tweets collected were targeted by famous personalities or had to have some hateful topics. I worked only on Hinglish data.&lt;/p&gt;

&lt;p&gt;I identified the sentiments of English and Hindi words/pharases. The tweets were then classified as bullying or non bullying based on sentiments. Then, I manually classified all the bullying tweets into direct or indirect bullying.&lt;/p&gt;

&lt;p&gt;Once the training set was ready, I employed various machine learning, deep learning and hybrid algorithms to my datasets. I analysed the performance of each algorithm using metrics like Accuracy, Precision, Recall, F1 score and ROC AUC. I chose accuracy and ROC-AUC to identify the best performing algorithms.&lt;br&gt;
I also calculated the credibility of twitter users by using a set of twelve rules mentioned in the research paper [1].&lt;/p&gt;

&lt;p&gt;It was a research based project and as a beginner of Python at the time, my skills definitely improved. I also came to understand various machine learning and Natural Language Processing concepts. &lt;/p&gt;

&lt;p&gt;References:&lt;br&gt;
[1] Geetika Sarna and M.P.S. Bhatia, “Content based approach to find the credibility of user in social networks: an application of cyberbullying,” International Journal of Machine Learning and Cybernetics, Vol. 8, Issue 2, pp. 677 – 89, 1 April, 2017.&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>python</category>
      <category>project</category>
    </item>
  </channel>
</rss>
