{"id":41784,"date":"2021-04-02T16:00:21","date_gmt":"2021-04-02T08:00:21","guid":{"rendered":"\/blog\/?p=41784"},"modified":"2024-06-19T08:12:05","modified_gmt":"2024-06-19T08:12:05","slug":"how-to-choose-hardware-for-edge-ml","status":"publish","type":"post","link":"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/","title":{"rendered":"How to Choose Hardware for Edge ML!"},"content":{"rendered":"\n<p>It\u2019s almost common knowledge that machine learning requires more computational power than your average day-to-day tasks. With a variety of offerings from Google, NVIDIA, Intel and others that range from TPUs, tensor cores to GPUs, it\u2019s becoming increasingly difficult to choose hardware for Edge ML tasks. In this article, I aim to shed some light on the technologies that are available on the market and your options when it comes to hardware for both machine learning training and inferencing on the edge. Let&#8217;s go!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1030\" height=\"601\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2021\/03\/21-1030x601.jpg\" alt=\"\" class=\"wp-image-41809\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/21-1030x601.jpg 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/21-300x175.jpg 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/21-768x448.jpg 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/21-1536x896.jpg 1536w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/21-2048x1195.jpg 2048w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/21-1024x597.jpg 1024w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What goes on behind Machine Learning?<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Machine learning is a broad field that has seen tremendous progress in the recent years. It is based on the principle that a computer can autonomously improve its own performance on a given task by learning from data &#8211; sometimes even beyond the capabilities of humans.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Today, machine learning can perform many advanced tasks, including but not limited to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Image Classification \/ Object Detection<\/li>\n\n\n\n<li>Audio Scene \/ Speech Recognition<\/li>\n\n\n\n<li>Forecasting (Eg. Weather &amp; Stock Markets)<\/li>\n\n\n\n<li>Anomaly Detection<\/li>\n<\/ul>\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>Neural Networks &amp; the Hardware Crunch<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Some of these latest machine learning advancements are thanks to the use of Neural Networks, which are modeled after the human brain.<\/p>\n\n\n\n<p>Each artificial neuron in the network is implemented as a nonlinear function that carries a weight, and they are arranged in multiple layers that \u201cvote\u201d on the model\u2019s output. Modern Deep Neural Networks (DNNs) can use up to thousands of neurons that are arranged in hundreds of layers, but why is this important for hardware?<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/qlTnLeF4bDUiHp0tO-Fgo3E3Z8ao4N3c6OMotizknpJZ9VCEylXB_Rao2GWvifd-PGJ5zYo0CF6puJJkrCSu4Im9uxrthIKOgXHzgUIKNq70mgp9Z81rIe1Rkmnzq1HhbMilkocX\" alt=\"\"\/><figcaption class=\"wp-element-caption\"><em>Source: <a href=\"https:\/\/www.youtube.com\/channel\/UCYO_jab_esuFRV4b17AJtAw\">3Blue1Brown on YouTube<\/a><\/em><\/figcaption><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Well, the secret lies in what happens during machine learning training and inferencing. Without going into the technical specifics, the training process of neural networks involves <strong>continuously passing data forwards and backwards through the model while progressively adjusting the weights of each of the neurons<\/strong>. This may only be a few calculations for a small network, but this quickly grows to a massive scale when we are talking about DNNs!<\/p>\n\n\n\n<p>For running inferences (making predictions) with a model, <strong>only the forward pass<\/strong> is required, which eases the computational requirement. Nonetheless, if you don\u2019t have the proper hardware, your ML model can run too slowly for real time applications!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>To read more about the math behind machine learning with neural networks, Gavril Ognjanovski has a <a href=\"https:\/\/towardsdatascience.com\/everything-you-need-to-know-about-neural-networks-and-backpropagation-machine-learning-made-easy-e5285bc2be3a\">great article<\/a> for getting started!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><em><strong>Note: <\/strong>Because of the sheer amount of power required for training machine learning models, it is not feasible to train machine learning models on the edge. Instead, Edge ML applications will only perform inferencing (producing outputs from a trained model).<\/em><\/p>\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>The Solution: Specialised Hardware<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>As machine learning has advanced, it\u2019s no surprise that the industry has tried to keep up in hardware to support the increasing computational workloads. These include advancements to CPUs (Central Processing Units), GPUs (Graphics Processing Units), as well as new ASICs (Application Specific Integrated Circuits) that have been specially customised to support the calculations needed for DNNs!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Today, I will be talking about the following pieces of hardware for machine learning:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Google\u2019s TPUs<\/li>\n\n\n\n<li>NVIDIA\u2019s GPUs<\/li>\n\n\n\n<li>Intel\u2019s FPGAs &amp; ASICs<\/li>\n\n\n\n<li>TinyML: Microcontroller Units for Inferencing<\/li>\n\n\n\n<li>Cloud Computing for Training &amp; Deployment<\/li>\n<\/ul>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Google\u2019s Tensor Processing Units<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Tensor Processing Units (TPUs) are Google\u2019s purpose-built ASICs designed specially for neural network machine learning. In particular, they are intended for use with Google\u2019s own TensorFlow machine learning framework.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Where are Google\u2019s TPUs found?<\/strong><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Google uses TPUs to accelerate their machine learning workloads in their data centres as part of their cloud infrastructure. For edge applications, Google\u2019s first TPU was introduced in 2016, which then evolved into the latest <a href=\"https:\/\/cloud.google.com\/edge-tpu\">Edge TPU<\/a> that is widely popular today.<\/p>\n\n\n\n<p>The Edge TPU has been integrated into a variety of products under the <a href=\"https:\/\/coral.ai\/\">Coral<\/a> brand, so that it can handle machine learning workloads in different hardware configurations. For example, the Edge TPU has been implemented in single board computers (SBCs), systems on modules (SoMs), USB accessories, mini PCI-e, and more!<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What can Google\u2019s Edge TPU do?<\/strong><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The Edge TPU can only run TensorFlow lite, which is a performance and resource optimised version of the full TensorFlow for edge devices. Take note that only forward-pass operations can be accelerated, which means that the Edge TPU is more useful for performing machine learning inferences (as opposed to training). In addition, the Edge TPU only supports 8-bit operations, so the models that you want to run on it must first have been <a href=\"https:\/\/www.tensorflow.org\/lite\/performance\/model_optimization\">optimised<\/a> with quantization.<\/p>\n\n\n\n<p>Despite these caveats, Google\u2019s TPUs offer substantial power for edge machine learning while remaining power efficient. For example, Google states that the Edge TPU will enable users to execute state-of-the-art mobile vision models such as <a href=\"https:\/\/ai.googleblog.com\/2018\/04\/mobilenetv2-next-generation-of-on.html\">MobileNetv2<\/a> at nearly 400 FPS!<\/p>\n\n\n\n<p>For those who are more concerned about processor numbers, thats:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>4 Trillion (fixed-point) operations per second (4 TOPS),<\/li>\n\n\n\n<li>at 2 watts of power (2 TOPS per watt)!<\/li>\n<\/ul>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Getting Started with a Google Edge TPU<\/strong><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If you\u2019re raring to explore some of the options powered by a Google Edge TPU, you\u2019re in luck as I have some of the most popular recommendations for you today!<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/www.seeedstudio.com\/Coral-Dev-Board-p-2900.html\"><strong>Coral Dev Board &#8211; 1GB RAM Version<\/strong><\/a><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The Coral Dev board is an all-in-one platform that allows you to quickly prototype on-device machine learning products and applications. You can even easily scale to production through its flexible SoM design! Capable of running Debian Linux and paired with rich peripherals, the Coral Dev Board is well equipped to take advantage of its on-board Edge TPU for any ML purpose.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/sS5358AuCtBC0sUq6n8ZJoi0vZBQAasvdLhej9R0ncxXNMpC_TPrzad3a_J0BG49UXChKy-gp2VDLil5pcCpJMlUM9AGubw1hNbbrPB4Uyt0j6kZ9bN0FEbrOcc71Uvu0PzbdKLX\" alt=\"\" width=\"500\"\/><\/figure><\/div>\n\n\n<p>To learn more about the Coral Dev Board, please visit its <a href=\"https:\/\/www.seeedstudio.com\/Coral-Dev-Board-p-2900.html\">product page<\/a> on the Seeed Online Store!<\/p>\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\"><a href=\"https:\/\/www.seeedstudio.com\/Coral-USB-Accelerator-p-2899.html\"><strong>Coral USB Accelerator<\/strong><\/a><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>For those who want to use Google\u2019s Edge TPU with your existing development boards, the Coral USB Accelerator is your best bet. Packaged as a USB accessory, you can easily interface with and accelerate the machine learning workloads on any Linux SBC like your <a href=\"https:\/\/www.seeedstudio.com\/Raspberry-Pi-4-Computer-Model-B-4GB-p-4077.html\">Raspberry Pi<\/a>!<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/T_p9ZTcPnWl-n-xGXBv-Z2qfrWjm2upgn1FF9NINm2VKizsVSMWu96DdY8I6r1iEOniZUgo_NPMbdo_fSpk_m7EnonJX_ukX4mgXSV81uk91B5Wb6a-PySDAaqJEu6tij4bo2uza\" alt=\"\" width=\"600\"\/><\/figure><\/div>\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Keen to learn more about the Coral USB Accelerator? Visit its <a href=\"https:\/\/www.seeedstudio.com\/Coral-USB-Accelerator.html\">product page<\/a> on the Seeed Online Store now!<\/p>\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\"><a href=\"https:\/\/www.seeedstudio.com\/Coral-M2-Accelerator-with-Dual-Edge-TPU-p-4681.html\"><strong>Coral M.2 Accelerator with Dual Edge TPU<\/strong><\/a><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The Coral M.2 Accelerator is equipped with not one, but <strong>two Edge TPUs<\/strong> to handle your larger machine learning workloads. With the flexible and common M.2 connector, you can use this module with most Debian-based Linux or Windows 10 systems!<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2021\/03\/Copy-of-Untitled-1030x589.jpg\" alt=\"\" class=\"wp-image-41789\" width=\"600\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Copy-of-Untitled-1030x589.jpg 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Copy-of-Untitled-300x171.jpg 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Copy-of-Untitled-768x439.jpg 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Copy-of-Untitled-1024x585.jpg 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Copy-of-Untitled.jpg 1400w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/figure><\/div>\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Visit the Seeed Online Store to learn more about the Coral M.2 Accelerator with Dual Edge TPU now!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>NVIDIA\u2019s Graphic Processing Units<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>NVIDIA\u2019s graphics cards (or GPUs) have been a big part of the AI industry for a long time, but what do graphics have to do with machine learning? Well, the answer actually lies in the hardware that supports graphical rendering. Compared to a CPU, a GPU tends to have more logical cores (or arithmetic logic units), which allows it to run many operations in parallel! In theory, this means that GPUs can perform many more operations than CPUs, which drastically speeds up the performance of machine learning.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/v_0BpfNpwgWNbgE3h2R4kEcBOltVhUsGlRwjbhEBB12YfaKT9ROFWWaMMXk_4yaPcSw78BanJ1U8bmZ-TLv71HbT-qesCFWZ0Ajx-24qo9JHLxRfIbBiYTQRLh7GHLGuJuDQ7lR5\" alt=\"\"\/><figcaption class=\"wp-element-caption\"><em>Source: Fast.ai<\/em><\/figcaption><\/figure><\/div>\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>What can NVIDIA\u2019s GPUs do?<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>NVIDIA has an impressive line of <a href=\"https:\/\/www.nvidia.com\/en-gb\/graphics-cards\/\">enterprise or desktop class GPUs<\/a> based on their own <a href=\"https:\/\/en.wikipedia.org\/wiki\/Turing_(microarchitecture)\">Turing Architecture<\/a>, as well as a selection of developer kits that support machine learning on the edge. Most of them contain features such as<strong> CUDA cores<\/strong>, <strong>Tensor cores<\/strong> and <strong>CuDNN libraries<\/strong> to accelerate machine learning performances.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>CUDA Cores<\/strong>, short for Compute Unified Device Architecture, are used to enable general purpose computing with NVIDIA\u2019s CUDA-enabled GPUs to take advantage of their parallel processing capabilities.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Tensor Cores <\/strong>are the primary differentiator from NVIDIA in scaling up deep learning, delivering up to 125 TFLOPS (trillion floating point operations per second) of optimised performance for matrix calculations in Neural Network training and inferencing.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>CuDNN Libraries <\/strong>provide developers with an enhanced interface to utilise Tensor Cores for deep learning applications and networks.<\/p>\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>NVIDIA\u2019s Edge ML Offerings<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>While NVIDIA has had great success with their more powerful GPU lines, their Edge ML offerings in the NVIDIA Jetson Nano and NVIDIA Jetson Xavier NX developer kits are nothing to scoff at either. They are both compatible with <a href=\"https:\/\/developer.nvidia.com\/embedded\/jetpack\">NVIDIA\u2019s JetPack SDK<\/a>, which includes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bootloader, Linux kernel, Firmwares &amp; Drivers<\/li>\n\n\n\n<li>TensorRT &#8211; NVIDIA\u2019s high performance deep learning inference runtime<\/li>\n\n\n\n<li>cuDNN Library, CUDA Toolkit<\/li>\n\n\n\n<li>VisionWorks &#8211; Software development package for Computer Vision<\/li>\n<\/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\"><a href=\"https:\/\/www.seeedstudio.com\/NVIDIA-Jetson-Xavier-NX-Developer-Kit-p-4573.html\"><strong>NVIDIA Jetson Xavier NX Developer Kit<\/strong><\/a><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The Jerson Xavier NX is the most powerful platform offered by NVIDIA for edge development. Equipped with an NVIDIA GPU with 384 CUDA cores and 48 Tensor cores, it can offer astounding performance of 6 TFLOPS (FP16) and 21 TOPS (INT8)!<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/tkKNwlw7hjkMdRrsAU4YI1ErORBD7n0CkVs1AXZsDJKtRv8TbYOYoCMxmJZX0ri71OKUjC-qe7SeT22ud8IBG-PagnOAJi2G3TtjsAJ0JKZBmswTVtRh-SvWKta5MR4huCxgBuRu\" alt=\"\" width=\"600\"\/><\/figure><\/div>\n\n\n<p>Keen to learn more about the NVIDIA Jetson Xavier NX? Visit the <a href=\"https:\/\/www.seeedstudio.com\/NVIDIA-Jetson-Xavier-NX-Developer-Kit-p-4573.html\">Seeed Online Store<\/a>!<\/p>\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\"><a href=\"https:\/\/www.seeedstudio.com\/NVIDIA-Jetson-Nano-2GB-Developer-Kit-Wireless-Adapter-Included-p-4707.html\"><strong>NVIDIA Jetson Nano 2GB Developer Kit<\/strong><\/a><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If you\u2019re looking for a more affordable option, consider the NVIDIA Jetson Nano Developer Kit instead! While it isn\u2019t listed to have CUDA or Tensor cores, it\u2019s still powered by a powerful 128-core NVIDIA Maxwell GPU and Jetpack SDK. This is a perfect entry-level option for educators, students and enthusiasts that won\u2019t break the bank!<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/y7ad0WnMZj8ECSAt5d4e3KIhW7yhtLS-O5itm91nxBfA9Wy2wqr2s6stPxQNv36soSnumxSeHIUt00Z9sdGRgu2jJjgW1GUhKKRgm0kxBoU7X0Qs8YL_Enh-6fgdBE6eTSBRTYOq\" alt=\"\" width=\"600\"\/><\/figure><\/div>\n\n\n<p>Pick up your very own NVIDIA Jetson Nano Developer Kit on the <a href=\"https:\/\/www.seeedstudio.com\/NVIDIA-Jetson-Nano-2GB-Developer-Kit-Wireless-Adapter-Included-p-4707.html\">Seeed Online Store<\/a>!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Intel\u2019s Edge ML Product Lineup<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In the field of AI research, Intel continues to push the limits of computing by producing hardware for both data centre workloads and low-power machine learning on the edge. Amongst their diverse lineup, we will be focusing on their FPGAs and Movidius VPU!<\/p>\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>Intel\u2019s AI FPGAs<\/strong><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>FPGAs, or Field Programmable Gate Arrays, are essentially blank canvas integrated circuits made up of configurable blocks. This means that you can specifically customise them for high-performance, low-latency applications, such as for machine learning!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/7iK_enC9i3b9HLZTSYB1DA2QdD1ME1xviK_Wdcb_e20DFCPQoNI9gC8h5hBhtoqdRdodP---JNiPeUyltZLXgdCrBRimdooR_qOnWGrJR-n9KuX4t4O6z9BymSCemQ11yxlO4d3M\" alt=\"\"\/><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Intel offers a wide range of FPGAs with various features and benefits. For example, their <a href=\"https:\/\/www.intel.com\/content\/www\/us\/en\/products\/programmable\/fpga\/stratix-10\/nx.html\">Intel\u00ae Stratix\u00ae 10 NX FPGAs<\/a> feature an AI Tensor Block that allows it to perform 143 INT8 TOPS or 286 INT4 TOPS &#8211; very impressive performance! To learn more about FPGAs, their uses and how they compare to ASICs, kindly visit my <a href=\"https:\/\/www.seeedstudio.com\/blog\/2021\/01\/20\/what-is-an-fpga-and-why\/\">previous article<\/a> on the subject.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Intel Movidius VPU<\/strong><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><a href=\"https:\/\/www.intel.com\/content\/www\/us\/en\/products\/docs\/processors\/movidius-vpu\/myriad-x-product-brief.html?wapkw=movidius\">Intel\u2019s Movidius\u2122 Myriad\u2122 X Vision Processing Unit (VPU)<\/a> is specially designed to power visual intelligence on the edge. It features a Neural Compute Engine, which enables the VPU to reach over 1 TOPS of compute performance.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/8cEtvqwsRj7ZprpdVib2ZL8qbrG4TEfBeABwsenfGPiVWaI8xYtkPgrXxfx44AeqxiqbRnUOBxAPSPulNCMv9ClITIOq2vvH4NZEF8JY7HTRH6Hyp6Yq6nUMnuUHBmOFGxj9_itM\" alt=\"\" width=\"126\" height=\"126\"\/><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In addition, the Intel Movidius\u2122 Myriad\u2122 X VPU is equipped with:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>16 Programmable 128-bit VLIW Vector Processors for Concurrent Imaging &amp; Vision Application Pipelines<\/li>\n\n\n\n<li>Enhanced Vision Accelerators for Optimised Computation without Additional Overhead<\/li>\n<\/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\"><a href=\"https:\/\/www.seeedstudio.com\/Intel-Movidius-MA245X-AI-Kit-Compatible-w-Intel-Movidius-Stick-p-3146.html\"><strong>Intel Movidius MA245X AI Kit Compatible w\/ Intel Movidius Stick<\/strong><\/a><strong> [HornedSungem]<\/strong><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The HornedSungem AI kit is based on Intel\u2019s Movidius MA245X VPU, and designed with plug-and-play functionalities in mind. It is highly compatible with various PCs and even SBCs like the Raspberry Pi, and can be integrated to implement computer vision functionalities like face detection, recognition, object detection, and more!<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/qdlTEjNtp59PB0kS1p4pKH_57R8-L1HijS0H_MXIbp1RzYm2crxFoqgQFQkyDnKZmcmGLf3tO-fQ2K_mY7kP0k0NMLoYIuQFsGq4WwGDlI6lni2cHlgvPnq1pYeoZa28ArsrOntw\" alt=\"\" width=\"600\"\/><\/figure><\/div>\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If you\u2019re curious to learn more about the Intel Movidius MA245X AI Kit, visit the <a href=\"https:\/\/www.seeedstudio.com\/Intel-Movidius-MA245X-AI-Kit-Compatible-w-Intel-Movidius-Stick-p-3146.html\">Seeed Online Store<\/a> today!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>TinyML: Edge ML Inferencing on Microcontrollers?<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>So far, we\u2019ve talked about specialised hardware for training and inferencing, and we know that ML inferencing uses far less computational hardware than training. Thanks to TinyML, we\u2019re beginning to see applications that use ML inferencing on the tiniest of edge devices.<\/p>\n\n\n\n<p>Yes &#8211; even including microcontrollers!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/0OlmQkpAH7bqwuoEM5AyTfFIbGDKzxJSV8_-0pDX7CA35tmC56ek4VRvGMEPCK8ZpJPh0jD3pMsq6MMLrCEVLEzx485myIPtQhQ9IN7K5E-60EHzpDCJ9tyxODFfLTGmh6Px4TAV\" alt=\"\" width=\"400\"\/><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>TinyML, short for Tiny Machine Learning, is a subset of machine learning that employs optimisation techniques to reduce the computational space and power required by machine learning models. Specifically, it aims to bring ML inference applications to compact, power-efficient, and most importantly affordable microcontroller units (MCUs).<\/p>\n\n\n\n<p>Further fuelling the TinyML movement, companies like <a href=\"https:\/\/www.edgeimpulse.com\/\">Edge Impulse<\/a> &amp; <a href=\"https:\/\/openmv.io\/\">OpenMV<\/a> are helping to make Edge AI more accessible to everyone through user-friendly platforms. With the versatility of MCUs, it\u2019s no surprise that they\u2019re one of the most popular areas of machine learning research and development today!<\/p>\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>Best Microcontrollers for Edge AI<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Meeting software improvements halfway, microcontrollers are also enjoying more powerful hardware performance with better and stronger microprocessors every year. With many microcontroller choices on the market, it can be difficult to make an informed decision. Today, I\u2019ve got you covered with the following microcontroller recommendations for machine learning on the edge!<\/p>\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>Seeeduino XIAO<\/strong><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The Seeeduino XIAO is the smallest Arduino compatible board in the Seeeduino Family. Despite its small size, the Seeeduino XIAO is equipped with the powerful SAMD21 microchip and a variety of hardware interfaces &#8211; truly putting the tiny in TinyML!<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/WQLn1hagAiwYvConjWs04WZTblvOl1nhw5NjEP4ks8oR7Ca0CvCxl5lLZUHAvy8zP7QgiJzu9LpINdU9KUqnVP79HNlQqepwQOx-aPTKk_wYFfwK_rwrDSQcehBWcB5Epzyw4Gbo\" alt=\"\" width=\"400\"\/><\/figure><\/div>\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Product Features:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ARM Cortex-M0+ 32bit 48MHz microcontroller (SAMD21G18) with 256KB Flash, 32KB SRAM<\/li>\n\n\n\n<li>Compatible with Arduino IDE &amp; MicroPython<\/li>\n\n\n\n<li>Easy Project Operation: Breadboard-friendly<\/li>\n\n\n\n<li>Small Size: As small as a thumb(20\u00d717.5mm) for wearable devices and small projects.<\/li>\n\n\n\n<li>Multiple development interfaces: 11 digital\/analog pins, 10 PWM Pins, 1 DAC output, 1 SWD Bonding pad interface, 1 I2C interface, 1 UART interface, 1 SPI interface.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Keen to learn more about the Seeeduino XIAO? Visit its <a href=\"https:\/\/www.seeedstudio.com\/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.html\">product page<\/a> on our Seeed Online Store now!<\/p>\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>Wio Terminal<\/strong><\/h3>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The Wio Terminal is a complete Arduino development platform based on the ATSAMD51, with wireless connectivity powered by Realtek RTL8720DN. As an all-in-one microcontroller, it has an onboard 2.4\u201d LCD Display, IMU, microphone, buzzer, microSD card slot, light sensor &amp; infrared emitter. The Wio Terminal is <a href=\"https:\/\/wiki.seeedstudio.com\/Wio-Terminal-Edge-Impulse\/\">officially supported by Edge Impulse<\/a>, which means that you can easily use it to collect data, train your machine learning model, and finally deploy an optimised ML application!<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/jcuwA1fvkQG5qYbrDHEM4Fb6pefnXIH1GZCHuVUvUI_amH6GNxqw5wjy-b45Oq6gVUfp6Xh_6rQWMBcBkmY2TOJAa1uPjtRqyT062eGgdzRUg94iUXVSL5vwcTBz_fx9ddYcGY_c\" alt=\"\" width=\"600\"\/><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Product Features:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Powerful MCU: Microchip ATSAMD51P19 with ARM Cortex-M4F core running at 120MHz<\/li>\n\n\n\n<li>Reliable Wireless Connectivity: Equipped with Realtek RTL8720DN, dual-band 2.4GHz \/ 5GHz Wi-Fi (supported only by Arduino)<\/li>\n\n\n\n<li>Highly Integrated Design: 2.4\u201d LCD Screen, IMU and more practical add-ons housed in a compact enclosure with built-in magnets &amp; mounting holes<\/li>\n\n\n\n<li>Raspberry Pi 40-pin Compatible GPIO<\/li>\n\n\n\n<li>Compatible with over 300 plug&amp;play Grove modules to explore with IoT<\/li>\n\n\n\n<li>USB OTG Support<\/li>\n\n\n\n<li>Support Arduino, CircuitPython, Micropython, ArduPy, AT Firmware, Visual Studio Code<\/li>\n\n\n\n<li>TELEC Certified<\/li>\n<\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If you\u2019re interested to pick up a Wio Terminal, please visit its <a href=\"https:\/\/www.seeedstudio.com\/Wio-Terminal-p-4509.html\">product page<\/a> on the Seeed Online Store!<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Cloud Computing<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>On the flip side, if you\u2019re looking for hardware that can do heavyweight machine learning training, cloud computing might be for you. The general idea behind Cloud Computing in Machine Learning is that the processing power required for training or running inferences is abstracted away from the local device.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/SPxk_nT7QAGfDHedDFO1pj5qdC1icc9ocH0CDY2UUmfwNbkjr1Sc3NczE3gOTXwfZm5fE5mzE8YwfAflgO_kqLlN_tETYVoczORjuTSUdfX9y_slco2bJ2ASW_I3J5j1125I4Ekx\" alt=\"\" width=\"700\"\/><figcaption class=\"wp-element-caption\"><em>Source: DataFlair<\/em><\/figcaption><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Cloud computing is very flexible &#8211; You can use it to perform both machine learning training and deployment!<\/p>\n\n\n\n<p><strong>Training<\/strong> &#8211; Perform resource-intensive calculations for model training on large datasets.<\/p>\n\n\n\n<p><strong>Deployment <\/strong>&#8211; Host machine learning applications with trained models in the cloud, respond to input data from edge devices and return the output of the models.<\/p>\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>Advantages of Cloud Computing<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The most straightforward benefit of Cloud Computing for the average consumer or enthusiast is <strong>affordability and accessibility<\/strong>. For example, purchasing a powerful GPU for machine learning can cost several thousands of dollars for modern applications.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>However, if we use cloud computing where the <strong>capital costs are covered by the service provider<\/strong>, we will only have to pay for the computing power we used. In general, this means lower costs for the individual! You can also count on cloud services to provide relatively <strong>recent and powerful hardware<\/strong>, which means you won&#8217;t have to fork out additional cash to stay updated.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The other advantage is <strong>access to data<\/strong>. All IoT devices are connected through the cloud, so these centralised computers can take advantage of many streams of data. Hence, we can train more robust models and gain more insights into, for example, supply chain performance. In addition, the centralised nature of cloud computing also makes it <strong>easier to update workflows and frameworks<\/strong>.<\/p>\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>Popular Cloud Computing Platforms<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>As the demand for cloud and IoT grows, many cloud computing platforms are starting to appear on the market, such as those from Amazon, Google, &amp; Microsoft. While they largely offer similar services, there are key differences in user experience and capabilities. In my opinion, your choice of cloud computing platform will ultimately boil down to cost and personal preference!<\/p>\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>Amazon Web Services<\/strong><\/h3>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/YBn5UUkTpe3eSLQCWNhdPZw8dsLj40RpLDpDAEWcco_k877XAwRdIl7MQW1jwWlYybmnmjFGrp1FWvNmXsSpoNPUeqM7TNDtOB_C1_CBLIzp_Z5O6BvzUnEw3la1xWsFTHpNBR8w\" alt=\"\" width=\"250\" height=\"150\"\/><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><a href=\"https:\/\/aws.amazon.com\/\">Amazon Web Services<\/a> (AWS) is the cloud computing platform run by Amazon that provides on-demand services including data storage and analysis. Perhaps what makes AWS popular is the ability to allocate actual hardware such as CPUs, GPUs, storage and RAM to create highly specific cloud computing instances for specialised tasks!<\/p>\n\n\n\n<p>For machine learning, AWS offers the <a href=\"https:\/\/aws.amazon.com\/ec2\/instance-types\/p4\/\">Amazon EC2 P4d<\/a> instances that are equipped with the latest NVIDIA A100 Tensor Core GPUs. They also offer various AI-powered applications that can be readily deployed, such as their search and recommendation engines and tools for data extraction \/ business analysis.<\/p>\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>Google Cloud Platform<\/strong><\/h3>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/ryIXEBO6iLdgy5KZTKqOWm_QMJW3eQhmL2L11-9bVtNrsQN8A1nYp3wZH6XGcFot-7uF9D9bK6Zxp2oHS5PiwJIuojK-6UrmTn2P2647u4R_N6gcccpjGPi4NcCehzgdePiRY6qK\" alt=\"\" width=\"400\"\/><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><a href=\"https:\/\/cloud.google.com\/\">Google Cloud Platform<\/a> (GCP) is run by Google and offers an extensive suite of services for computing, network, storage, machine learning and IoT. Similar to AWS, the <a href=\"https:\/\/cloud.google.com\/ai-platform?utm_source=thenewstack&amp;utm_medium=website&amp;utm_campaign=platform\">Google Cloud ML Engine<\/a> also allows you to provision hardware for offloading machine learning workloads to the cloud. GCP also gives you access to Google\u2019s machine learning APIs like Google\u2019s Speech-to-Text, Vision AI, and Dialogflow.<\/p>\n\n\n\n<p>To handle large datasets, GCP employs BigQuery which allows you to analyse petabytes of data efficiently with an SQL syntax. You can even directly and easily build machine learning models inside of BigQuery with BigQuery ML in SQL.<\/p>\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>Special Mention: Google Colaboratory<\/strong><\/h3>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2021\/03\/1_Lad06lrjlU9UZgSTHUoyfA.png\" alt=\"\" class=\"wp-image-41798\" width=\"350\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/1_Lad06lrjlU9UZgSTHUoyfA.png 776w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/1_Lad06lrjlU9UZgSTHUoyfA-300x133.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/1_Lad06lrjlU9UZgSTHUoyfA-768x339.png 768w\" sizes=\"(max-width: 776px) 100vw, 776px\" \/><\/figure><\/div>\n\n\n<p>Google also offers <a href=\"https:\/\/colab.research.google.com\/\">Colaboratory<\/a>, which is an online runtime that allows you to run Jupyter notebooks that are commonly used in data science and machine learning. Here\u2019s the amazing part: You will be provisioned with a GPU for machine learning workloads, even as a free user! If you need a more powerful GPU, you can also upgrade to Google Colab Pro at 10 dollars a month.<\/p>\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>Microsoft Azure<\/strong><\/h3>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/XajefEN9AfGmjG9vGLjIDGkD3m2v-Y9D4aiu75_FAPCpnBrJ4j4Y6KosyPFjocACs3ZX6RUeRhoOgsWA2oB-FS9qiUXWwJKronfeqv486glNVSHptYTBVIIp8df7mfCJioJi-kL_\" alt=\"\" width=\"400\"\/><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/\">Microsoft Azure<\/a> is Microsoft\u2019s cloud computing service, and similarly offers a wide range of cloud products and services ranging from virtual machines to data streams to IoT. For machine learning, <a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/machine-learning\/\">Azure Machine Learning<\/a> allows you to build, train and deploy machine learning models easily while taking advantage of cloud resources. You\u2019ll also be able to use Microsoft\u2019s own suite of AI products, such as Azure Cognitive Search, Azure Bot Services &amp; Azure Cognitive Services.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Wrapping Up<\/strong><\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>To summarise this article, there are many ways to meet the hardware requirements of machine learning. First, we\u2019ve covered the specialised hardware and products offered by Google, NVIDIA and Intel for both training and inferencing. Then, we talked about new possibilities surrounding Edge AI inferences with TinyML for microcontrollers. Finally, we also discussed the various cloud computing options as a means to save costs and take advantage of cloud services for our machine learning projects.&nbsp;<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Ultimately, which product or service you choose will depend greatly on your needs and your budget. Nonetheless, I hope that you\u2019ve gotten a clearer picture of the tools at your disposal, and are better prepared to tackle your machine learning projects!<\/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 interested to learn more, here are some resources that may help you:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Edge AI &#8211; What is it and what can it do for Edge IoT?<\/li>\n\n\n\n<li><a href=\"https:\/\/www.computerworld.com\/article\/3429365\/aws-vs-azure-vs-google-whats-the-best-cloud-platform-for-enterprise.html\">AWS vs Azure vs Google Cloud: What&#8217;s the best cloud platform for enterprise?<\/a> &#8211; ComputerWorld<\/li>\n\n\n\n<li><a href=\"https:\/\/towardsdatascience.com\/what-is-a-gpu-and-do-you-need-one-in-deep-learning-718b9597aa0d\">What is a GPU and do you need one in Deep Learning?<\/a> &#8211; TowardsDataScience<\/li>\n<\/ul>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>It\u2019s almost common knowledge that machine learning requires more computational power than your average day-to-day<\/p>\n","protected":false},"author":3537,"featured_media":41807,"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":[1355,3744,1302,3745,3758,1282,1283,1312,1824,1827,3478,2982,3760,3171,3003],"class_list":["post-41784","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-artificial-intelligence","tag-edge-artificial-intelligence","tag-edge-computing","tag-edge-machine-learning","tag-edge-ml","tag-edge-tpu","tag-google-edge-tpu","tag-nvidia","tag-nvidia-jetson","tag-nvidia-jetson-nano-developer-kit","tag-nvidia-jetson-xavier-nx-developer-kit","tag-seeeduino-xiao","tag-tiny-machine-learning","tag-tinyml","tag-wio-terminal"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Choose Hardware for Edge ML! - Latest News from Seeed Studio<\/title>\n<meta name=\"description\" content=\"Learn about the technologies available on the market and your hardware options for both machine learning training and inferencing on the edge.\" \/>\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\/04\/02\/how-to-choose-hardware-for-edge-ml\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Choose Hardware for Edge ML! - Latest News from Seeed Studio\" \/>\n<meta property=\"og:description\" content=\"Learn about the technologies available on the market and your hardware options for both machine learning training and inferencing on the edge.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/\" \/>\n<meta property=\"og:site_name\" content=\"Latest News from Seeed Studio\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-02T08:00:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-19T08:12:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3000\" \/>\n\t<meta property=\"og:image:height\" content=\"1750\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"18 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\/04\/02\/how-to-choose-hardware-for-edge-ml\/\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/\",\"name\":\"How to Choose Hardware for Edge ML! - Latest News from Seeed Studio\",\"isPartOf\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1.png\",\"datePublished\":\"2021-04-02T08:00:21+00:00\",\"dateModified\":\"2024-06-19T08:12:05+00:00\",\"author\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/61e29862da8741ee517eacd92f4cd094\"},\"description\":\"Learn about the technologies available on the market and your hardware options for both machine learning training and inferencing on the edge.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/#primaryimage\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1.png\",\"contentUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1.png\",\"width\":3000,\"height\":1750},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.seeedstudio.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Choose Hardware for Edge ML!\"}]},{\"@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":"How to Choose Hardware for Edge ML! - Latest News from Seeed Studio","description":"Learn about the technologies available on the market and your hardware options for both machine learning training and inferencing on the edge.","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\/04\/02\/how-to-choose-hardware-for-edge-ml\/","og_locale":"en_US","og_type":"article","og_title":"How to Choose Hardware for Edge ML! - Latest News from Seeed Studio","og_description":"Learn about the technologies available on the market and your hardware options for both machine learning training and inferencing on the edge.","og_url":"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/","og_site_name":"Latest News from Seeed Studio","article_published_time":"2021-04-02T08:00:21+00:00","article_modified_time":"2024-06-19T08:12:05+00:00","og_image":[{"width":3000,"height":1750,"url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1.png","type":"image\/png"}],"author":"Jonathan Tan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan Tan","Est. reading time":"18 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/","url":"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/","name":"How to Choose Hardware for Edge ML! - Latest News from Seeed Studio","isPartOf":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/#primaryimage"},"image":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/#primaryimage"},"thumbnailUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1.png","datePublished":"2021-04-02T08:00:21+00:00","dateModified":"2024-06-19T08:12:05+00:00","author":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/61e29862da8741ee517eacd92f4cd094"},"description":"Learn about the technologies available on the market and your hardware options for both machine learning training and inferencing on the edge.","breadcrumb":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/#primaryimage","url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1.png","contentUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1.png","width":3000,"height":1750},{"@type":"BreadcrumbList","@id":"https:\/\/www.seeedstudio.com\/blog\/2021\/04\/02\/how-to-choose-hardware-for-edge-ml\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.seeedstudio.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Choose Hardware for Edge ML!"}]},{"@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":"Liyan Gong","views":18424,"featured_image_urls":{"full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1.png",3000,1750,false],"thumbnail":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-80x80.png",80,80,true],"medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-300x175.png",300,175,true],"medium_large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-768x448.png",640,373,true],"large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-1030x601.png",640,373,true],"1536x1536":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-1536x896.png",1536,896,true],"2048x2048":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-2048x1195.png",2048,1195,true],"visody_icon":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1.png",32,19,false],"magazine-7-slider-full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-1536x1020.png",1536,1020,true],"magazine-7-slider-center":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-936x897.png",936,897,true],"magazine-7-featured":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-1024x597.png",1024,597,true],"magazine-7-medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-720x380.png",720,380,true],"magazine-7-medium-square":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2021\/03\/Week-8-23-1-675x450.png",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\/41784","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=41784"}],"version-history":[{"count":41,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/41784\/revisions"}],"predecessor-version":[{"id":97278,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/41784\/revisions\/97278"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media\/41807"}],"wp:attachment":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media?parent=41784"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/categories?post=41784"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/tags?post=41784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}