MCPcopy Create free account
hub / github.com/Apress/quantum-machine-learning-python / QCNN.py

File QCNN.py

Chapter_6/listing6_1/QCNN.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import numpy as np
2print('numpy version', np.__version__)
3import matplotlib
4print('matplotlib version', matplotlib.__version__)

Callers

nothing calls this directly

Calls 3

QCNNetClass · 0.85
backwardMethod · 0.80
plotMethod · 0.80

Tested by

no test coverage detected