Author Archives: Victor Dey - Page 33

27 Jun

A Comprehensive Guide To Redis For Data Scientists

An online database is a database that can be easily accessed locally by using a local network or the internet. Instead of storing data directly to the desktop and its attached storage, online databases are hosted on websites and through the cloud model & hence providing Software as a Service(SaaS) on the web browser. These…

The post A Comprehensive Guide To Redis For Data Scientists appeared first on Analytics India Magazine.

25 Jun

Creating A Paragraph Auto Generator Using GPT2 Transformers

Automation is the process of making a system operate automatically without human intervention. As the days pass by and life gets busier each day, automation and automated systems intrigue the commune more. By applying automation, unsafe and repetitive tasks could be made self-sufficient, saving two of the most quintessential and precious things in a human’s…

The post Creating A Paragraph Auto Generator Using GPT2 Transformers appeared first on Analytics India Magazine.

25 Jun

Creating A Paragraph Auto Generator Using GPT2 Transformers

Automation is the process of making a system operate automatically without human intervention. As the days pass by and life gets busier each day, automation and automated systems intrigue the commune more. By applying automation, unsafe and repetitive tasks could be made self-sufficient, saving two of the most quintessential and precious things in a human’s…

The post Creating A Paragraph Auto Generator Using GPT2 Transformers appeared first on Analytics India Magazine.

23 Jun

FACE RECOGNITION SYSTEM USING DEEPFACE(With Python Codes)

image-23777
image-23777

Recognition of the face as an identity is a critical aspect in today’s world. Facial identification and recognition find its use in many real-life contexts, whether your identity card, passport, or any other credential of significant importance. It has become quite a popular tool these days to authenticate the identity of an individual. This technology…

The post FACE RECOGNITION SYSTEM USING DEEPFACE(With Python Codes) appeared first on Analytics India Magazine.

22 Jun

Creating An AI Text-to-Speech Using IBM Watson

image-23746
image-23746

The recent decade has seen some of the most groundbreaking developments in the field of artificial intelligence. Especially in recent years, data collection and analysis has bolstered up considerably with the help of interconnected devices through the internet and super-fast computer processing. Whether they be in the domain of automobiles, with self-driving cars, in the…

The post Creating An AI Text-to-Speech Using IBM Watson appeared first on Analytics India Magazine.

19 Jun

Image Blending using Pyramids in OpenCV

image-23664
image-23664

In today’s era, images play a vital role in cognitive development as visuals hold more appeal than plain text to curious and intuitive minds. Visuals help improve learning enormously and on multiple levels. Studies have shown that around 65% of the population constitute visual learners. Due to this reason, study and research revolving around images,…

The post Image Blending using Pyramids in OpenCV appeared first on Analytics India Magazine.

18 Jun

Creating an Instance-Based Learning Model Using Weka

image-23637
image-23637

Achieving enlightenment through the process of learning highly frolics between what it is to remember and to forget. Without memories, we would have no evidence of what we knew, know, or what we might come to know. Rote learning, also known as instance-based learning, is one such process of memorizing specific new occurrences as they…

The post Creating an Instance-Based Learning Model Using Weka appeared first on Analytics India Magazine.

16 Jun

Guide to Feed-Forward Network using Pytorch with MNIST Dataset

image-23595
image-23595

Neural Networks are a series of algorithms that imitate the operations of a human brain to understand the relationships present in vast amounts of data. Each “neuron” present in a neural network can be defined as a mathematical function that collects and classifies information according to the specific architecture. The network, in general, comprises interconnected…

The post Guide to Feed-Forward Network using Pytorch with MNIST Dataset appeared first on Analytics India Magazine.