object NeuralNet_XLTTest2 extends App
The NeuralNet_XLTTest2
object trains a neural netowrk on the ExampleAutoMPG
dataset.
This test case uses transfer learning.
A Neural Network with 2 hidden layers is created with the first hidden layer being
transferred from a model trained on related data.
FIX: find a related dataset for 'nn0'.
> runMain scalation.analytics.NeuralNet_XLTTest2
- Alphabetic
- By Inheritance
- NeuralNet_XLTTest2
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val b1: NetParam
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val nn: NeuralNet_XL
- val nn0: NeuralNet_XL
- val nz: Array[Int]
- val nz0: Array[Int]
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear