Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coopbri/tfq
A sandbox for TensorFlow Quantum: https://www.tensorflow.org/quantum
https://github.com/coopbri/tfq
hacktoberfest
Last synced: about 6 hours ago
JSON representation
A sandbox for TensorFlow Quantum: https://www.tensorflow.org/quantum
- Host: GitHub
- URL: https://github.com/coopbri/tfq
- Owner: coopbri
- Created: 2020-04-26T05:24:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:29:32.000Z (about 1 year ago)
- Last Synced: 2025-01-12T09:07:53.578Z (about 19 hours ago)
- Topics: hacktoberfest
- Language: Jupyter Notebook
- Homepage:
- Size: 124 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow Quantum (TFQ)
This project was created to expand my knowledge of quantum computing, artificial intelligence, and the intersection between the two fields. Currently, I am following the tutorials at https://www.tensorflow.org/quantum/overview (and the repository reflects that), however I plan on using the knowledge gained for future projects (quantum machine learning and similar; recurrent neural networks, convolutional neural networks for image processing, etc.). Google's TensorFlow project is licensed under Apache License 2.0.The experiments and concepts here are not likely to be idiomatic; I wouldn't use this as a production-quality reference, but rather a stepping stone for learning. I am documenting my learning adventure here and will be sharing interesting and useful pieces of information as I discover them.
# Dependencies
The required dependencies are in `requirements.txt`, and can be installed (ideally within a virtual environment) with `pip install -r requirements.txt`. For an example of creating a virtual environment with the `virtualenv` tool, reference this example script.