Skip to content

tinyml 예제를 wiznet제품을 사용해서 구현한 프로젝트

Notifications You must be signed in to change notification settings

wiznetmaker/TinyML-WIZProduct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌TinyML-SensorMLPredict

image

This project covers how to improve the performance difference between high-cost sensors and low-cost sensors using neural networks. The authors note that the humidity measured by the company's low-cost sensors differed significantly from higher-cost sensors. To solve this, the authors present a method to improve the performance of low-cost sensors by training a neural network model based on data collected using multiple low-cost sensors. As a result of the experiment, the neural network succeeded in predicting data from low-cost sensors similar to data from high-cost sensors, which is meaningful in that it suggests a way to maintain accuracy while reducing sensor costs. Additionally, the process of using TinyML for efficient data management and model quantization is described.

🪢Summary

  • Low-sensitivity sensor data processing: Processes data collected from low-power and low-sensitivity environmental sensors.
  • TinyML model implementation: Implements a lightweight machine learning model to predict temperature and humidity data.
  • Data reinforcement and prediction: Predict temperature and humidity changes based on collected data and improve prediction accuracy.

📈FlowChart

image

🔗 Link

📌TinyML-Wakeword Detection

image

This post discusses a system for speech recognition. It covers the principles of speech recognition, including the Fourier Transform and STFT (Short Time Fourier Transform). It provides code examples for collecting and preprocessing speech data using Arduino and Python, training a model, and converting it using TensorFlow Lite. The system architecture and operation are explained in detail, along with the implementation steps using Arduino and Python code.

🪢Summary

  • The process of developing a voice recognition system using Arduino and Python with WIZnet W5500-EVB-Pico hardware.
  • The process from preprocessing of speech data through Fourier transform and STFT to model training and conversion to TensorFlow Lite is explained.
  • A method to utilize the model trained through Arduino for voice recognition in real time is presented.

📈FlowChart

image

🔗 Link

About

tinyml 예제를 wiznet제품을 사용해서 구현한 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published