Here is my code that I have for the beginning, however it wont reference to the references.bib, instead it just prints out the title in the paranthetical citation as ex. (marr_2019), without changing that to a number and referencing it at the bottom of the page.
\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\usepackage{biblatex}
\addbibresource{references.bib}
\begin{document}
biber? See also Question mark or bold citation key instead of citation number – leandriis Mar 01 '20 at 18:21citeand thebiblatexpackage. They're mutually incompatible. – Mico Mar 01 '20 at 18:24