dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit f82840acb275ec0efad176bb535a9f64a87961df
parent cfb9882c4cc0dd8141eaf3731a266c53a6399114
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed,  1 Feb 2023 01:39:32 -0500

Added goodfellow2016 reference

Diffstat:
M.config/bib/references.bib | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.config/bib/references.bib b/.config/bib/references.bib @@ -647,7 +647,6 @@ DOI = "https://doi.org/10.1007/978-3-662-03981-6", } - @Article{mnih2015, title = "Human-level control through deep reinforcement learning", @@ -669,7 +668,6 @@ URL = "https://www.nature.com/articles/nature14236", } - @Article{mnih2013, title = "Playing Atari with Deep Reinforcement Learning ", author = "Vlad Mnih, Koray Kavukcuoglu, David Silver, Alexander Graves, Ioannis Antonoglou, Daan Wierstra, Martin Riedmiller", @@ -678,3 +676,11 @@ year = "2013", URL = "https://www.deepmind.com/publications/playing-atari-with-deep-reinforcement-learning", } + +@Book{goodfellow2016, + title = "Deep Learning", + author = "Ian Goodfellow and Yoshua Bengio and Aaron Courville", + publisher = "MIT Press", + URL = "http://www.deeplearningbook.org", + year = "2016", +}