https://www.computerhope.com/jargon/m/machcycl.htm
The steps performed by the computer processor for each machine language instruction received. The machine cycle is a 4 process cycle that includes reading and interpreting the machine language, executing the code and then storing that code.
Computer machine cycle
Four steps of Machine cycle
Fetch - Retrieve an instruction from the memory.
Decode - Translate the retrieved instruction into a series of computer commands.
Execute - Execute the computer commands.
Store - Send and write the results back in memory.
'Papers > Machine learning' 카테고리의 다른 글
Threats in deep learning. (0) | 2018.12.29 |
---|---|
Transistor principal (0) | 2018.12.26 |
What's the difference between a single precision and double precision floating point operation? (0) | 2018.12.20 |
Precision Recall AveragePrecision (0) | 2018.12.17 |
How hackers can force AI to make dumb mstakes (0) | 2018.12.17 |