.. _example_networks: **************** Example Networks **************** Please visit the `finn-examples `_ repository. This repo includes prebuilt bitfiles for various PYNQ and Alveo platforms, as well as the scripts to rebuild these examples using the FINN compiler. End-to-end Integration tests ============================ The FINN compiler uses `several pre-trained QNNs `_ that serve as both examples and testcases. * TFC, SFC, LFC... are fully-connected networks trained on the MNIST dataset * CNV is a convolutional network trained on the CIFAR-10 dataset * w\_a\_ refers to the quantization used for the weights (w) and activations (a) in bits These networks are built end-to-end as part of the `FINN integration tests `_ , and the key performance indicators (FPGA resource, frames per second...) are automatically posted to the dashboard below. To implement a new network, you can use the `integration test code `_ as a starting point, as well as the `relevant Jupyter notebooks `_.