January 2018
Intermediate to advanced
474 pages
10h 23m
English
Sonnet is an object-oriented library written in Python. It was released by DeepMind in 2017. Sonnet intends to cleanly separate the following two aspects of building computation graphs from objects:
Sonnet can be installed in Python 3 with the following command:
pip3 install dm-sonnet
The modules are defined as sub-classes of the abstract class sonnet.AbstractModule. At the time of writing this book, the following modules are available in Sonnet:
| Basic modules | AddBias, BatchApply, BatchFlatten ... |
Read now
Unlock full access