Browse Source

add mlp sources

Phillip Rothenbeck 10 tháng trước cách đây
mục cha
commit
a721fd7ec5
2 tập tin đã thay đổi với 51 bổ sung0 xóa
  1. 24 0
      thesis.bbl
  2. 27 0
      thesis.bib

+ 24 - 0
thesis.bbl

@@ -17,6 +17,13 @@
 \newblock \emph{Mathematical Models in Biology}.
 \newblock Society for Industrial and Applied Mathematics, 2005
 
+\bibitem[GBC16]{Goodfellow-et-al-2016}
+\textsc{Goodfellow}, Ian ; \textsc{Bengio}, Yoshua  ; \textsc{Courville},
+  Aaron:
+\newblock \emph{Deep Learning}.
+\newblock MIT Press, 2016. --
+\newblock \url{http://www.deeplearningbook.org}
+
 \bibitem[HSW89]{Hornik1989}
 \textsc{Hornik}, Kurt ; \textsc{Stinchcombe}, Maxwell  ; \textsc{White},
   Halbert:
@@ -36,6 +43,14 @@
 \newblock DOI 10.1098/rspa.1927.0118. --
 \newblock ISSN 2053--9150
 
+\bibitem[MP72]{Minsky1972}
+\textsc{Minsky}, Marvin ; \textsc{Papert}, Seymour~A.:
+\newblock \emph{Perceptrons}.
+\newblock 2. print. with corr.
+\newblock Cambridge/Mass. [u.a.] : The MIT Press, 1972. --
+\newblock ISBN 9780262630221. --
+\newblock Literaturangaben
+
 \bibitem[MPF23]{Millevoi2023}
 \textsc{Millevoi}, Caterina ; \textsc{Pasetto}, Damiano  ; \textsc{Ferronato},
   Massimiliano:
@@ -45,6 +60,15 @@
 \newblock \url{http://dx.doi.org/10.48550/ARXIV.2311.09944}. --
 \newblock DOI 10.48550/ARXIV.2311.09944
 
+\bibitem[Ros58]{Rosenblatt1958}
+\textsc{Rosenblatt}, F.:
+\newblock The perceptron: A probabilistic model for information storage and
+  organization in the brain.
+\newblock {In: }\emph{Psychological Review} 65 (1958), Nr. 6, S. 386--408.
+\newblock \url{http://dx.doi.org/10.1037/h0042519}. --
+\newblock DOI 10.1037/h0042519. --
+\newblock ISSN 0033--295X
+
 \bibitem[Rud07]{Rudin2007}
 \textsc{Rudin}, Walter:
 \newblock \emph{Analysis}.

+ 27 - 0
thesis.bib

@@ -131,4 +131,31 @@
   publisher = {Elsevier BV},
 }
 
+@Article{Rosenblatt1958,
+  author    = {Rosenblatt, F.},
+  journal   = {Psychological Review},
+  title     = {The perceptron: A probabilistic model for information storage and organization in the brain.},
+  year      = {1958},
+  issn      = {0033-295X},
+  number    = {6},
+  pages     = {386--408},
+  volume    = {65},
+  doi       = {10.1037/h0042519},
+  publisher = {American Psychological Association (APA)},
+}
+
+@Book{Minsky1972,
+  author    = {Minsky, Marvin and Papert, Seymour A.},
+  publisher = {The MIT Press},
+  title     = {Perceptrons},
+  year      = {1972},
+  address   = {Cambridge/Mass. [u.a.]},
+  edition   = {2. print. with corr},
+  isbn      = {9780262630221},
+  note      = {Literaturangaben},
+  pagetotal = {258},
+  ppn_gvk   = {223298433},
+  subtitle  = {An introduction to computational geometry},
+}
+
 @Comment{jabref-meta: databaseType:bibtex;}