Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-19 authored Apr 21, 2024
1 parent 8f54782 commit 4547974
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,16 @@ <h1> Problem Statement:</h1>
<div id="predictionResult"></div>
<h2>Video demo</h2>
<div class="video-container">
<a href="https://www.youtube.com/watch?v=Jw3_Ira3pJ4" target="_blank">
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=Jw3_Ira3pJ4" frameborder="0" allowfullscreen></iframe>
</a>
</div>
<h2>Abstract</h2>
<p>A text can provide extensive insight into the sentiment conveyed by the author. Consequently, sentiment analysis derived from textual input is a well-established problem statement in the domains of machine learning and natural language processing (NLP). In this project, we aimed to address this challenge by employing a conventional machine learning methodology to analyze a dataset of over 30,000 tweets from Twitter. The objective was to implement and analyze different classifiers on the Sentiment Analysis Dataset, utilizing various preprocessing techniques (LDA & PCA) and tokenizers (BERTTokenizer and TFIDtokenizer). The project explored and thoroughly analyzed the performance of classifiers- Decision Trees, Random Forests, SVMs, Naive-Bayes, Perceptron and Logistic Regression, optimizing each to yield maximum accuracy by modifying any parameters or hyperparameter tuning. Finally, ensemble learning was employed to achieve optimum performance of the model. It was observed that TFID gave the maximum accuracy, which reached as high as 71.5%.</p>



<h2>Image Carousel</h2>
<h2>Results</h2>
<div class="carousel">
<div class="carousel-images">
<img src="https://github.com/kp-19/CSL2050-Course-Project/blob/main/images/Fig7.png?raw=true">
Expand Down Expand Up @@ -372,4 +374,4 @@ <h3>B22AI054</h3>
}
</script>
</body>
</html>
</html>

0 comments on commit 4547974

Please sign in to comment.