Social Media Analysis Using Big Data

Year : 2024 | Volume :11 | Issue : 03 | Page : –
By
vector

Krutika Monde,

vector

Altaf Khan,

vector

Om Ugale,

vector

Omkar Tonde,

vector

Shilpali Bansu,

  1. Student, Department of Computer Engineering, A. C. Patil College of Engineering, Navi Mumbai, Maharashtra, India
  2. Student, Department of Computer Engineering, A. C. Patil College of Engineering, Navi Mumbai, Maharashtra, India
  3. Student, Department of Computer Engineering A. C. Patil College of Engineering, Navi Mumbai, Maharashtra, India
  4. Student, Department of Computer Engineering A. C. Patil College of Engineering, Navi Mumbai, Maharashtra, India
  5. HoD and Assistant Professor, Department of Artificial Intelligence & Data Science, A. C. Patil College of Engineering, Navi Mumbai, Maharashtra, India

Abstract

Social media has become an essential aspect of everyday life across different age groups, serving functions ranging from sharing personal updates to staying informed about social developments. Our objective is to harness big data to extract meaningful insights from the immense and ever-expanding volume of data generated on social media platforms. We will collect and analyze data from various social media sources, including text, images, and user interactions, using cutting-edge big data technologies. By employing advanced analytics like semantic word analysis and topic modeling, we aim to uncover valuable trends, user sentiments, and key influences, offering practical applications for businesses, governments, and researchers. Moreover, ethical considerations and privacy safeguards will be integral to our approach to ensure responsible data usage. By combining the extensive reach of social media with the scalability of big data analytics, this project aims to deliver a comprehensive understanding of the social media landscape, offering a wealth of actionable insights. Whether it’s shaping marketing strategies, tracking public sentiment, or enhancing academic research, the results of this project will empower stakeholders to make well-informed decisions in an era where social media is a crucial aspect of our digital lives.

Keywords: Social Media Analysis, Big data, sentiment analysis

[This article belongs to Journal of Advanced Database Management & Systems(joadms)]

How to cite this article: Krutika Monde, Altaf Khan, Om Ugale, Omkar Tonde, Shilpali Bansu. Social Media Analysis Using Big Data. Journal of Advanced Database Management & Systems. 2024; 11(03):-.
How to cite this URL: Krutika Monde, Altaf Khan, Om Ugale, Omkar Tonde, Shilpali Bansu. Social Media Analysis Using Big Data. Journal of Advanced Database Management & Systems. 2024; 11(03):-. Available from: https://journals.stmjournals.com/joadms/article=2024/view=0



References

  1. Flesch B, Vatrapu R, Mukkamala RR, Hussain A. Social set visualizer: A set theoretical approach to big social data analytics of real-world events. In2015 IEEE International Conference on Big Data (Big Data) 2015 Oct 29 (pp. 2418-2427). IEEE.
  2. Sehgal D, Agarwal AK. Sentiment analysis of big data applications using Twitter Data with the help of HADOOP framework. In2016 international conference system modeling & advancement in research trends (SMART) 2016 Nov 25 (pp. 251-255). IEEE.
  3. Shahare FF. Sentiment analysis for the news data based on the social media. In2017 International conference on intelligent computing and control systems (ICICCS) 2017 Jun 15 (pp. 1365-1370). IEEE.
  4. Perikos I, Hatzilygeroudis I. A framework for analyzing big social data and modelling emotions in social media. In2018 IEEE Fourth International Conference on Big Data Computing Service and Applications (BigDataService) 2018 Mar 26 (pp. 80-84). IEEE.
  5. Hu Q, Zhang Y. An effective selecting approach for social media big data analysis—Taking commercial hotspot exploration with Weibo check-in data as an example. In2018 IEEE 3rd International Conference on Big Data Analysis (ICBDA) 2018 Mar 9 (pp. 28-32). IEEE.
  6. Reis J, Housley M. Fundamentals of data engineering. ” O’Reilly Media, Inc.”; 2022 Jun 22.
  7. Mitchell R. Web scraping with Python: Collecting more data from the modern web. ” O’Reilly Media, Inc.”; 2018 Mar 21.
  8. Bozonier J. Test-driven machine learning. Packt Publishing Ltd; 2015 Nov 27.
  9. Sponder M. Social media analytics: Effective tools for building, interpreting, and using metrics. 2012..
  10. Liu B. Sentiment analysis: Mining opinions, sentiments, and emotions. Cambridge university press; 2020 Oct 15.
  11. Ngaboyamahina M, Yi S. The impact of sentiment analysis on social media to assess customer satisfaction: Case of Rwanda. In2019 IEEE 4th International Conference on Big Data Analytics (ICBDA) 2019 Mar 15 (pp. 356-359). IEEE.

Regular Issue Subscription Review Article
Volume 11
Issue 03
Received July 1, 2024
Accepted August 12, 2024
Published September 11, 2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}