This is an unedited manuscript accepted for publication and provided as an Article in Press for early access at the author’s request. The article will undergo copyediting, typesetting, and galley proof review before final publication. Please be aware that errors may be identified during production that could affect the content. All legal disclaimers of the journal apply.

Dnyanesh Hajare,

Shilpa Jahagirdar,

Abhishek Humbe,
- Student, Department of Electronics and Telecommunication, Smt. Kashibai Navale College of Engineering (SKNCOE), SPPU, Pune, Maharashtra, India
- Assistant Professor, Department of Electronics and Telecommunication, Smt. Kashibai Navale College of Engineering (SKNCOE), SPPU, Pune, Maharashtra, India
- Student, Department of Electronics and Telecommunication, Smt. Kashibai Navale College of Engineering (SKNCOE), SPPU, Pune, Maharashtra, India
Abstract document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_abs_111308’);});Edit Abstract & Keyword
The Social Media Post Recommendation System is an innovative solution aimed at optimizing content delivery for users in today’s digital age. Its primary motive is to tailor online experiences, ensuring users receive posts most relevant to their preferences. Various machine learning algorithms are employed to suggest related posts. This system leverages advanced algorithms and analytics, producing key results that highlight user engagement metrics and content relevance. Preliminary findings of this study suggests that a bespoke content delivery method significantly enhances user engagement. This system has the potential to redefine social media content recommendations. The primary aim of the system is to enhance user experience by tailoring online experiences to individual preferences. This entails providing users with highly relevant content to boost engagement and satisfaction. The system employs multiple machine learning algorithms to suggest related posts. These algorithms analyze user behaviour, preferences, and interactions to generate personalized recommendations. By leveraging advanced algorithms and analytics, the system aims to produce key insights into user engagement metrics and content relevance. Overall, the Social Media Post Recommendation System represents a comprehensive and forward-thinking approach to optimizing content delivery in the digital age. By leveraging advanced technology and analytics, the system aims to provide users with a more personalized and engaging online experience.
Keywords: Social media content, Recommendation algorithms, User engagement, Personalization techniques, Information filtering
[This article belongs to International Journal of Algorithms Design and Analysis Review (ijadar)]
Dnyanesh Hajare, Shilpa Jahagirdar, Abhishek Humbe. Enhancing User Engagement and Content Relevance: A Novel Approach to Social Media Post Recommendation System. International Journal of Algorithms Design and Analysis Review. 2024; 02(02):-.
Dnyanesh Hajare, Shilpa Jahagirdar, Abhishek Humbe. Enhancing User Engagement and Content Relevance: A Novel Approach to Social Media Post Recommendation System. International Journal of Algorithms Design and Analysis Review. 2024; 02(02):-. Available from: https://journals.stmjournals.com/ijadar/article=2024/view=0
References
document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_ref_111308’);});Edit
- Geng X, Zhang H, Bian J, Chua TS. Learning image and user features for recommendation in social networks. InProceedings of the IEEE international conference on computer vision 2015 (pp. 4274-4282).
- Sejal D, Rashmi V, Venugopal KR, Iyengar SS, Patnaik LM. Image recommendation based on keyword relevance using absorbing Markov chain and image features. International Journal of Multimedia Information Retrieval. 2016 Sep;5:185-99.
- Anandhan A, Shuib L, Ismail MA, Mujtaba G. Social media recommender systems: review and open research issues. IEEE Access. 2018 Feb 27;6:15608-28.
- Yin P, Zhang L. Image recommendation algorithm based on deep learning. IEEE Access. 2020 Jul 10;8:132799-807.
- Fayyaz Z, Ebrahimian M, Nawara D, Ibrahim A, Kashef R. Recommendation systems: Algorithms, challenges, metrics, and business opportunities. applied sciences. 2020 Nov 2;10(21):7748.
- Hu Y, Hong Y. Shedr: An end-to-end neural event detection and recommendation framework for hyperlocal news using social media. Available at SSRN 3677461. 2020 Aug 1.
- Wan M, Ni J, Misra R, McAuley J. Addressing marketing bias in product recommendations. InProceedings of the 13th international conference on web search and data mining 2020 Jan 20 (pp. 618-626).
- Zhang Y, Yamasaki T. Style-aware image recommendation for social media marketing. InProceedings of the 29th ACM International Conference on Multimedia 2021 Oct 17 (pp. 3106-3114).
- Du S, Chen Z, Wu H, Tang Y, Li Y. Image recommendation algorithm combined with deep neural network designed for social networks. Complexity. 2021;2021(1):5196190.
- Chakrabarti P, Malvi E, Bansal S, Kumar N. Hashtag recommendation for enhancing the popularity of social media posts. Social Network Analysis and Mining. 2023 Jan 11;13(1):21.

International Journal of Algorithms Design and Analysis Review
Volume | 02 |
Issue | 02 |
Received | 03/07/2024 |
Accepted | 17/09/2024 |
Published | 06/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”;
}