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

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

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

origin: org.deeplearning4j/deeplearning4j-nn

Pair<Gradient, INDArray[]> pair = current.doBackward(truncatedBPTT);
INDArray[] epsilons = pair.getSecond();
org.deeplearning4j.nn.graph.vertexGraphVertexdoBackward

Javadoc

Do backward pass

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
  • 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
  • isInputVertex
    Whether the GraphVertex is an input vertex
  • hasLayer,
  • isInputVertex,
  • isOutputVertex,
  • setBackpropGradientsViewArray,
  • setEpsilon,
  • setInput,
  • setInputVertices,
  • setLayerAsFrozen,
  • setOutputVertices

Popular in Java

  • Finding current android device location
  • getResourceAsStream (ClassLoader)
  • scheduleAtFixedRate (Timer)
  • runOnUiThread (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Best IntelliJ plugins
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