AI / Edge AI
Machine learning and computer vision, with a focus on deploying models on-device.
Topics​
- Foundations: training pipelines, datasets, evaluation
- Computer vision: classification, detection, segmentation
- Edge deployment: Jetson, Raspberry Pi, microcontrollers (TinyML)
- Optimization: quantization, pruning, ONNX, TensorRT
- Integration: connecting models to robots and embedded systems
Getting started​
- Set up Python with NumPy and PyTorch (or TensorFlow).
- Train a small classifier and export it (ONNX).
- Run inference on an edge device and measure latency/power.
Share notebooks and deployment notes here.