Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
numpy
as
np
2
print(
'numpy version'
, np.__version__)
3
import
matplotlib
4
print(
'matplotlib version'
, matplotlib.__version__)
Callers
nothing calls this directly
Calls
3
QCNNet
Class · 0.85
backward
Method · 0.80
plot
Method · 0.80
Tested by
no test coverage detected