Skip to main content

tinyML Talks: Build an Edge optimized tinyML application for the Arduino Nano 33 BLE Sense

 


tinyML Talks: Build an Edge optimized tinyML application for the Arduino Nano 33 BLE Sense


How Chris Knorowski, CTO of Sensiml goes about tinyML as a solution for a problem

1. Is the solution complex enough to warranty ML?
2. Does the data need to be on the device vs cloud? security reasons.
3. Business case

Whats your sample rate and how will you collect the data? Wi-Fi or BLE?
While adding a sensor for every golf club might not make sense, there is a company which has some intelligence in golf ball with GPS and Graf ball with analytics ability.

4. Data Collection - Variance of data to decide how much data to collect, domain expertise for labelling data.

12:43 Good question on the order of fitting the code vs shining up the model

Important to have negative examples when building gesture applications.

Understanding Confusion matrix with the doctor, patient and pregnancy.


Comments

Popular posts from this blog

Reverse index

Looking at this overloaded  page on typesense , I wanted to understand some of the terms. A  good example  of reverse index is when you have to search for 234, 235, 236. Here it makes sense to find the differeing last number sooner than the initial long, same numbers.  The time to  dynamically reconstruct inverted index  is important. Levenshtein automaton what-is-tf-idf  Term frequency - inverse document frequency. Faceted search  vs  Filtering

Stories in Blockchain

In  Whats next for blockchain ,  Robbie Mitchnick, BlackRock’s blockchain lead demystifies some of the stories of Blockchain. Cryptocurrency is an application of Blockchain. "   it’s really not so much a story of people overestimating the usefulness of the technology as it is one of people underestimating the difficulty of implementing it.  " " I would say wherever you have data siloed across multiple systems, and you have multiple parties that need to interact, to read and write to that data, then you have a recipe for potentially an impactful blockchain use case." Bitcoin is to blockchain, as email is to the Internet " Blockchain technology will fundamentally change how transparency and authenticity are derived with anything from food, to ownership of vehicles, to verifying memorabilia, to personal identification due to continuing centralized companies being hacked." - Tampa Conference  “The Past, Present and Future of Blockchain and C...