首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
TinyML-edx
SHUO_MUST
创建于2023-01-31
订阅专栏
微型机器学习Tiny Machine Learning
等 2 人订阅
共33篇文章
创建于2023-01-31
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
Applications of TinyML: Data Engineering for TinyML Applications
Introduction to Data Engineering Data engineering is a critical component of supervised learning, an
Applications of TinyML:Keyword Spotting 3
Keyword Spotting https://colab.research.google.com/github/tinyMLx/colabs/blob/master/3-5-13-Pretrain
Training and Monitoring Training in Colab
Training Keyword Spotting in Colab The code for training your model in Colab is very similar to the
Applications of TinyML:Keyword Spotting 2
Spectrograms and MFCCs The raw analog audio signal is first transformed into a digital signal. You t
Applications of TinyML:Keyword Spotting
Keyword Spotting Application Architecture In this reading, we will go over the high-level architectu
Applications of TinyML:Machine Learning on Mobile and Edge IoT Devices 2
Why are 8-Bits Enough for ML? When neural networks were first being developed, the biggest challenge
Applications of TinyML:Machine Learning on Mobile and Edge IoT Devices
How to use TFLite models This will create a directory with a number of files and metadata describing
The Role of Sensors in TinyML Applications
Sensors are important for machine learning applications as they act as a vehicle between algorithmic
Fundamentals of TinyML: Overfitting
Train your model with the new augmented data in order to overcome overfitting Dropout Regularization
Fundamentals of TinyML: Building a Computer Vision Model
Use complex images ## Download the neccessary data into the Colab Instance Define your model and opt
Fundamentals of TinyML: CNN
Introducing convolutions Let's explore how convolutions work by creating a basic convolution on a 2D
Fundamentals of TinyML: The Building Blocks of Deep Learning
Fundamentals of TinyML: The Building Blocks of Deep Learning
Fundamentals of TinyML: The Machine Learning Paradigm
I personally like to see it as a new paradigm for programming computers.