Running CNN on ATmega328P

This page summarizes the projects mentioned and recommended in the original post on /r/embedded

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • larq

    An Open-Source Library for Training Binarized Neural Networks

  • You quantize the model parameters i.e., don't just send the model in which uses floating point math instead change it to fixed point. This has 2 advantages 1) a pure size reduction and 2) most low power MCU's don't have float point multipliers but do have single cycle fixed point multipliers. This is a classic DSP trick used for a long time. The real research aspects come-in as you start dropping below 8-bit; even coming down to single-bit in some cases(see Larq)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Side Quest Devblog #1: These Fakes are getting Deep

    3 projects | dev.to | 29 Apr 2024
  • My Favorite DevTools to Build AI/ML Applications!

    9 projects | dev.to | 23 Apr 2024
  • TensorFlow-metal on Apple Mac is junk for training

    1 project | news.ycombinator.com | 16 Jan 2024
  • Keras 3.0

    4 projects | news.ycombinator.com | 28 Nov 2023
  • Show HN: Carton – Run any ML model from any programming language

    4 projects | news.ycombinator.com | 27 Sep 2023