ksk0629 / quanvolutional_neural_network

This is the repository for one implementation of the algorithm in scientific paper, Quanvolutional Neural Networks: Powering Image Recognition with Quantum Circuits.
MIT License
1 stars 1 forks source link

Make quanvolutional neural network #6

Closed ksk0629 closed 1 month ago

ksk0629 commented 2 months ago

What to do

Make a QuanvolutionalNeuralNetwork class using PyTorch and QuanvolutionalLayer class.

ksk0629 commented 1 month ago

It seems like the commit 060f523 made the code slower. Need to make it back.