\documentclass{article}
\usepackage{tikz}
\usepackage{pgf} 
\usepackage{pgfplots}
\usepackage[active,tightpage]{preview}
\begin{document}
\begin{tikzpicture} \begin{axis}[ xlabel=$Epochs$, ylabel=$Loss$ ] % use TeX as calculator: 
\addplot [color=red,mark=x] coordinates
{1.1814986240936174, 1.0811121275604856, 1.0440867744315114, 0.9932925308257315, 0.9545690283398988, 0.9346365195610993, 0.8993714091473833, 0.8744264244516311, 0.8443305895107266, 0.8142398623725382, 0.8014890563456989, 0.7715705993996428, 0.751548418870514, 0.730758359405339, 0.7121728732083429, 0.7026787897037199, 0.6857305768770646, 0.6659383931991233, 0.6528377999250308, 0.6272977577766334, 0.6249012049652656, 0.6137803475544542, 0.5949820534932748, 0.5701485891912879, 0.5740730444038834, 0.5481127540856368, 0.5331964231219792, 0.5245197055552798, 0.5157082165621305, 0.5008923278512484, 0.5069823371567937, 0.4884903210716876, 0.4758811079721707, 0.46901095019457967, 0.46188132212871275, 0.44679083187272006, 0.44261442529359074, 0.4317487418289714, 0.42588749845857116, 0.4183005285025263, 0.40539641170427265, 0.40222435998378997, 0.40820480481190774, 0.3905529750499742, 0.3902274610059528, 0.3836135182397219, 0.37471250193282407, 0.3669238363724632, 0.36407537472734014, 0.36837790757805394, 0.3559931306764548, 0.35108332383767066, 0.3433941392565642, 0.3289385222396123, 0.3433994529356878, 0.32468747058745995, 0.3275154436916656, 0.30971040986058307, 0.31748663701911856, 0.3178635014726717, 0.3005401664522556, 0.31011025500318223, 0.30140570518847454, 0.2867982020506317, 0.2954249415879444, 0.2929888381610616, 0.28403679247225044, 0.26985801062373005, 0.2770677819550813, 0.271375926907747, 0.2581324446025561, 0.26465130074584575, 0.262890513214151, 0.26442804304496786, 0.2424391590814847, 0.25565125884331524, 0.25130263679149556, 0.23677144801213446, 0.24635296656466626, 0.2319930473928956, 0.2290952920086572, 0.22446997855294815, 0.21947554609409542, 0.22825100860281397, 0.22179908722199673, 0.2186135389007699, 0.21596427281215103, 0.20997243866337348, 0.215224802571592, 0.20930085136698104, 0.2068155466838185, 0.20299060933505156, 0.19336752755065018, 0.19352517795893595, 0.19730847748279157, 0.1899485680349785, 0.1843540123619417, 0.19179991873729157, 0.1862600692333807, 0.18071047285796246}; 
\end{axis}
\end{tikzpicture}

\end{document}