I am very new using LaTeX by TeX Maker.
When i try to give bibliography with
\cite{sevgican2020intelligent}
\bibliographystyle{IEEEtran}
\bibliography{references.bib}
while my .bib doc includes the key and other information with
@article{sevgican2020intelligent,
title={Intelligent network data analytics function in 5G cellular networks using machine learning},
author={Sevgican, Salih and Turan, Meri{\c{c}} and G{\"o}karslan, Kerim and Yilmaz, H Birkan and Tugcu, Tuna},
journal={Journal of Communications and Networks},
volume={22},
number={3},
pages={269--280},
year={2020},
publisher={KICS}
}
Whenever I try to insert bibliography it gives Citation `sevgican2020intelligent' on page 1 undefined error.
When searched for the solution online, there are so many other people who had faced with this issue once. But unfortunately none of the answers could solve my problem.
Some resources, like overleaf, recommend to use
\usepackage[
backend=biber,
style=alphabetic, ieeetr,
sorting=ynt
]{biblatex}
While i am using:
\usepackage{cite}
Even when I try their recommendation, it throws more errors and warnings.
Can anyone help me to solve my problem please? Thank you for your time any way.