- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi people,
could anyone suggest which intel development board or which development kit to use specially for a python and machine learning beginner like me.which could help me in combining my python and ML knowledge with Internet of things to create something exciting.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel offers Intel DAAL(Data Acquisition and Acceleration library) in Python called PyDaal utilizing algorithms from Intel MKL. PyDaal provides libraries on running Machine Learning algorithms on traditional data formats in python.
1. Below is the link that will guide you to install Intel PyDaal environment. Activate Intel python environment and import daal module to start exploring the available algorithms
https://software.intel.com/en-us/articles/using-intel-distribution-for-python-with-anaconda
2. To know more about DAAL Machine learning libraries, below is the link to collective code examples on algorithms provided in developers guide
https://software.intel.com/en-us/daal-programming-guide
3. Given below is an example to have a quick overview of SVM classifier class and parameters in pyDaal from developers guide
https://software.intel.com/en-us/node/564710
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you
for your valuable feedback.but still im confused which developer kit to buy so that i can start my journey in IOT with the knowledge of ML and python.i have asked this question to many people in hackster group as well as in today webiner but everyone is just forwarding me this link
IoT | Intel® Software . could you please provide me a rigid answer regarding the selection of developer kits for beginners.so that i can make the necessary investment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Naveen,
You can take a look at some of the IoT examples that have been implemented in Python : https://software.intel.com/en-us/blogs/2017/03/17/17-how-to-intel-iot-technology-code-samples-now-available-in-python
This should be a good introduction to how you can use Python to interact with IoT devices. Using ML to solve a particular problem would require you to, perhaps, leverage data that you collect through running your set of experiments and then using ML algorithms for getting the needed results. Hope this helps!
Thanks,
Rohit
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page