modules - Modules that are external to the network which the network usesΒΆ

The module yann.modules contains the definition for the network modules. It contains

various modules including:

  • visualizer is used to produce network visualizations. It will take the activities, filters and data from a network and produce activations.
  • resultor is used to save down network results.
  • optimizer is the backbone of the SGD and optimization.
  • dataset is the module that creates, loads, caches and feeds data to the network.