Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larq/zoo
Reference implementations of popular Binarized Neural Networks
https://github.com/larq/zoo
binarized-neural-networks deep-learning keras larq machine-learning neural-networks pretrained-models python reproducible-research tensorflow
Last synced: 4 days ago
JSON representation
Reference implementations of popular Binarized Neural Networks
- Host: GitHub
- URL: https://github.com/larq/zoo
- Owner: larq
- License: apache-2.0
- Created: 2019-05-02T17:02:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T23:22:39.000Z (8 months ago)
- Last Synced: 2024-03-14T22:22:58.467Z (8 months ago)
- Topics: binarized-neural-networks, deep-learning, keras, larq, machine-learning, neural-networks, pretrained-models, python, reproducible-research, tensorflow
- Language: Python
- Homepage: https://docs.larq.dev/zoo
- Size: 1.23 MB
- Stars: 102
- Watchers: 14
- Forks: 17
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Larq Zoo
[![GitHub Actions](https://github.com/larq/zoo/workflows/Unittest/badge.svg)](https://github.com/larq/zoo/actions?workflow=Unittest) [![Codecov](https://img.shields.io/codecov/c/github/larq/zoo)](https://codecov.io/github/larq/zoo?branch=main) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/larq-zoo.svg)](https://pypi.org/project/larq-zoo/) [![PyPI](https://img.shields.io/pypi/v/larq-zoo.svg)](https://pypi.org/project/larq-zoo/) [![PyPI - License](https://img.shields.io/pypi/l/larq-zoo.svg)](https://github.com/plumerai/larq-zoo/blob/main/LICENSE) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
For more information, see [larq.dev/zoo](https://docs.larq.dev/zoo/).
*Larq Zoo is part of a family of libraries for BNN development; you can also check out [Larq](https://github.com/larq/larq) for building and training BNNs and [Larq Compute Engine](https://github.com/larq/compute-engine) for deployment on mobile and edge devices.*
## Requirements
Before installing Larq Zoo, please install:
- [Python](https://python.org) version `3.8`, `3.9`, or `3.10`
- [Tensorflow](https://www.tensorflow.org/install) version `2.4` up to `2.12` (latest at time of writing).## Installation
You can install Larq Zoo with Python's [pip](https://pip.pypa.io/en/stable/) package manager:
```shell
pip install larq-zoo
```## About
Larq Zoo is being developed by a team of deep learning researchers and engineers at Plumerai to help accelerate both our own research and the general adoption of Binarized Neural Networks.