About Anaconda Help Download Anaconda

Sonnet is a library built on top of TensorFlow 2 designed to provide simple, composable abstractions for machine learning research.

copied from cf-staging / dm-sonnet

Installers

Info: This package contains files in non-standard labels.
  • noarch v2.0.2
  • linux-64 v1.36
  • osx-64 v1.36

conda install

To install this package run one of the following:
conda install conda-forge::dm-sonnet
conda install conda-forge/label/cf202003::dm-sonnet

Description

Sonnet has been designed and built by researchers at DeepMind. It can be used to construct neural networks for many different purposes (un/supervised learning, reinforcement learning, ...). More specifically, Sonnet provides a simple but powerful programming model centered around a single concept: snt.Module. Modules can hold references to parameters, other modules and methods that apply some function on the user input. Sonnet ships with many predefined modules (e.g. snt.Linear, snt.Conv2D, snt.BatchNorm) and some predefined networks of modules (e.g. snt.nets.MLP) but users are also encouraged to build their own modules.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy