IBM Quantum Platorm – Upgraded

https://www.ibm.com/quantum/blog/iqp-upgrade https://quantum.cloud.ibm.com/docs/en/migration-guides/classic-iqp-to-cloud-iqp New version of IBM Quantum Platformhttps://quantum.cloud.ibm.com/ https://quantum.cloud.ibm.com/docs/en/guides/cloud-setup Major Differences:https://quantum.cloud.ibm.com/docs/en/migration-guides/classic-iqp-to-cloud-iqp#major-differences

Calculus – The Derivative

Suppose function $latex y = f(x)$, then the derivative of the function can be denoted as: $latex f'(x), \frac{dy}{dx}, y’ or \frac{d}{dx}(f(x))$ BUT what does that mean actually? Derivative of a function? https://math.libretexts.org/Bookshelves/Calculus/Calculus_(OpenStax)/03%3A_Derivatives/3.02%3A_The_Derivative_as_a_Function

Optimization

Rosenbrock Function $latex f(x,y) = (1-x)^2 + 100(y-x^2)^2$ https://docs.scipy.org/doc/scipy/tutorial/optimize.html

Autonomous Vehicle/ Datasets

https://github.com/waymo-research/waymo-open-dataset/blob/master/tutorial/tutorial_v2.ipynb https://github.com/nutonomy/nuscenes-devkit/tree/master/python-sdk/tutorials https://neptune.ai/blog/self-driving-cars-with-convolutional-neural-networks-cnn

What is Gradient? Loss Function? Model Parameters? Gradient Descent?

Gradient Descent: Optimization algorithm; minimizes errors between predicted and actual results; updates parameters by moving against the gradient Loss Function: aim is to minimize this function, closer to zero; measures how bad the prediction is in comparison to the actual true value; various methods are used; one is Mean Squared Error (MSE) Gradient: Slope; direction ... Read More

Terms in Quantum Computing

Quantum Circuit: Observables: In quantum physics, physical properties/quantity that can be measured. eg. system’s energy, alignment of spins (for a system of spins)http://docs.quantum.ibm.com/guides/specify-observables-paulihttps://en.wikipedia.org/wiki/Observablehttps://www.quantiki.org/wiki/observables-and-measurementshttps://jonathan-hui.medium.com/qc-observable-8a44d10c3f7a EigenValues and EigenVectors: https://www.youtube.com/watch?v=PFDu9oVAE-g&list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_abLinear Algebra – https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab Quantum State: Expectation Values: Expected value of the meaurement or result of an experiment; average of all possible results. https://www.youtube.com/watch?v=8VgBPEcZ_X0https://phys.libretexts.org/Bookshelves/Quantum_Mechanics/Essential_Graduate_Physics_-Quantum_Mechanics(Likharev)/04%3A_Bra-ket_Formalism/4.05%3A_Observables-_Expectation_Values_and_Uncertainties Measuring expectation Values: Unitary Gate: ... Read More

Quantum Circuit Learning

Quantum Circuit Learning [1]: Hybrid Framework for machine learning with low-depth quantum circuit. QCL takes input data, iteratively tunes circuit parameters and gives desired output by utilizing gradient-based optimization of parameters similar to backpropagation method. Unitary Gate: Reversible transformations on quantum states; building blocks of quantum circuit; [1] K. Mitarai, M. Negoro, M. Kitagawa, and ... Read More
error: