Skip to main content

Posts

Showing posts with the label libraries

IOT Breakthrough : TensorFlow 1.9 Officially Supports the Raspberry Pi

Hey Readers! Good news for all the "cheap fair power" computer fans, as a result of a major collaboration effort between TensorFlow and Raspberry Pi foundation, one can now install tensorflow precompiled binaries using Python's pip package system !  When TensorFlow was first launched in 2015, they wanted it to be an “ open source machine learning framework for everyone ”. To do that, they needed to run on as many of the platforms that people are using as possible. They have long supported Linux, MacOS, Windows, iOS, and Android, but despite the heroic efforts of many contributors, running TensorFlow on a Raspberry Pi has involved a lot of work. If one is using Rasbian9 they can simply use these 2 commands to install tensorflow on their machine! According to an excerpt from TensorFlow's medium article page :  " We’re excited about this because the Raspberry Pi is used by many innovative developers, and is also widely used in education to ...

Data Science Libraries to look out for in 2018

Hey Readers,  As Python has gained a lot of traction in the recent years in Data Science industry. I wanted to outline some of its most useful libraries for data scientists and engineers, based on recent experience. NumPy When beginning to manage the scientific undertaking in Python, one unavoidably desires help to Python's SciPy Stack, which is an accumulation of programming particularly intended for scientific processing in Python (don't mistake for SciPy library, which is a piece of this stack, and the network around this stack). Along these lines we need to begin with a glance at it. Be that as it may, the stack is quite huge, there is in excess of twelve of libraries in it, and we need to put a point of convergence on the center bundles (especially the most fundamental ones).  The most major bundle, around which the scientific computation stack is constructed, is NumPy (remains for Numerical Python). It gives a plenitude of valuable highlights for tas...

Total Pageviews