We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49eb90b commit 8008e43Copy full SHA for 8008e43
README.md
@@ -29,6 +29,9 @@ See also:
29
30
**LinearSVM** - incomplete port due to a bug with tf.flags
31
32
+**ResNetBlock** - same as FashionMnistClassification above, but shows `Model` subclassing
33
+to implement ResNet block.
34
+
35
**SimpleApproximation** - uses a simple 1 hidden layer neural network to approximate an arbitrary function.
36
37
All models **can be modified and trained**.
0 commit comments