You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract Calculation module for Variational Quantum Layer. It simulate a parameterized quantum circuit and get the measurement result. It inherits from Module,so that it can calculate gradients of circuits parameters,and trains Variational Quantum Circuits model or embeds Variational Quantum Circuits into hybird Quantum and Classic model.
Hi. 个人认为VQNET的诞生对国内量子机器学习领域来说是个好事!我们又多了一个量子机器学习框架的选择。我简单浏览了一下VQNET的教程,发现了一些小问题,希望可以帮助改进VQNET:
VQNET的教程好像分中英文两个版本。中文版本里,大部分都是中文,但唯独在接口介绍部分掺了一些英文,不太理解用意。另外就是,教程中有些地方的英文有语法错误,例如在量子机器学习模块中对QuantumLayer的解释,
英文版本的教程中也有类似的问题,包括一些英文表达方式也值得推敲。建议再重新审阅一下,以便更好地在国际上推广。
我觉得VQNET教程中的某些示例,不一定非要遵循国外某些QML框架的思路或者代码逻辑,尤其是量子经典神经网络混合模型这个章节。我们可以有自己独特的一些思路。
VQNET中的经典神经网络模块中,是否考虑增加类似tensorboard的功能,以便对模型训练过程更方便地进行监测和可视化。
The text was updated successfully, but these errors were encountered: