{"id":48070,"date":"2021-07-08T23:22:48","date_gmt":"2021-07-08T15:22:48","guid":{"rendered":"https:\/\/www.seeedstudio.com\/blog\/?p=48070"},"modified":"2021-09-29T16:22:14","modified_gmt":"2021-09-29T08:22:14","slug":"introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers","status":"publish","type":"post","link":"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/","title":{"rendered":"Introducing AIfES &#8211; A TinyML Framework for Machine Learning on Arduino Microcontrollers"},"content":{"rendered":"\n<p>AIfES, short for Artificial Intelligence for Embedded Systems, is a new <strong>open-source machine learning framework<\/strong> for microcontrollers developed by the <a href=\"https:\/\/www.ims.fraunhofer.de\/en.html\">Fraunhofer Institute for Microelectronic Circuits and Systems<\/a> (IMS). Join us in this article to find out just what this means for tinyML and embedded machine learning!<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-1030x552.jpeg\" alt=\"\" class=\"wp-image-48085\" width=\"600\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-1030x552.jpeg 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-300x161.jpeg 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-768x412.jpeg 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-1024x549.jpeg 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg 1500w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/figure><\/div>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What does AIfES bring to the table?<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>AIfES is a platform-independent and standalone AI framework, much like the popular Python frameworks TensorFlow, PyTorch &amp; Keras.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>AIfES currently includes implementations of feedforward neural networks that can be freely configured, along with common activation functions like ReLu, sigmoid and softmax, as well as the usual training tools found in other frameworks like Stochastic Gradient Descent (SGD) and the adam optimiser &#8211; with more to come.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Written fully in C, AIfES yields lightweight and efficient performance, allowing even low-end 8-bit microcontrollers such as the Arduino Uno to run neural networks. In addition, because it uses only standard libraries based on the GNU Compiler Collection (GCC), AIfES can also run on almost any kind of hardware, from microcontrollers like the Arduino to SBCs and even mobile phones!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>While embedded machine learning on microcontrollers has leap-frogged in recent years, AIfES improves on two specific pain points:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Machine learning models must be trained off-device on a separate computer. On-device training and tuning is not possible.<\/li><li>Most tinyML implementations are merely optimised versions of their heavier counterparts, meaning that relatively powerful microcontrollers are still needed to run machine learning models effectively.<\/li><\/ul>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AIfES will allow local, on-device training on microcontroller devices, which is huge for edge computing!<\/strong><\/h3>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The benefits of edge computing are well-known by many, but what AIfES offers is an even greater means of distributed computing. Now, even your tiny, battery-powered microcontrollers can process data, learn from it, and improve its own processes all by itself!<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Platform Independent &amp; Modular for Flexible Use<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>AIfES is platform independent, meaning that you can easily import the structure and weights of a model trained in another framework for further training and deployment. At the same time, a single device can load in different models at runtime, or send model information to the cloud to share with other different devices &#8211; enabling a wide variety of possibilities for edge deployment!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In addition to being optimised for microcontrollers, AIfES also includes memory management features, such as the ability to define the amount of memory that is allocated to the machine learning model. It has also been developed in a modular way to take advantage of accelerated hardware available on specific processor families; for instance,  it can utilise the CMSIS DSP properties of the ARM Cortex controllers for faster deep learning inference.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>AIfES Framework in Action<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>AIfES has been in development for awhile, and there\u2019s been several exciting examples of it in action. For example, check out this <a href=\"https:\/\/www.youtube.com\/watch?v=THb7QcrCpj4\">handwriting recognition system<\/a> that runs on an Arduino Uno, or this <a href=\"https:\/\/www.youtube.com\/watch?v=ES_Aw7Hq_OA\">gesture recognition system<\/a> &#8211; all running on and enabled by AIfES!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>A more notable demonstration, however, is none other than this <a href=\"https:\/\/www.youtube.com\/watch?v=ES_Aw7Hq_OA\">gesture recognition system<\/a> that was entirely trained on an Arduino Nano 33 BLE Sense itself, with none other than AIfES! In the video below, the data processing occurs entirely in the microcontroller: When a &#8220;1&#8221; is drawn, the corresponding command is sent to the robotic arm!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/0wvoNWSW-TmFl0UcYC9ug00k7OVAXzUkcIlLnR4EqyOxTXigh4BHpLUba-mr59zuxv0WPqlrX4EcFC2jkqECgaqv7INnCKtqDoG0IcZ--ZbDg6lDubbILri5IzyJhLQgpwYVguBb\" alt=\"\"\/><figcaption>Source: <em>AIfES<\/em><\/figcaption><\/figure><\/div>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Getting Started<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>AIfES is available under a dual license model, the full details of which you can view on their <a href=\"https:\/\/github.com\/Fraunhofer-IMS\/AIfES_for_Arduino\">GitHub page<\/a>. The good news is that the framework is free to use for developers and private projects, so you can get your hands on it to experiment at no cost.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If you\u2019re keen to know more about the brand new AIfES embedded machine learning framework, check out their <a href=\"https:\/\/github.com\/Fraunhofer-IMS\/AIfES_for_Arduino\">Arduino GitHub repository<\/a> or download it from the <a href=\"https:\/\/wiki.seeedstudio.com\/How_to_install_Arduino_Library\/\">Arduino library manager<\/a> and start tinkering!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>To get started, AIfES also includes many examples that can be run on Arduino-compatible microcontrollers. Apart from inference and training, they also show you how to import an existing model from other frameworks, namely Keras. View them <a href=\"https:\/\/github.com\/Fraunhofer-IMS\/AIfES_for_Arduino\/tree\/main\/examples\">here<\/a>!<\/p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>AIfES, short for Artificial Intelligence for Embedded Systems, is a new open-source machine learning framework<\/p>\n","protected":false},"author":3537,"featured_media":48085,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"iawp_total_views":0,"footnotes":""},"categories":[1],"tags":[6,2799,3745,1608],"class_list":["post-48070","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-arduino","tag-edge-ai","tag-edge-machine-learning","tag-machine-learning"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Introducing AIfES - A TinyML Framework for Machine Learning on Arduino Microcontrollers - Latest News from Seeed Studio<\/title>\n<meta name=\"description\" content=\"AIfES, short for Artificial Intelligence for Embedded Systems, is a new open-source machine learning framework for microcontrollers developed by the Fraunhofer Institute for Microelectronic Circuits and Systems (IMS).\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introducing AIfES - A TinyML Framework for Machine Learning on Arduino Microcontrollers - Latest News from Seeed Studio\" \/>\n<meta property=\"og:description\" content=\"AIfES, short for Artificial Intelligence for Embedded Systems, is a new open-source machine learning framework for microcontrollers developed by the Fraunhofer Institute for Microelectronic Circuits and Systems (IMS).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/\" \/>\n<meta property=\"og:site_name\" content=\"Latest News from Seeed Studio\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-08T15:22:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-29T08:22:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"804\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jonathan Tan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jonathan Tan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/\",\"name\":\"Introducing AIfES - A TinyML Framework for Machine Learning on Arduino Microcontrollers - Latest News from Seeed Studio\",\"isPartOf\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg\",\"datePublished\":\"2021-07-08T15:22:48+00:00\",\"dateModified\":\"2021-09-29T08:22:14+00:00\",\"author\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/61e29862da8741ee517eacd92f4cd094\"},\"description\":\"AIfES, short for Artificial Intelligence for Embedded Systems, is a new open-source machine learning framework for microcontrollers developed by the Fraunhofer Institute for Microelectronic Circuits and Systems (IMS).\",\"breadcrumb\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/#primaryimage\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg\",\"contentUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg\",\"width\":1500,\"height\":804},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.seeedstudio.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introducing AIfES &#8211; A TinyML Framework for Machine Learning on Arduino Microcontrollers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/\",\"name\":\"Latest News from Seeed Studio\",\"description\":\"Emerging IoT, AI and Autonomous Applications on the Edge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.seeedstudio.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/61e29862da8741ee517eacd92f4cd094\",\"name\":\"Jonathan Tan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d8dd1a4a7882386e8818e110c9322897?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d8dd1a4a7882386e8818e110c9322897?s=96&r=g\",\"caption\":\"Jonathan Tan\"},\"url\":\"https:\/\/www.seeedstudio.com\/blog\/author\/jonathan-tan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Introducing AIfES - A TinyML Framework for Machine Learning on Arduino Microcontrollers - Latest News from Seeed Studio","description":"AIfES, short for Artificial Intelligence for Embedded Systems, is a new open-source machine learning framework for microcontrollers developed by the Fraunhofer Institute for Microelectronic Circuits and Systems (IMS).","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/","og_locale":"en_US","og_type":"article","og_title":"Introducing AIfES - A TinyML Framework for Machine Learning on Arduino Microcontrollers - Latest News from Seeed Studio","og_description":"AIfES, short for Artificial Intelligence for Embedded Systems, is a new open-source machine learning framework for microcontrollers developed by the Fraunhofer Institute for Microelectronic Circuits and Systems (IMS).","og_url":"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/","og_site_name":"Latest News from Seeed Studio","article_published_time":"2021-07-08T15:22:48+00:00","article_modified_time":"2021-09-29T08:22:14+00:00","og_image":[{"width":1500,"height":804,"url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg","type":"image\/jpeg"}],"author":"Jonathan Tan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan Tan","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/","url":"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/","name":"Introducing AIfES - A TinyML Framework for Machine Learning on Arduino Microcontrollers - Latest News from Seeed Studio","isPartOf":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/#primaryimage"},"image":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/#primaryimage"},"thumbnailUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg","datePublished":"2021-07-08T15:22:48+00:00","dateModified":"2021-09-29T08:22:14+00:00","author":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/61e29862da8741ee517eacd92f4cd094"},"description":"AIfES, short for Artificial Intelligence for Embedded Systems, is a new open-source machine learning framework for microcontrollers developed by the Fraunhofer Institute for Microelectronic Circuits and Systems (IMS).","breadcrumb":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/#primaryimage","url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg","contentUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg","width":1500,"height":804},{"@type":"BreadcrumbList","@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/07\/08\/introducing-aifes-a-tinyml-framework-for-machine-learning-on-arduino-microcontrollers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.seeedstudio.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Introducing AIfES &#8211; A TinyML Framework for Machine Learning on Arduino Microcontrollers"}]},{"@type":"WebSite","@id":"https:\/\/www.seeedstudio.com\/blog\/#website","url":"https:\/\/www.seeedstudio.com\/blog\/","name":"Latest News from Seeed Studio","description":"Emerging IoT, AI and Autonomous Applications on the Edge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.seeedstudio.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/61e29862da8741ee517eacd92f4cd094","name":"Jonathan Tan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d8dd1a4a7882386e8818e110c9322897?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d8dd1a4a7882386e8818e110c9322897?s=96&r=g","caption":"Jonathan Tan"},"url":"https:\/\/www.seeedstudio.com\/blog\/author\/jonathan-tan\/"}]}},"modified_by":"Lily","views":5876,"featured_image_urls":{"full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg",1500,804,false],"thumbnail":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-80x80.jpeg",80,80,true],"medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-300x161.jpeg",300,161,true],"medium_large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-768x412.jpeg",640,343,true],"large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-1030x552.jpeg",640,343,true],"1536x1536":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg",1500,804,false],"2048x2048":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg",1500,804,false],"visody_icon":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg",32,17,false],"magazine-7-slider-full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog.jpeg",1500,804,false],"magazine-7-slider-center":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-936x804.jpeg",936,804,true],"magazine-7-featured":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-1024x549.jpeg",1024,549,true],"magazine-7-medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-720x380.jpeg",720,380,true],"magazine-7-medium-square":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/07\/AIfES-Logo-In-Blog-675x450.jpeg",675,450,true]},"author_info":{"display_name":"Jonathan Tan","author_link":"https:\/\/www.seeedstudio.com\/blog\/author\/jonathan-tan\/"},"category_info":"<a href=\"https:\/\/www.seeedstudio.com\/blog\/category\/news\/\" rel=\"category tag\">News<\/a>","tag_info":"News","comment_count":"0","_links":{"self":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/48070","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/users\/3537"}],"replies":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/comments?post=48070"}],"version-history":[{"count":20,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/48070\/revisions"}],"predecessor-version":[{"id":48091,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/48070\/revisions\/48091"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media\/48085"}],"wp:attachment":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media?parent=48070"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/categories?post=48070"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/tags?post=48070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}