Package mklab.JGNN.adhoc.parsers
package mklab.JGNN.adhoc.parsers
Contains model builders that parse expression of the Neuralang scripting
language to simplify mathematical parts of the definitions. This avoid
hand-wiring data transfers and makes for concise model creation. Different
builders correspond to a different practical needs for architecture
definitions.
- Author:
- Emmanouil Krasanakis
-
ClassDescriptionExtends the capabilities of
LayeredBuilder
to use for node classification.Extends the capabilities of theModelBuilder
with the ability to define multilayer (e.g.Extends the baseModelBuilder
with the full capabilities of the Neuralang scripting language.