├── LICENSE ├── README.md ├── adiabatic_memory.py ├── adiabatic_process.py ├── bell_state_generator.tex ├── bifurcation_graph.tex ├── bloch_sphere.py ├── chimera.tex ├── cnot_gate.tex ├── common_graphics_settings.py ├── convex_loss_functions.py ├── feedforward.tex ├── fredkin_gate.tex ├── graphics_utils.py ├── grover_operator.tex ├── grover_search.tex ├── hadamard_gate.tex ├── hopfield.tex ├── meter.svg ├── nonconvex_loss_functions.py ├── perceptron.tex ├── quantum_annealing.py ├── quantum_neural_network.tex ├── quantum_parallelism.tex ├── quantum_swap.tex ├── quantum_swap_gate.tex ├── quantum_tunneling.py ├── supervised.py ├── support_vectors.py ├── swap_test.tex ├── toffoli_gate.tex ├── transductive.py ├── unsupervised.py ├── vc_dimension_line.py ├── vc_dimension_sine.py └── xor_problem.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/README.md -------------------------------------------------------------------------------- /adiabatic_memory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/adiabatic_memory.py -------------------------------------------------------------------------------- /adiabatic_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/adiabatic_process.py -------------------------------------------------------------------------------- /bell_state_generator.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/bell_state_generator.tex -------------------------------------------------------------------------------- /bifurcation_graph.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/bifurcation_graph.tex -------------------------------------------------------------------------------- /bloch_sphere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/bloch_sphere.py -------------------------------------------------------------------------------- /chimera.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/chimera.tex -------------------------------------------------------------------------------- /cnot_gate.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/cnot_gate.tex -------------------------------------------------------------------------------- /common_graphics_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/common_graphics_settings.py -------------------------------------------------------------------------------- /convex_loss_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/convex_loss_functions.py -------------------------------------------------------------------------------- /feedforward.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/feedforward.tex -------------------------------------------------------------------------------- /fredkin_gate.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/fredkin_gate.tex -------------------------------------------------------------------------------- /graphics_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/graphics_utils.py -------------------------------------------------------------------------------- /grover_operator.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/grover_operator.tex -------------------------------------------------------------------------------- /grover_search.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/grover_search.tex -------------------------------------------------------------------------------- /hadamard_gate.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/hadamard_gate.tex -------------------------------------------------------------------------------- /hopfield.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/hopfield.tex -------------------------------------------------------------------------------- /meter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/meter.svg -------------------------------------------------------------------------------- /nonconvex_loss_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/nonconvex_loss_functions.py -------------------------------------------------------------------------------- /perceptron.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/perceptron.tex -------------------------------------------------------------------------------- /quantum_annealing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/quantum_annealing.py -------------------------------------------------------------------------------- /quantum_neural_network.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/quantum_neural_network.tex -------------------------------------------------------------------------------- /quantum_parallelism.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/quantum_parallelism.tex -------------------------------------------------------------------------------- /quantum_swap.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/quantum_swap.tex -------------------------------------------------------------------------------- /quantum_swap_gate.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/quantum_swap_gate.tex -------------------------------------------------------------------------------- /quantum_tunneling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/quantum_tunneling.py -------------------------------------------------------------------------------- /supervised.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/supervised.py -------------------------------------------------------------------------------- /support_vectors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/support_vectors.py -------------------------------------------------------------------------------- /swap_test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/swap_test.tex -------------------------------------------------------------------------------- /toffoli_gate.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/toffoli_gate.tex -------------------------------------------------------------------------------- /transductive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/transductive.py -------------------------------------------------------------------------------- /unsupervised.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/unsupervised.py -------------------------------------------------------------------------------- /vc_dimension_line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/vc_dimension_line.py -------------------------------------------------------------------------------- /vc_dimension_sine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/vc_dimension_sine.py -------------------------------------------------------------------------------- /xor_problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterwittek/quantum_machine_learning_figures/HEAD/xor_problem.py --------------------------------------------------------------------------------