Author Archives: Jayita Bhattacharyya - Page 6

04 Nov

Hands-On Implementation Of Perceptron Algorithm in Python

image-17322
image-17322

Perceptron is the first neural network to be created. It was designed by Frank Rosenblatt in 1957. Perceptron is a single layer neural network. This is the only neural network without any hidden layer. Perceptron is used in supervised learning generally for binary classification.

The post Hands-On Implementation Of Perceptron Algorithm in Python appeared first on Analytics India Magazine.

22 Oct

How To Create An Image Dataset and Labelling By Web Scraping?

image-16989
image-16989

In this article, I’ll be discussing how to create an image dataset as well as label it using python. For creating an image dataset, we need to acquire images by web scraping or better to say image scraping and then label using Labeling software to generate annotations.

The post How To Create An Image Dataset and Labelling By Web Scraping? appeared first on Analytics India Magazine.