Embedded Intelligence on Raspberry Pi

Embedded Intelligence on Raspberry Pi

The Embedded Learning Library (ELL) is a set of tools for allowing Arduino, Raspberry Pis, to take advantage of machine learning algorithms despite their small size and reduced capability. Microsoft intended this library to be useful for anyone, and has examples available for things like computer vision, audio keyword recognition, and a small handful of other implementations. The library should be expandable to any application where machine learning would be beneficial for a small embedded system, though, so it’s not limited to these example applications.

There is one small speed bump to running a machine learning algorithm on your Raspberry Pi, though. The high processor load tends to cause small SoCs to overheat. But adding a heatsink and fan is something we’ve certainly seen before, and if you need more power than just one Raspberry Pi you can always build a cluster to get your task done just a little bit faster, too.

要查看或添加评论,请登录

Swayam Mittal的更多文章

  • LSTM GRU ATTENTION - Explained

    LSTM GRU ATTENTION - Explained

    This blog serves the purpose of understanding LSTM GRU and Attention What is LSTM It is a special type of RNN, capable…

  • Summarization of COVID research papers using Transformers

    Summarization of COVID research papers using Transformers

    Introduction Researchers have open sourced COVID-19 open research data set (CORD-19) with resource of over 52,000…

  • Clinical NLP and ML Research

    Clinical NLP and ML Research

    While still a very young area of research, clinical NLP has become one of the most popular areas of research due to the…

    1 条评论
  • [ Paper Summary ] - Google BERT

    [ Paper Summary ] - Google BERT

    BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding - Jacob Devlin, Ming-Wei Chang, Kenton…

  • Speech and Natural Language Processing

    Speech and Natural Language Processing

    A curated list of speech and natural language processing resources.All Sub-caterogires are listed in alphabetical order.

    2 条评论
  • Move 37

    Move 37

    Deep Reinforcement Learning This is the syllabus for "Move 37", Siraj Raval's free reinforcement learning course, as…

  • ?????? List of Sentiment Analysis methods, implementations ??????

    ?????? List of Sentiment Analysis methods, implementations ??????

    Sentiment Analysis is the field of study that analyzes people's opinions, sentiments, evaluations, attitudes, and…

  • How to do Speech Recognition

    How to do Speech Recognition

    Speech recognition has intrude into our lives. It’s built into our phones, smart watches and smart machine.

    1 条评论
  • YOLO Object Detection

    YOLO Object Detection

    Object Detection is one of the classical problem in Computer Vision. It is seeing a huge progress from past few years…

  • “XGBoost, a top machine learning method on Kaggle, explained:”

    “XGBoost, a top machine learning method on Kaggle, explained:”

    “While working on a large structural dataset almost always ensembles of Decision Tree and Random Forest along with…

社区洞察

其他会员也浏览了