trait
Adam extends Optimizer
Value Members
-
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Adam, B)
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
-
def
clone(): AnyRef
-
def
convn(weight: Aux[Input, Batch], bias: Aux[Input, Batch], kernel: (Int, Int), stride: (Int, Int), padding: (Int, Int)): Aux[Input, Batch]
-
-
def
dot(right: Aux[Input, Batch]): Aux[Input, Batch]
-
def
dynamicReshape(newShape: Aux[Input, Aux[Seq[Int], (Int, Float)]]): Aux[Input, Batch]
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Adam
-
-
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
im2col(kernel: Array[Int], stride: Array[Int], padding: Array[Int]): Aux[Input, Batch]
-
final
def
isInstanceOf[T0]: Boolean
-
def
maxPool(dimensions: Int*): Aux[Input, Batch]
-
def
mean: Aux[Input, Batch]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
permute(newShape: Aux[Input, Aux[Int, Float]]*): Aux[Input, Batch]
-
def
permute(newShape: Int*): Aux[Input, Batch]
-
def
reshape(newShape: Aux[Input, Aux[Int, Float]]*): Aux[Input, Batch]
-
def
reshape(newShape: Int*): Aux[Input, Batch]
-
def
shape: Aux[Input, Aux[Seq[Int], (Int, Float)]]
-
def
sum(dimensions: Int*): Aux[Input, Batch]
-
def
sum: Aux[Input, Batch]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toSeq: Aux[Input, Aux[Seq[Seq[Double]], (Int, (Int, Double))]]
-
def
toString(): String
-
def
unary_-: Aux[Input, Batch]
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Adam, B)
Shadowed Implicit Value Members
-
val
self: Any
-
val
self: Any
Inherited by implicit conversion any2stringadd from
Adam to StringAdd
Inherited by implicit conversion any2ArrowAssoc from
Adam to ArrowAssoc[Adam]
Inherited by implicit conversion any2Ensuring from
Adam to Ensuring[Adam]