\documentclass[12pt]{report}\usepackage{setspace}%\doublespacing\usepackage[paperwidth=21cm,paperheight=29.7cm,includehead,headheight=1.5cm,pdftex,hmargin={3cm,2.5cm},vmargin={0cm,2cm},]{geometry}\usepackage[utf8]{inputenc}\usepackage{graphicx}\usepackage{filecontents}\usepackage{sectsty} \usepackage{fancyhdr}\usepackage{enumerate}\usepackage{amsmath,amssymb}\usepackage[english]{babel}\usepackage[nottoc]{tocbibind}\usepackage[autostyle,english=american]{csquotes}\usepackage{pdfpages}\usepackage{float}\usepackage{verbatim}\usepackage{fancyvrb}\usepackage{here}\usepackage{amsfonts}\usepackage{url}\usepackage{listings}\usepackage{xcolor}\usepackage{courier}\usepackage{subfigure}\usepackage{booktabs, cellspace, hhline}\definecolor{mygreen}{rgb}{0,0.6,0}\definecolor{mygray}{rgb}{0.5,0.5,0.5}\definecolor{mymauve}{rgb}{0.58,0,0.82}\usepackage{hyperref}\hypersetup{colorlinks=true,linkcolor=blue,filecolor=magenta, urlcolor=cyan,}\lstset{mathescape=true,basicstyle = \ttfamily}%\usepackage[style=ieee,backend=biber]{biblatex}\usepackage[backend=biber,style=chicago-authordate,natbib=true]{biblatex}\addbibresource{references.bib}%\usepackage[backend=biber,style=nature]{biblatex}\begin{filecontents*}[overwrite]{references.bib}@article{chandrakasan1995minimizing,title={Minimizing power consumption in digital CMOS circuits},author={Chandrakasan, Anantha P and Brodersen, Robert W},journal={Proceedings of the IEEE},volume={83},number={4},pages={498--523},year={1995},publisher={IEEE}}@misc{enwiki1062224546,author = "{Wikipedia contributors}",title = "CMOS --- {Wikipedia}{,} The Free Encyclopedia",year = "2021",howpublished = "\url{https://en.wikipedia.org/w/index.php?title=CMOS&oldid=1062224546} [Online; accessed 30-December-2021]"}@article{Bankman2018AnA3,title={An always-on 3.8$\mu$J/86\% CIFAR-10 mixed-signal binary CNN processor with all memory on chip in 28nm CMOS},author={Daniel Bankman and Lita Yang and Bert Moons and Marian Verhelst and Boris Murmann},journal={2018 IEEE International Solid - State Circuits Conference - (ISSCC)},year={2018},pages={222-224}}@book{ann, title = {Artificial Neural Networks}, author={Ajith Abraham}, journal={Oklahoma State University, Stillwater, OK, USA}}@article{courbariaux2016binarized,title={Binarized neural networks: Training deep neural networks with weights and activations constrained to+ 1 or-1},author={Courbariaux, Matthieu and Hubara, Itay and Soudry, Daniel and El-Yaniv, Ran and Bengio, Yoshua},journal={arXiv preprint arXiv:1602.02830},year={2016}}@ARTICLE{104196,author={Boser, B.E. and Sackinger, E. and Bromley, J. and Le Cun, Y. and Jackel, L.D.},journal={IEEE Journal of Solid-State Circuits}, title={An analog neural network processor with programmable topology}, year={1991},volume={26},number={12},pages={2017-2025},doi={10.1109/4.104196}}@article{article,author = {Li, Ji and Yuan, Zihao and Li, Zhe and Ding, Caiwen and Ren, Ao and Qiu, Qinru and Draper, Jeffrey and Wang, Yetang},year = {2017},month = {03},pages = {},title = {Hardware-Driven Nonlinear Activation for Stochastic Computing Based Deep Convolutional Neural Networks}}@article{forssell2014hardware,title={Hardware implementation of artificial neural networks},author={Forssell, Mats},journal={Information Flow in Networks},volume={18},pages={1--4},year={2014}}@article{davari1995cmos,title={CMOS scaling for high performance and low power-the next ten years},author={Davari, Bijan and Dennard, Robert H and Shahidi, Ghavam G},journal={Proceedings of the IEEE},volume={83},number={4},pages={595--606},year={1995},publisher={IEEE}}@article{ng1996performance,title={Performance of CMOS differential circuits},author={Ng, Pius and Balsara, Poras T and Steiss, Don},journal={IEEE Journal of Solid-State Circuits},volume={31},number={6},pages={841--846},year={1996},publisher={IEEE}}\end{filecontents*}\usepackage{cleveref}\begin{document}\printbibliography\citep{chandrakasan1995minimizing}\citep{enwiki1062224546}\citep{Bankman2018AnA3}\citep{courbariaux2016binarized}\citep{104196}\citep{article}\citep{ann}\citep{davari1995cmos}\citep{forssell2014hardware}\citep{ng1996performance}\end{document}