Skip to content

KZHU.ai 🚀

Into the Unknown

Menu
  • 📈 Discrete Optimization
    • Mathematics
    • Computer Science
    • Cryptography
    • C++
  • ⚛️ Quantum Computing
    • Physics
    • Blockchain
  • 🤖 Machine Learning
    • TensorFlow
    • Python
  • 🛰 Data Science
    • Statistics
    • Matlab
  • 🌦 Hybrid Cloud
    • Kubernetes
    • Golang
    • Web
  • 📈 Business
    • MBA @ Gies
    • Six Sigma
  • 🏦 Finance
    • Law
    • Economics
Menu

Category: Quick Recap

Chosen plaintext attacks secure encryption, Proof by reduction

Private Key Encryption

Posted on February 25, 2022November 10, 2022 by keslerzhu

Limitations of Perfect Secrecy Recall that the perfect secrecy has two limitations: The first limitation can be circumvented by relaxing the notion of perfect secrecy to computational secrecy. In particular, the pseudo one time pad scheme allows parties to securely encrypt a very long message using a short key. In order to circumvent the second…

Read more
Work, energy, first law for point source, Flow work

Thermodynamics: Fundamental Concepts

Posted on February 22, 2022October 20, 2022 by keslerzhu

Thermodynamics is the study of the equilibrium behavior of systems, for which motion at the microscopic level of atom and molecules is important. It involves solving problems that arise because of work, heat transfer, mass transfer interactions with a working substance of some kind. Microscopic behavior determines macroscopic properties such as PVT relations, internal energy…

Read more
Math models of errors, Information ecoding, error recovery, three-bit coding, error effect on three-bit coding

Basics of Quantum Error Correction Theory

Posted on February 18, 2022November 3, 2022 by keslerzhu

The real physical devices that implement computational models are always imperfect. It is not always possible to eliminate all of error sources in practice, however in many cases one could minimize the chances of their occurrence. Classical Error Correction Theory There are three main problems in classical error correction theory: Information channel is an important…

Read more
Deutsch algorithm

Quantum Algorithms

Posted on February 16, 2022November 3, 2022 by keslerzhu

The essence of the quantum computations might not determine some particular result for a certain function, but establish the global properties of this function. For example, in the Deutsch problem, we don’t find the individual values of a function, but consider the whole superposition of the values and make conclusions about whether the function is…

Read more
No-cloning theorem, Bell state generation

Transmission of Quantum Information

Posted on February 13, 2022November 14, 2022 by keslerzhu

Unlike the classical bit, as we already know the quantum bit is able to stay in superposition state. When measuring a qubit in superposition state, one obtains every basis state with a certain probability. The probabilistic behavior of quantum objects has its effect on the logical operations. No-cloning Theorem Classical element FANOUT (bit-copying) could be…

Read more
Pseudo one-time pad, distinguisher, proofs by reduction

Computational Secrecy, Pseudo-randomness, and Proof of Security

Posted on February 10, 2022November 1, 2022 by keslerzhu

Limitations of the One-Time Pad The one-time pad encryption scheme achieves perfect secrecy, but nowadays it is not often used because of several limitations: The key is as long as the message. Only secure if each key is used to encrypt a single message. Actually these limitations are not specific to the one-time pad scheme,…

Read more
Classical computation, Elementary Logic Gates

Quantum vs. Classical Logical Operations

Posted on February 8, 2022November 14, 2022 by keslerzhu

Nowadays, there are a large number of various computers. Despite the differences in physical implementations and the purposes of these devices, from the point of view on the computation theory, the operation principle of any of them can be described by Turing “machine”, which is formally called Church-Turing thesis. The main feature and advantage of…

Read more
Schmidt decomposition

Quantum Entanglement

Posted on February 6, 2022November 14, 2022 by keslerzhu

Quantum entanglement acts as a cornerstone for all quantum computations. If one physical system consists of two or more qubits and its state vector |ζ⟩ can be represented as tensor product |ζ⟩ = |ζ1⟩ ⨂ |ζ2⟩, where |ζ1⟩ and |ζ2⟩ describe states of each qubit. Then the state |ζ⟩ is called separable; otherwise it is…

Read more

Introduction to Classical Cryptography

Posted on February 4, 2022October 27, 2022 by keslerzhu

In dictionary, cryptography is defined as the art of writing or solving codes. Historically, cryptography focused exclusively on codes (or private-key encryption schemes) ensuring secret communication between two parties who share secret in advance. Modern cryptography however has a much broader scope like data integrity, user authentication, protocols, etc. Furthermore cryptography also considers the public-key…

Read more
Qubit implementation, Polarization of the photon, two-level atom, spin 1/2 system

Statistical Aspects of Quantum Mechanics

Posted on January 29, 2022November 14, 2022 by keslerzhu

As of now, it is still unclear whether it is possible to create a so-called quantum computer, a special device which will be able to perform a special set of algorithms on the application of quantum mechanical effects. Qubit Implementation A qubit is the smallest element for storing and processing information in a quantum computer….

Read more
Classification, Decision trees, Random forest

Classification: Decision Trees and k-Nearest Neighbours

Posted on January 25, 2022December 9, 2022 by keslerzhu

Classification Basics Machine learning uses learning data and learning algorithms to produce a model (or Question Answering Machine, QuAM), which is used to make prediction on unseen data. Classifier is a specific kind of model, which is built by using the supervised learning technique called classification. Scientific method could be broken down into several steps:…

Read more
Pure and Mixed States, Ensemble Average

Quantum Mechanics: Ensembles and Identical Particles

Posted on January 21, 2022October 19, 2022 by keslerzhu

Pure and Mixed Ensemble / State In quantum mechanics, we only talk about average or expectation value for a physically observable quantity by taking multiple measurements on ensemble and taking average. Ensemble means a collection of identically prepared physical system. The Stern-Gerlach experiment is an example of producing an ensemble – a collection of electrons…

Read more
Time dependent Schrödinger equation, energy eigenstates, expected value

Time Evolution of Quantum States

Posted on January 14, 2022October 19, 2022 by keslerzhu

Time-dependent Schrödinger Equation Time-dependent Schrödinger equations is not an eigenvalue equation, but allowing us to predict the state at t, given the initial condition at t0. where Hamiltonian H^ = -h2/2m ∇2 + V(x, t). The potential energy V(x, t) in general depends on time, however time-independent potential V(x) covers a large number of important…

Read more
Commuting Operators

Quantum Mechanics: Uncertainty Principle and Change of Basis

Posted on January 6, 2022October 19, 2022 by keslerzhu

Commuting Operators Two observables A and B are considered ‘compatible’ if the corresponding operators commute with each other, i.e.: [A^, B^] = 0, where [ ] is commutator bracket, and A^, B^ are operators representing the physical observables A and B. Commuting operators have two very important properties: Commuting operators share the same set of…

Read more

Heuristic Algorithms: A Case Study

Posted on January 2, 2022June 5, 2023 by keslerzhu

The objectives for any research is that we want to build a mathematical model to formulate the given problem. The heart of operations research is a mathematical model. That model is going to precisely describe the problem, but the model may be too complicated to get an optimal solution. We need heuristic algorithms, and the model could be…

Read more

Posts pagination

  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • …
  • 16
  • Next

American Contract Law I Andrew Ng Anna Koop Brenda Gunderson Christopher Millard Computer Communications Specialization Cryptography Economics of Money and Banking Evgenii Vashukevich Garud Iyengar Ivan Vybornyi Jeffrey Chasnov John Daily Jonathan Katz Kevin Webster Ling-Chieh Kung Machine Learning: Algorithms in the Real World Martin Haugh Mathematics for Engineers Specialization Matthew Hutchens Michael Donohoe Michael Fricke Microsoft Azure Fundamentals AZ-900 Exam Prep Specialization Operations Research (3): Theory Perry Mehrling Petro Lisowsky Physical Basics of Quantum Computing Practical Reinforcement Learning Rebekah May Search Engine Optimization (SEO) Specialization Sergey Sysoev Statistical Thermodynamics Specialization Statistics with Python Specialization Taxation of Business Entities I: Corporations TensorFlow 2 for Deep Learning Specialization U.S. Federal Taxation Specialization Wounjhang Park Xiaobo Zhou Yi Wang Сысоев Сергей Сергеевич

Subscribe to our newsletter!

© 2025 KZHU.ai 🚀 | Powered by Superbs Personal Blog theme

Privacy Policy - Terms and Conditions