Combining Artificial intelligence, machine learning & deep learning to Embedded systems



With this series now we are moving some another path of Embedded Systems. So what you can think of deep learning, machine learning, and artificial intelligence. I'm sure you have followed some courses, books, articles regarding this subject. Me too followed these courses to learn this subject. We have followed a lot of mathematics modules and stuff with this subject.

So, I would like to share my experience of applying deep learning frameworks to our daily embedded systems applications. That's why I started this tutorial series.

Hardware?

I thought about running a neural network to detect plant behavior using raspberry pi once :-).I tried it with my raspberry pi and totally lagged. Raspberry PI has an ARM processor consist of few cores optimized for sequential serial processing. This will not enough for real-time processing.
A CPU consists of a few cores optimized for sequential serial processing - See more at: http://www.nvidia.com/object/what-is-gpu-computing.html#sthash.7zt3hj7E.dpuf
A CPU consists of a few cores optimized for sequential serial processing - See more at: http://www.nvidia.com/object/what-is-gpu-computing.html#sthash.7zt3hj7E.dpuf
A CPU consists of a few cores optimized for sequential serial processing - See more at: http://www.nvidia.com/object/what-is-gpu-computing.html#sthash.7zt3hj7E.dpuf
A CPU consists of a few cores optimized for sequential serial processing - See more at: http://www.nvidia.com/object/what-is-gpu-computing.html#sthash.7zt3hj7E.dpuf

To do those kinds of applications GPU-accelerated computing is so important.
GPU-accelerated computing is the use of a graphics processing unit (GPU) together with a CPU to accelerate deep learning, analytics, and engineering applications.

The NVIDIA Jetson developer kit gives you everything you need to unlock the power of the GPU for embedded systems applications
 
http://akilacollection.blogspot.com/2016/12/jetson-tx1-embedded-systems-module-for.html 

So this is kind of an introduction. Let's do a some embedded projects applying those theories in the next tutorial.

Comments

Popular posts from this blog

IOT Greenhouse project part 1

How to fix FirebaseApp with name [DEFAULT] doesn't exist issue with flutter

Node.js how to work with Serial ports and display data on a beautiful frontend using Highcharts API Part 2