com
.
github
.
cloudml
.
zen
.
ml
.
neuralNetwork
RBM
class
RBM
extends
Logging
with
Serializable
Annotations
@Experimental
()
Linear Supertypes
Serializable
,
Serializable
,
Logging
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RBM
Serializable
Serializable
Logging
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RBM
(
numIn:
Int
,
numOut:
Int
,
dropout:
Double
=
0.5D
)
new
RBM
(
weight:
DenseMatrix
[
Double
]
,
visibleBias:
DenseVector
[
Double
]
,
hiddenBias:
DenseVector
[
Double
]
,
dropoutRate:
Double
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
activateHidden
(
visible:
DenseMatrix
[
Double
]
)
:
DenseMatrix
[
Double
]
Attributes
protected
def
activateVisible
(
hidden:
DenseMatrix
[
Double
]
)
:
DenseMatrix
[
Double
]
Attributes
protected
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
cdK
:
Int
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
dropOutMask
(
cols:
Int
)
:
DenseMatrix
[
Double
]
Attributes
protected
val
dropoutRate
:
Double
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
forward
(
visible:
DenseMatrix
[
Double
]
)
:
DenseMatrix
[
Double
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
hiddenBias
:
DenseVector
[
Double
]
lazy val
hiddenLayer
:
Layer
Attributes
protected[
com.github.cloudml.zen.ml
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isTraceEnabled
()
:
Boolean
Attributes
protected
Definition Classes
Logging
def
learn
(
input:
DenseMatrix
[
Double
]
)
: (
DenseMatrix
[
Double
],
DenseVector
[
Double
],
DenseVector
[
Double
],
Double
,
Double
)
def
log
:
Logger
Attributes
protected
Definition Classes
Logging
def
logDebug
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logDebug
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logError
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logError
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logInfo
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logInfo
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logName
:
String
Attributes
protected
Definition Classes
Logging
def
logTrace
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logTrace
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logWarning
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logWarning
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
numIn
:
Int
def
numOut
:
Int
lazy val
rand
:
Random
Attributes
protected
def
sampleHidden
(
hiddenMean:
DenseMatrix
[
Double
]
)
:
DenseMatrix
[
Double
]
Attributes
protected
def
sampleVisible
(
visibleMean:
DenseMatrix
[
Double
]
)
:
DenseMatrix
[
Double
]
Attributes
protected
def
setSeed
(
seed:
Long
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
val
visibleBias
:
DenseVector
[
Double
]
lazy val
visibleLayer
:
Layer
Attributes
protected[
com.github.cloudml.zen.ml
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
weight
:
DenseMatrix
[
Double
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Logging
Inherited from
AnyRef
Inherited from
Any
Ungrouped