Jozzey07
Posts: 28
Joined: Sat Jul 11, 2020 12:51 am

Machine learning?

Sun Jul 12, 2020 5:28 am

Can somebody link some guides on how to do machine learning using python on the raspberry pi, so everything will need to be compatible with raspberry pi.

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Machine learning?

Sun Jul 12, 2020 6:53 am

Jozzey07 wrote:
Sun Jul 12, 2020 5:28 am
Can somebody link some guides on how to do machine learning using python on the raspberry pi, so everything will need to be compatible with raspberry pi.


You have found information about Python in a previous thread.

This might provide general information about Machine Learning and Raspberry Pi -
https://www.raspberrypi.org/search/machine+learning

dbrion06
Posts: 88
Joined: Tue May 28, 2019 11:57 am

Re: Machine learning?

Wed Jul 15, 2020 11:24 am

for machine learning and RPi:
https://www.learnopencv.com/ gives a lot of examples with opencv, both in C++ and python. as opencv incorporates ML, a lot of notions are explained.
BTW: jul 10,2020 issue was https://www.learnopencv.com/build-and-i ... pberry-pi/ (for each and every brand of RPi...). I have not tried yet, but duid not see anything absurd (used this site for OCV 2 and 3, was satisfied)

https://www.pyimagesearch.com/ makes a lot of advertisement, but taught me a lot, too.

BTW: both sites were rather skeptical w/r using RPi s to learn (took me weeks for a classical example: pyimagesearch explained how to restart a traing when ... machine gets shut off or GPU farms . 100 times faster than RPis- "give" GPUs to other users after some hours...). But RPi+OCV can be great in running trained networks...
Both sites explain (and compare performance) how to choose trained networks (and pyimagesearch explains how to specialize a pretrained network...)

Return to “Python”