Tabnine Logo
GraphVertex.setEpsilon
Code IndexAdd Tabnine to your IDE (free)

How to use
setEpsilon
method
in
org.deeplearning4j.nn.graph.vertex.GraphVertex

Best Java code snippets using org.deeplearning4j.nn.graph.vertex.GraphVertex.setEpsilon (Showing top 1 results out of 315)

origin: org.deeplearning4j/deeplearning4j-nn

          + " a labels array. ");
current.setEpsilon(externalEpsilons[thisOutputNumber]);
setVertexEpsilon[topologicalOrder[i]] = true;
    gv.setEpsilon(currentEps.add(epsilons[j++])); //TODO: in some circumstances, it may be safe  to do in-place add (but not always)
  } else {
    try (MemoryWorkspace wsB = Nd4j.getWorkspaceManager()
            .notifyScopeBorrowed()) {
      gv.setEpsilon(currentEps.add(epsilons[j++]));
  gv.setEpsilon(epsilons[j++]);
org.deeplearning4j.nn.graph.vertexGraphVertexsetEpsilon

Javadoc

Set the errors (epsilon - aka dL/dActivation) for this GraphVertex

Popular methods of GraphVertex

  • getLayer
    Get the Layer (if any). Returns null if #hasLayer() == false
  • getVertexName
    Get the name/label of the GraphVertex
  • getInputVertices
    A representation of the vertices that are inputs to this vertex (inputs duing forward pass) Specific
  • getInputs
    Get the array of inputs previously set for this GraphVertex
  • clearVertex
    This method clears inpjut for this vertex
  • doBackward
    Do backward pass
  • doForward
    Do forward pass using the stored inputs
  • feedForwardMaskArrays
  • getEpsilon
    Get the epsilon/error (i.e., dL/dOutput) array previously set for this GraphVertex
  • getOutputVertices
    A representation of the vertices that this vertex is connected to (outputs duing forward pass) Speci
  • getVertexIndex
    Get the index of the GraphVertex
  • hasLayer
    Whether the GraphVertex contains a Layer object or not
  • getVertexIndex,
  • hasLayer,
  • isInputVertex,
  • isOutputVertex,
  • setBackpropGradientsViewArray,
  • setInput,
  • setInputVertices,
  • setLayerAsFrozen,
  • setOutputVertices

Popular in Java

  • Creating JSON documents from java classes using gson
  • requestLocationUpdates (LocationManager)
  • notifyDataSetChanged (ArrayAdapter)
  • getSystemService (Context)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now