Archives for hands-on - Page 2

17 Aug

Let’s Learn TextBlob Quickstart – A Python Library For Processing Textual Data

image-14872
image-14872

Processing text in such a way to extract useful information from it known as text processing. It is the textual data analysis using different tools and techniques. In order to pass the text to a machine learning model, we need to process it to find out certain important information and the numerical features about the…

The post Let’s Learn TextBlob Quickstart – A Python Library For Processing Textual Data appeared first on Analytics India Magazine.

13 Aug

Hands-On Guide To Pillow – Python Library for Image Processing

image-14778
image-14778

Image processing is performing operations on an image to enhance it or to extract some useful information and to know about the attributes of the image. A systematic study of the image to find out some useful information about that image is known as image processing. Python allows image processing using different libraries and one…

The post Hands-On Guide To Pillow – Python Library for Image Processing appeared first on Analytics India Magazine.

01 Jul

Introductory Guide To PyTorch Using A Linear Regression Problem

image-5437
image-5437

   It’s often hard to make a decision on what framework to learn when there are many options to choose from. In the Machine Learning spectrum, we have multiple frameworks that compete against each other claiming to have better speed, better scalability, usability etc. It’s obvious that certain things can only be done with certain…

The post Introductory Guide To PyTorch Using A Linear Regression Problem appeared first on Analytics India Magazine.