Skip to content

Commit

Permalink
added images
Browse files Browse the repository at this point in the history
  • Loading branch information
yh08037 committed Feb 19, 2021
1 parent 698239f commit a6678d4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# quantum-neural-network
Qiskit Hackathon Korea 2021 : Hybrid quantum-classical Neural Networks with PyTorch and Qiskit

![](images/hybrid.png)
Binary file added images/hybrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/model1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/model2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions model1-fc/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# 1. CNN with Quantum Fully Connected Layer
Build MNIST multi-label classifiers using classical convolution layers and quantum fully-connected layers.

![](../images/model1.png)
4 changes: 3 additions & 1 deletion model2-conv/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# 2. CNN with Quantum Convolution Layer
Build MNIST multi-label classifiers using quantum convolution layers and classical fully-connected layers.
Build MNIST multi-label classifiers using quantum convolution layers and classical fully-connected layers.

![](../images/model2.png)

0 comments on commit a6678d4

Please sign in to comment.