Thursday, 25 June 2026
Codex for Windows
Wednesday, 28 January 2026
Programming Work and AI
Monday, 30 June 2025
Why are GPUs fundamental to AI? And AI training?
Friday, 25 April 2025
What the GAUSS is GNA?
Intel GNA is the Intel "Gaussian and Neural Accelerator" which is a low-power neural co-processor for "continuous inference at the edge" (in other words, hardware-supported real-time neural networks). Its primary use case presently is AI-driven audio applications.
The "Gaussian" part refers to Gaussian Mixture Models, where data is modelled as coming from various Gaussian distributions.
Markdown documentation is available here.
It is part of OpenVINO (TM) which is aimed at fast AI on Intel hardware.
OpenVINO uses a proprietary model format (OpenVINO IR) for which convertors exist from TensorFlow, PyTorch, ONNX and other frameworks.
Tuesday, 27 October 2020
Programming Computers to Work Backwards from a Goal
This is known as backward chaining. This technique is used by automated theorem provers and inference engines. It was used in the expert system Mycin, a famous AI case study.