- π Daniel Situnayake and Pete Warden. TinyML: Machine Learning with TensorFlow Lite on Arduino and Ultra-Low-Power Microcontrollers. [Link]
- π Gian Marco Iodice. TinyML Cookbook: Combine Artificial Intelligence and Ultra-low-power Embedded Devices to Make the World Smarter [Link]
- π AurΓ©lien GΓ©ron. Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow [Link]
- π FranΓ§ois Chollet. Deep Learning with Python [Link]
- Machine Learning Fundamentals
- You'll learn how machine learning models work, how to build them, and how to optimize them. By the end, youβll know the basics behind building models that will make data-driven predictions.
- β³ Estimated time: 10h
- Git and Version Control
- You'll learn how to: a) organize your code using version control, b) resolve conflicts in version control, c) employ Git and Github to collaborate with others.
- π getting a git repository.
- β³ Estimated time: 5h
- Complementary materials
Week 02: TinyML Fundamentals
-
- You'll learn how to: a) define mathematical functions using calculus; b) employ intermediate machine learning techniques.
- β³ Estimated time: 6h
Week 03: TinyML Challenges
- What are the challenges for TinyML?
- AI lifecycle and ML workflow
- ML evaluation metrics
- Linear Algebra For Machine Learning
- You'll learn how to: a) Understand the key ideas to understand linear systems; b) Apply the concepts to machine learning techniques.
- β³ Estimated time: 6h
- π Further reading paper
Week 04: Deep Learning Fundamentals I
- The big-picture
- Introduction
- Hands on DL fundamentals
- You'll learn how to: a) Understand how neural networks are represented; b) understand how adding hidden layers can provide improved model performance; c) Understand how neural networks capture nonlinearity in the data.
- β³ Estimated time: 8h
Week 05: Deep Learning Fundamentals II
Week 06: Convolutional Neural Networks
Week 07: Using CNN to Classify Images
Week 08: Going Deeper with CNN
- Study of Classical Architectures
- LeNet-5
- Best practices
- Extensions using: batch normalization, dropout, data augmentation
- Sweepy (hyperparameter tuning)
Week 09: Going Deeper with CNN II
Week 10: Transfer Learning
Week 11: Edge Impulse crash course
- A brief overview of Edge Impulse Platform
- Data Acquisition
- Create a impulse design and a preprocessing task
- Training
- Understanding training evaluation metrics
- Model testing
- Live classification using a mobile phone
- AutoML configuration using EON Tuner
- Understanding the results of EON Tuner and versioning the model
- Set a primary model using EON Tuner and Transfer Learning
- Training an EON Tuner primary model using transfer learning
- Final remarks
Week 12: TFLite Optimizations and Quantization
- Post Training Quantization (PTQ)
- Introduction to TensorFlow-Lite
- PTQ of MNIST
- A regression model using TensorFlow-Lite
- Case study using Wandb developed by Ishan Dutta et al.