Discover Packages
github.com/m8u/gorgonia
examples
convnet
command
Version:
v0.10.2
Opens a new window with list of versions in this module.
Published: Jun 2, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
ConvNet
This is an example of a 3-layer ConvNet built with Gorgonia. It uses the MNIST data as an example. The MNIST data is not provided, and MUST be put in ../testdata
.
This example currently works but is very slow, pending a change in transpose algorithms.
A step by step tutorial is exposed on to the Gorgonia website: https://gorgonia.org/tutorials/mnist/
Disclaimer
This example comes with a basic implementation of a ConvNet. It does not contain:
Model serialization (you cannot save your models)
Checkpointing.
Multithreaded batching (training is highly serial).
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.