Packages

o

scalation.analytics

NeuralNet_3LTest

object NeuralNet_3LTest extends App

The NeuralNet_3LTest object is used to test the NeuralNet_3L class. For this test, training data is used to fit the weights before using them for prediction.

See also

www4.rgu.ac.uk/files/chapter3%20-%20bp.pdf > runMain scalation.analytics.NeuralNet_3LTest

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NeuralNet_3LTest
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  2. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  3. val nn: NeuralNet_3L
  4. val rg0: Regression
  5. val rg1: Regression
  6. val s: Int
  7. val x: MatrixD
  8. val y: MatrixD
  9. val y0: VectorD
  10. val y0p: VectoD
  11. val y1: VectorD
  12. val y1p: VectoD
  13. var yp: MatriD

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear