Processing Basics

Apr 29, 2021  |  Author : admin_mirabilis

Software Pipeline In software engineering, a pipeline consists of a chain of processing elements (processes, threads, coroutines, functions, etc.), arranged so that the output of each element is the input of the next; the name is by analogy to a physical pipeline. Usually some amount of buffering is provided between consecutive elements. The information that flows in these pipelines is often a stream of records, bytes, or bits, and the elements of a pipeline […]

Read more


Apple M2 Chip using AI or deep learning

Apr 28, 2021  |  Author : admin_mirabilis

Apple’s M2, the successor to the M1 and the SoC variant expected to ship in higher-end systems, is said to have now taped out on TSMC’s N5P process [5nm+].  N5P is said to be a small improvement over TSMC’s N5 node, offering an additional 10 percent improvement to power consumption and a 5 percent performance improvement over […]

Read more


Google Quantum Sycamore processor

Apr 27, 2021  |  Author : admin_mirabilis

Sycamore is a quantum processor created by Google Inc.’s Artificial Intelligence division.  It comprises 53 q-bits, while actually having 54 q-bits.  In 2019, Sycamore completed a task in 200 seconds that Google claimed, in a Nature paper, would take a state-of-the-art supercomputer 10,000 years to finish. Thus, Google claimed to have achieved quantum supremacy. To estimate the time that would be taken by a classical supercomputer, Google […]

Read more


Earthquake Prediction using AI or deep learning

Apr 26, 2021  |  Author : admin_mirabilis

Forecasting earthquakes is an important problem in Earth science, because of their devastating consequences. The success of earthquake prediction can potentially save many lives. Current scientific studies related to earthquake prediction focus on when and where it will occur and its magnitude. Different technologies have been used to address this, such as mathematical analysis, machine learning algorithms like […]

Read more


Quantum counting algorithm

Apr 23, 2021  |  Author : admin_mirabilis

A Quantum counting algorithm is for efficiently counting the number of solutions for a given search problem. The algorithm is based on the quantum phase estimation algorithm and on Grover’s search algorithm. Counting problems are common in diverse fields such as statistical estimation, statistical physics, networking, etc. As for quantum computing, the ability to perform quantum counting efficiently is needed in order to use […]

Read more