CTAN Comprehensive TeX Archive Network

Directory graphics/pgf/contrib/tikz-nef

README.md

tikz-nef

The nef TikZ library provides predefined styles and shapes to create diagrams for neural networks constructed with the methods of the Neural Engineering Framework (NEF) 1.Gated difference integrator example.

The example above was generated with this code:

\begin{tikzpicture}[nef]
    \graph {
        input [ext] -> gate [ens] -> integrator/$x$ [ens] -> output [ext];
        integrator -> [bend right, "$-1$"] gate;
        integrator -> [recurrent] integrator;
        store -> [inhibit] gate;
    };
\end{tikzpicture}

The following styles are supported:

  • ea: ensemble array
  • ens: ensemble
  • ext: external input or output
  • inhibt: inhibitory connection
  • net: network
  • pnode: pass-through node
  • rect: rectification ensemble
  • recurrent: recurrent connection

Installation

While this package is not available in CTAN follow these instruction:

  1. Create the required installation directory (if not already existing): mkdir -p "$(kpsewhich -var-value TEXMFHOME)/tex/generic"
  2. cd "$(kpsewhich -var-value TEXMFHOME)/tex/generic"
  3. git clone https://github.com/jgosmann/tikz-nef.git

References

Eliasmith and Charles H. Anderson. Neural engineering: Computation, representation, and dynamics in neurobiological systems. MIT Press, Cambridge, MA, 2003.

Download the contents of this package in one zip archive (95.8k).

tikz-nef – Create diagrams for neural networks constructed with the methods of the Neural Engineering Framework (NEF)

The nef TikZ library provides predefined styles and shapes to create diagrams for neural networks constructed with the methods of the Neural Engineering Framework (NEF).

The following styles are supported:

  • ea: ensemble array
  • ens: ensemble
  • ext: external input or output
  • inhibt: inhibitory connection
  • net: network
  • pnode: pass-through node
  • rect: rectification ensemble
  • recurrent: recurrent connection

Packagetikz-nef
Home pagehttps://github.com/jgosmann/tikz-nef
Bug trackerhttps://github.com/jgosmann/tikz-nef/issues
Repositoryhttps://github.com/jgosmann/tikz-nef
Version0.1
LicensesMIT License
Copyright2017 Jan Gosmann
MaintainerJan Gosmann
Contained inTeX Live as tikz-nef
MiKTeX as tikz-nef
TopicsPGF TikZ
Diagrams
...
Guest Book Sitemap Contact Contact Author