This document demonstrates various quantum neural network architectures implemented using the Qiskit Machine Learning library. It shows how to construct OpflowQNN, TwoLayerQNN, CircuitQNN models and perform forward and backward passes on random inputs. It also explores using different backends like statevector simulator and qasm simulator, and different outputs like samples, probabilities or parity functions.