Glossary

From Miscellany

Also see this list on Wikipedia

A

  • ADC
    • Analog-to-Digital Converter
  • AI
    • Artificial Intelligence
  • AIoT
    • AI + Internet of Things (IoT)
  • ALU
    • Arithmatic Logic Unit
      • along with control units, and memory caches, they allow GPUs to do larger amounts of mathematical operations than CPUs
  • ARM
    • Advanced RISC Machine
  • ANCS
    • Apple Notification Center Service
      • a proprietary service for Apple devices
  • API
    • application programming interface
    • a way for two or more computer programs to communicate with each other.
  • ASIC
    • Application-specific integrated circuit
  • ASR
    • Automatic Speech Recognition

B

  • BLE
    • Bluetooth Low Power

C

  • Cepstrum
    • a sequence of numbers that characterize a frame of speech, in an ML or cryptography context
  • CL
    • Continuous Learning
      • a subfield of AI & ML that enables online, serverless adaptation
  • CNN
    • In the context of AI, CNN is an acronym for Convolutional Neural Network, a class of artificial neural network, most commonly used to analyze visual imagery.
  • CPU
    • Computing Processing Unit
  • CQL
    • Conservative Q-Learning (an AI concept)
      • Q-Learning is an RL technique that allows RL models to learn an execution strategy by figuring out a Q-function (Q comes from Quality) that it learns as it interacts with the environment. See this article.
  • CS
    • Chip Select connection

D

  • DAC
    • Digital-to-Analog Converter
  • DAG
    • Directed Acyclic Graph
      • a directed graph with no directed cycles
      • It consists of vertices and edges (also called arcs), with each edge directed from one vertex to another, such that following those directions will never form a closed loop.
Tred-G
  • DAP
    • Debug Access Point
  • DAPLink
    • Arm Mbed DAPLink is an open-source software project that enables programming and debugging application software on running on Arm Cortex CPUs. Commonly referred to as interface firmware, DAPLink runs on a secondary MCU that is attached to the SWD or JTAG port of the application MCU. This configuration is found on nearly all development boards. It creates a bridge between your development computer and the CPU debug access port. DAPLink enables developers with drag-and-drop programming, a serial port and CMSIS-DAP based debugging.
  • DCT
    • Discrete Cosine Transform
  • DIP
    • Dual In-line Package
      • an electronic component package
  • DL
    • Deep Learning
      • a subfield of AI
  • DLNA
    • Digital Living Network Alliance (DLNA)
      • a set of interoperability standards for sharing home digital media among multimedia devices. It allows users to share or stream stored media files to various certified devices on the same network like PCs, smartphones, TV sets, game consoles, stereo systems, and NASs.
  • DNN
  • DSP
    • Digital Signal Processor
      • a specialized microprocessor chip
  • Docker
    • a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.
  • DTMF
    • Dual Tone Multiple Frequency
      • "...the voice-frequency band over telephone lines between telephone equipment and other communications devices and switching centers." -- Wikipedia
  • duty cycle ratio
    • Because power is only applied [to digital devices] when the duty cycle is on, the average power delivered to the device is the duty cycle ratio multiplied by the "on" time.

E

  • Edge computing
    • Edge computing is a distributed computing framework that brings applications closer to data sources such as IoT devices or local edge servers.
  • eMMC
    • Embedded MultiMedia Card
      • a solid-state storage device, IC package for use in circuit boards as an embedded non-volatile memory system.
  • ESD
    • Electro-Static Discharge

F

  • FFT
    • Fast Fourier Transform
      • an algorithm that computes the discrete Fourier transform of a sequence
  • FIFO
    • First In/First Out
  • FPU
    • Floating-Point Unit, essentially a math co-processor

G

  • GANs
    • Generative Adversarial Networks
      • generative models: they create new data instances that resemble training data
  • GPIO
    • General Purpose Input-Output
  • GPU
  • Graphical Processing Unit

H

  • HAR
    • Human Activity Recognition
      • a Machine Learning process

I

  • I²C
    • Inter-Integrated Circuit, a Phillips-trademarked name
      • also see TWI
      • a hardware communications protocol
  • IC
    • Integrated Circuit
      • a.k.a., "chip"
  • IDE
    • Integrated Development Environment
  • IMU
    • Inertial Measurement Unit
  • INO file
    • Arduino (IDE) file format extension
  • IoT
    • Internet of Things
  • IRQ
    • Interrupt Request

J

  • JSON
    • a language-independent data format

K

  • keras
    • a Python API (framework) for humans designed for implementing machine learning (deep learning)

L

  • LSTM
    • Long-Short Term Memory
      • a type of Machine (or Deep) Learning model or network

M

  • Matter connectivity standard
    • In the context of computer standards, Matter is "an open-source connectivity standard for smart home and Internet of things devices, that promises to make smart devices work with each other regardless of which company manufactures them, that smart home devices will continue to be usable on your home network even when no connection to the internet is available, and that communications with smart home devices are secure." --Wikipedia
  • MFCC
    • Mel Frequency Capstral Coefficient
      • In sound processing, the mel-frequency cepstrum (MFC) is a representation of the short-term power spectrum of a sound, based on a linear cosine transform of a log power spectrum on a nonlinear mel scale of frequency. Mel-frequency cepstral coefficients (MFCCs) are coefficients that collectively make up an MFC.[1] They are derived from a type of cepstral representation of the audio clip (a nonlinear "spectrum-of-a-spectrum").
  • MCU
    • MicroController Unit
  • Mel Scale
    • a perceptual scale of pitches judged by listeners to be equal in distance from one another. The reference point between this scale and normal frequency measurement is defined by assigning a perceptual pitch of 1000 mels to a 1000 Hz tone, 40 dB above the listener's threshold.
  • microcontroller
    • a compact integrated circuit designed to govern a specific operation in an embedded system. A typical microcontroller includes a processor, memory and input/output (I/O) peripherals on a single chip.
  • MISO
    • Master In/Slave Out
    • a data transmission connection protocol
  • ML
  • MLP
    • MultiLayer Perceptron
      • a fully connected class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to mean any feedforward ANN, sometimes strictly to refer to networks composed of multiple layers of perceptrons (with threshold activation)
  • Machine Learning Paradigms
  • MOSI
    • Master Out/Slave In
      • a data transmission connection protocol
  • Mosquitto
    • a cross-platform, open-source MQTT broker (central server)
  • MQTT
    • Message Queue Telemetry Transport
      • a lightweight publish/subscribe messaging protocol, useful for IoT projects
  • microfs
    • tool that uses the USB serial connection for working with the filesystem in MicroPython

N

  • NAS
    • Network Accessible Storage
      • good for file portability across Operating Systems
  • NLP
    • Natural Language Processing
  • Node-RED
    • a flow-based, low-code development tool for visual programming developed originally by IBM for wiring together hardware devices, APIs and online services as part of the Internet of Things.
    • Node-RED provides a web browser-based flow editor, which can be used to create JavaScript functions. Elements of applications can be saved or shared for re-use. The runtime is built on Node.js. The flows created in Node-RED are stored using JSON. Since version 0.14, MQTT nodes can make properly configured TLS connections.
  • NodeMCU
  • NPU
    • Network Processing Unit

O

  • ODL
    • On Device Learning
  • ODM
  • ONNX
    • Open Neural Network Exchange
      • open standard for machine learning interoperability
      • ONNX is an open format built to represent machine learning models
  • open drain
    • means the communications signal is pulled high by default, and devices change the signal by pulling low
  • open source
    • source code that is made freely available for possible modification and redistribution.
      • Products include permission to use the source code, design documents, or content of the product.

P

  • PaLM architecture
    • Pathways Language Model
      • in the context of AI & ML, a 540-billion parameter, dense decoder-only Transformer model trained with the Pathways system
  • PDM
    • Pulse Density Modulation
      • a method of representing an analog signal with binary (on/off) data
  • PIR
    • Passive InfraRed sensor
  • PLC
    • A PLC is an industrial microprocessor-based controller with programmable memory used to store program instructions and various functions.
  • PSRAM
    • Pseudo-Static Read-Only Memory
      • "A random-access memory whose internal structure is a dynamic memory with refresh control signals generated internally, in the standby mode, so that it can mimic the function of a static memory." from https://www.jedec.org/
  • PWM
    • Pulse Width Modulation
      • another method of representing an analog signal, to control the average power delivered, e.g. using a potentiometer

Q

  • QoS
    • Quality of Service
  • QSPI
    • Queued Serial Peripheral Interface
      • a type of SPI controller that uses a data queue to transfer data across the SPI bus

R

  • Relay
    • A Relay is an electromechanical device that can be used to make or break an electrical connection.
      • It consists of a flexible moving mechanical part which can be controlled electronically through an electromagnet. Basically, a relay is just like a mechanical switch but you can control it with an electronic signal instead of manually turning it on or off.
  • REPL
    • Read, Evaluate, Print,Loop
      • This is the three-chevron prompt (>>>) in Python and MicroPython where you type commands interactively.
      • a simple, interactive programming environment that takes single user inputs (i.e., single expressions), evaluates them, and returns the result to the user
  • RL
    • In the context of AI, RL is the acronym for Reinforcement Learning. It is based on trial-and-error learning.
  • RLHF
    • Reinforcement Learning with Human Feedback
      • implemented on PaLM architecture, an open-source implementation of AI like ChatGPT, but more generalized
  • RNN
    • Recurrent Neural Network
      • a class of neural networks that is powerful for modeling sequence data such as time series or natural language
  • RTC
    • Real Time Clock
  • RX
    • Receive, or Receiving Port

S

  • SBC
  • SCL
    • Clock signal used by I²C protocol
  • SCK
    • Serial Clock
  • SCLK
    • Serial CLocK
  • SDA
    • Data signal used by I²C protocol
  • SMD
    • Surface Mount Device
      • an electronic component package
  • SMPS
    • Switched-Mode Power Supply
      • an electronic power supply that incorporates a switching regulator to convert electrical power efficiently.
  • Spectrogram
    • a visual representation of the spectrum of frequencies of a signal as it varies with time.
  • SPI
    • Serial Peripheral Interface
  • STM32

T

  • TensorFlow
    • a free, open-source Python-based software library for machine learning and artificial intelligence
    • It has a particular focus on training and inference of deep neural networks.
  • TensorFlow Lite
    • a mobile library for deploying [machine learning] models on mobile, microcontrollers and other edge devices.
  • Cloud TPU
    • Tensor Processing Unit in the cloud (i.e., in a remote data center)
    • A TPU is an AI accelerator application-specific integrated circuit (ASIC) developed by Google for neural network machine learning, using Google's TensorFlow software.
  • Tensorflow Lite Micro
    • Tensorflow Lite for Microcontrollers
  • TinyML
    • Tiny Machine Learning
      • Embedded ML designed for use on small devices, such as MCUs
  • TFLM
    • TensorFlow Lite for Microcontrollers
  • tVOCs
    • total VOCs
      • VOCs, or "Volatile Organic Compounds" include some that are commonly found indoors. These are described as "total VOCs" or "tVOCs", which under some circumstances can be as high as five times the outdoor concentrations.
  • TWI
    • Two-Wire Interface
      • an open-source description of the I²C protocol
  • TX
    • Transmit, or Transmitting Port

U

  • UART
    • Universal Asynchronous Receiver/Transmitter
  • UPnP
    • Universal Plug 'n' Play
      • Deprecated as a security risk, but if properly configured is very useful
  • USB
    • Universal Serial Bus

V

  • VAE
    • Variational Autoencoder
      • a probabilistic take on the autoencoder, a model which takes high dimensional input data and compresses it into a smaller representation

W

  • WebREPL
    • Browser-based REPL used to communicate with ESP8266/ESP32 boards via local Wifi

X

  • X-Cube-AI
    • X-CUBE-AI is an STM32Cube Expansion Package, which is part of the STM32Cube.AI ecosystem. It extends STM32CubeMX capabilities with automatic conversion of pretrained artificial intelligence algorithms, including neural network and classical machine learning models. It integrates also a generated optimized library into the user's project.

Y

  • YAML
    • Yet Another Markup Language
    • a human-readable data serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted.