WeSearch

I Put a Neural Network in a Thermometer — Then It Got Out of Hand

·4 min read · 0 reactions · 0 comments · 15 views
#machinelearning#iot#embedded
I Put a Neural Network in a Thermometer — Then It Got Out of Hand
⚡ TL;DR · AI summary

Alex Rosito shares his journey of integrating a neural network into a thermometer. Initially a simple project, it evolved into a tool called Hasaki that trains and exports neural networks as standalone C headers. This innovation allows for AI inference on microcontrollers not originally designed for such tasks.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3903394) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Alex Rosito Posted on May 25 I Put a Neural Network in a Thermometer — Then It Got Out of Hand #cpp #embeddedsystems #machinelearning #iot How it all started About three years ago my wife asked me: "Honey, what do you think the temperature is today?" I told her to check her phone. She gave me a look and said, "No — in here. In the apartment." The next day I remembered we had a clock with a built-in thermometer somewhere. Found it, put batteries in it, problem solved.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)