gtnn.network¶
gtnn.network.activation¶
Module with some basic neuron activation functions.
gtnn.network.net¶
- class gtnn.network.net.Net(nInput, nOutput, graph=<Graph object, directed, with 0 vertices and 0 edges at 0x2ab54322ce10>)[source]¶
Bases: object
This is a wrapper for the graph_tool.Graph object. One can register vertex/edge properties and use them in algorithm implementation. It also implements basic forward and backward operations.