Sun.Sep 04, 2022

article thumbnail

Basic Concept Behind Apache Hive and Elasticsearch

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction I’ve always wondered how big companies like Google process their information or how companies like Netflix can perform searches in concise times. That’s why I want to tell you about my experience with two powerful tools they use: Apache Hive and Elasticsearch. […].

article thumbnail

Compute Services Available on Microsoft Azure

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Applications in Azure run on compute services, which determine how they are performed and allow cloud-based applications to be run on-demand. Resources are available on request within a few minutes or seconds, and you only pay for what you use. We will […]. The post Compute Services Available on Microsoft Azure appeared first on Analytics Vidhya.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Sentiment Analysis using Transformers – Part I

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction This article studies binary sentiment analysis on the IMDb movie reviews dataset. The dataset has 25000 positive and negative reviews in the training set and 25000 positive and negative reviews in the test set. Source: [link] The image below shows the number […].

Testing 323
article thumbnail

Concept of Blockchain Technology

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction You’re at the grocery store and scan your favorite coffee’s QR code. You can see where the coffee beans were grown, cleaned, sorted, processed, and then roasted. What if you can track delivery and distribution to know the means of transport and […]. The post Concept of Blockchain Technology appeared first on Analytics Vidhya.

article thumbnail

Get Better Network Graphs & Save Analysts Time

Many organizations today are unlocking the power of their data by using graph databases to feed downstream analytics, enahance visualizations, and more. Yet, when different graph nodes represent the same entity, graphs get messy. Watch this essential video with Senzing CEO Jeff Jonas on how adding entity resolution to a graph database condenses network graphs to improve analytics and save your analysts time.

article thumbnail

Building a Document Scanner using OpenCV

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Hello Readers; in this article, we’ll use the OpenCV Library to develop a Python Document Scanner. A brief overview of OpenCV: In a nutshell, OpenCV is an open-source library used in image processing in various computer languages, including Python, C++, etc. It may […].