forked from battlesnake/neural
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a544a9
commit c2a542c
Showing
1 changed file
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
***NOTE*** CTAN isn't letting me update their copy of the package and I don't have time to waste chasing it. | ||
|
||
** The CTAN version is *out of date. ** | ||
|
||
** The Github repository has the most up-to-date version. ** | ||
|
||
|
||
Title: | ||
Neural Network | ||
Neural Network SL | ||
|
||
Author: | ||
Author of the original: | ||
Mark K Cowan, [email protected] | ||
|
||
Modified for SL lecture notes: | ||
Emir G | ||
|
||
Installation: | ||
The most up-to-date version of this package is available as a git repository: | ||
battlesnake/neural | ||
https://github.com/battlesnake/neural | ||
|
||
This package is also available on CTAN as `neuralnetwork`: | ||
/graphics/pgf/contrib/neuralnetwork | ||
http://www.ctan.org/tex-archive/graphics/pgf/contrib/neuralnetwork | ||
|
||
This fork is available at | ||
https://github.com/gumrukcuoglu/neuralSL | ||
|
||
Description: | ||
LaTeX package for drawing graphs, particularly neural network diagrams. | ||
|
||
|
@@ -115,4 +114,13 @@ Description: | |
% to layer = layer to link to [REQUIRED] | ||
% to node = node to link to [REQUIRED] | ||
|
||
% Additions specific to this fork: | ||
% To draw arrows going into the input layer nodes and out | ||
% of output layer nodes, setup a blank layer: | ||
% \blanklayer[count=i] | ||
% where i is the same as the size of inputlayer, | ||
% then link it to the input/output layer using | ||
% \linkblank | ||
|
||
|
||
\end{neuralnetwork} |