Glossary

From Miscellany
Revision as of 13:24, 14 January 2023 by Kat (talk | contribs) (→‎M)

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

B

  • BLE
    • Bluetooth Low Power

C

  • 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
  • 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.
  • DIP
    • Dual In-line Package
      • an electronic component package
  • DL
    • Deep Learning
      • a subfield of AI
  • DNN
  • DSP
    • Digital Signal Processor
      • a specialized microprocessor chip
  • 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

G

  • GPIO
    • General Purpose Input-Output
  • GPU
  • Graphical Processing Unit

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)

M

  • 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

O

  • ODL
    • On Device Learning
  • 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.
  • 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

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
  • RLHF
    • Reinforcement Learning with Human Feedback
      • implemented on [[#P|PaLM architecture], an open-source implementation of AI like ChatGPT
  • 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
  • TWI
    • Two-Wire Interface
      • an open-source description of the I²C protocol
  • TX
    • Transmit, or Transmitting Port

U

  • UART
    • Universal Asynchronous Receiver/Transmitter
  • USB
    • Universal Serial Bus

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.