tikz-nef
nef TikZ库提供了预定义的样式和形状,以创建使用神经工程框架(NEF)[1]的方法构建的神经网络图。
上面的示例是使用以下代码生成的:
\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 }
支持以下样式:
ea:合奏数组
ENS:合奏
ext:外部输入或输出
抑制:抑
2021-04-30 12:03:02
17KB
TeX
1