Research workspace.
Project description
title: anon ...
anon
Table of contents
Installation
The base anon package can be installed from a terminal with the following command:
$ pip install anon
This installation includes basic tools for composing "neural network" -like models along with some convenient IO utilities. However, both automatic differentiation and JIT capabilities require Google's Jaxlib module which is currently in early development and only packaged for Ubuntu systems. On Windows systems this can be easily overcome by downloading the Ubuntu terminal emulator from Microsoft's app store and enabling the Windows Subsystem for Linux (WSL). The following extended command will install anon along with all necessary dependencies for automatic differentiation and JIT compilation:
$ pip install anon[jax]
The in-development version can be installed the following command:
$ pip install https://github.com/claudioperez/anon/archive/master.zip
Changelog
0.0.0 (2021-01-14)
- First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.