Package mklab.JGNN.core.util


package mklab.JGNN.core.util
Contains utility functions that are employed internally, mainly optimized 1D and 2D iterators.
Author:
Emmanouil Krasanakis
  • Class
    Description
     
    Provides computation and (partial) derivation of popular activation functions and cross-entropy loss functions.
     
    Implements an iterator that traverses a range [min, max) where the right side is non-inclusive.
    Implements an iterator that traverses a two-dimensional range (min, max) x (min2, max2).