#
larq
Here are 7 public repositories matching this topic...
good first issue
Good for newcomers
internal-improvement
Internal Improvements and Maintenance
RFC
Request for comments
RFC - accepted
Accepted Proposal
lgeiger
commented
May 20, 2021
leonoverweel
commented
Apr 22, 2020
See larq/docs#71; got updated for the docs in larq/docs#85 and need to be updated in the docstrings here too.
Implementation for the paper "Latent Weights Do Not Exist: Rethinking Binarized Neural Network Optimization"
python
machine-learning
deep-learning
tensorflow
keras
optimizer
arxiv
binarized-neural-networks
larq
-
Updated
Dec 8, 2019 - Python
BNN-to-FPGA framework, written in VHDL and Python
-
Updated
Jul 16, 2021 - Python
leonoverweel
commented
Jul 27, 2020
As mentioned in comments of #149, tables would be more readable if numbers were aligned using all the known best practices. In practice, this would mean using a fixed-width font for numbers in tables and right-aligning columns with numbers (assuming they all have the same number of decimal places).
good first issue
Good for newcomers
Improve this page
Add a description, image, and links to the larq topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the larq topic, visit your repo's landing page and select "manage topics."
Objective
Python 3.6 and above supports type hints and optional statically typing of Python code. Since its introduction is has seen a lot of adoption in many Python projects in particular in larger code bases. Type hints are completely optional and are stripped by the Python parser before runtime.
I am not the only one @plumerai anymore who li