MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / forward

Method forward

unsupervised_class3/vae_tf.py:36–37  ·  view source on GitHub ↗
(self, X)

Source from the content-addressed store, hash-verified

34 self.f = f
35
36 def forward(self, X):
37 return self.f(tf.matmul(X, self.W) + self.b)
38
39
40class VariationalAutoencoder:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected