summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nndraw
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-22 21:08:26 +0000
committerKarl Berry <karl@freefriends.org>2021-06-22 21:08:26 +0000
commit362d5944c3f0e60a82a4ae0e1fc58b40198a14c4 (patch)
treecd55b20788fca422b21ae4139abd1ecd3292c2b5 /Master/texmf-dist/doc/latex/nndraw
parentdeb2b67ec39e0fed53848b55b8c8fb58477df8f3 (diff)
nndraw (22jun21)
git-svn-id: svn://tug.org/texlive/trunk@59674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nndraw')
-rw-r--r--Master/texmf-dist/doc/latex/nndraw/README42
-rw-r--r--Master/texmf-dist/doc/latex/nndraw/nndraw.pdfbin0 -> 102511 bytes
2 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nndraw/README b/Master/texmf-dist/doc/latex/nndraw/README
new file mode 100644
index 00000000000..35018d65c62
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/nndraw/README
@@ -0,0 +1,42 @@
+NAME
+ nndraw -- a LaTeX package which provides utilities to draw neural networks
+
+VERSION
+ Version: 1.0
+
+COPYRIGHT
+ Copyright (C) 2021 by Carlos Cardoso Dias <carlosdias.dev@gmail.com>
+ --------------------------------------------------------------------------
+ This work may be distributed and/or modified under the
+ conditions of the LaTeX Project Public License, either version 1.3
+ of this license or (at your option) any later version.
+ The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+ and version 1.3 or later is part of all distributions of LaTeX
+ version 2005/12/01 or later.
+
+DESCRIPTION
+ Draws fully connected neural networks in a simple and efficient way
+
+USAGE
+ Usage example: a fully connected neural network with input and output layers
+ and one hidden layer.
+
+ \usepackage{nndraw}
+ \begin{document}
+ \begin{fullyconnectednn}[biasy = -4.5,
+ titley = 1,
+ inout = false]
+ \nnlayer[title = Input layer]{2}
+ \nnlayer[title = Hidden layer]{4}
+ \nnlayer[title = Ouput layer, hasbias = false]{1}
+ \end{fullyconnectednn}
+ \end{document}
+
+AUTHOR
+ Carlos Cardoso Dias
+
+ E-mail: carlosdias.dev@gmail.com
+
+ WWW: <https://carloscdias.com/>
+
diff --git a/Master/texmf-dist/doc/latex/nndraw/nndraw.pdf b/Master/texmf-dist/doc/latex/nndraw/nndraw.pdf
new file mode 100644
index 00000000000..1328cb8f72e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/nndraw/nndraw.pdf
Binary files differ