I want to code the below lines of the image in latex.

\begin{itemize}
\item [m] - Number of training examples
\item [x] - "Input" variables / features
\item [y] - "Output" variable / "target" Variable
\item [(x,y)] - One training example
\item x^(i),y^(i) - i^{th} training example
\end{itemize}
I have given a try, but i am facing an error. I couldn't identify what's the issue behind. Please help me.
The error i am facing is
! Missing $ inserted.
<inserted text>
$
l.40 \item [x^(i),y^(i)] - i^{th} training example
?
! Extra }, or forgotten $.