Skip to content

Commit

Permalink
Added fork-specific help.
Browse files Browse the repository at this point in the history
  • Loading branch information
gumrukcuoglu authored Mar 24, 2023
1 parent 7a544a9 commit c2a542c
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions README
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.

Expand Down Expand Up @@ -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}

0 comments on commit c2a542c

Please sign in to comment.