2022

article thumbnail

Streamlit Tutorial: Building Web Apps with Code Examples

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Streamlit is an open-source tool to build and deploy data applications with less coding compared to other front-end technologies like HTML, CSS, and JavaScript. It is a low-code tool specifically designed for building data science applications. Moreover, the Streamlit library has functions […].

article thumbnail

An Introduction to Julia for Data Analysis

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Which language do we use when it comes to data analysis? Of course, Python, isn’t it? But there is one more language for data analysis which is growing rapidly. Some of you might guess the language – I am talking about Julia. […]. The post An Introduction to Julia for Data Analysis appeared first on Analytics Vidhya.

professionals

Sign Up for our Newsletter

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

article thumbnail

Non-Generalization and Generalization of Machine learning Models

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction The generalization of machine learning models is the ability of a model to classify or forecast new data. When we train a model on a dataset, and the model is provided with new data absent from the trained set, it may perform […]. The post Non-Generalization and Generalization of Machine learning Models appeared first on Analytics Vidhya.

article thumbnail

Three R Libraries for Automated EDA

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction With the increasing use of technology, data accumulation is faster than ever due to connected smart devices. These devices continuously collect and transmit data that can be processed, transformed, and stored for later use. This collected data, known as big data, holds valuable […].

article thumbnail

Usage-Based Monetization Musts: A Roadmap for Sustainable Revenue Growth

Speaker: David Warren and Kevin O'Neill Stoll

Transitioning to a usage-based business model offers powerful growth opportunities but comes with unique challenges. How do you validate strategies, reduce risks, and ensure alignment with customer value? Join us for a deep dive into designing effective pilots that test the waters and drive success in usage-based revenue. Discover how to develop a pilot that captures real customer feedback, aligns internal teams with usage metrics, and rethinks sales incentives to prioritize lasting customer eng

article thumbnail

How does User Authentication work with FACEIO?

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction FaceIO is a cross-browser framework for user facial recognition authentication. Any website can use a JavaScript snippet to implement it. As more and more daily tasks are managed electronically rather than with pen and paper or face-to-face, the demand for quick and […].

More Trending

article thumbnail

Famous Concurrency Problems in DBMS

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Concurrency in DBMS refers to the ability of the system to support multiple transactions concurrently without any data loss or corruption. In a concurrent system, numerous transactions can access and modify the data simultaneously. Each transaction is isolated from other transactions, so […].

article thumbnail

Data Science Tools for Vaccine Design and Development

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Biopharmaceutical Industries are the fastest growing industries after considering the basic need for the healthy life of humans and animals. Based on the available literature, the author has identified six major thrust areas of the Biopharmaceutical industry, which has summarized in the […].

article thumbnail

An Overview of Graph Machine Learning and Its Working

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Graph machine learning is quickly gaining attention for its enormous potential and ability to perform extremely well on non-traditional tasks. Active research is being done in this area (being touted by some as a new frontier of machine learning), and open-source libraries […].

article thumbnail

How is Big Data Helping in the Development of Healthcare?

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction “Big data in healthcare” refers to much health data collected from many sources, including electronic health records (EHRs), medical imaging, genomic sequencing, wearables, payer records, medical devices, and pharmaceutical research. Its characteristics distinguish it from traditional electronic medical and human health data […].

Big Data 400
article thumbnail

Optimizing The Modern Developer Experience with Coder

Many software teams have migrated their testing and production workloads to the cloud, yet development environments often remain tied to outdated local setups, limiting efficiency and growth. This is where Coder comes in. In our 101 Coder webinar, you’ll explore how cloud-based development environments can unlock new levels of productivity. Discover how to transition from local setups to a secure, cloud-powered ecosystem with ease.

article thumbnail

Underlying Engineering Behind Alexa’s Contextual ASR

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Conventionally, an automatic speech recognition (ASR) system leverages a single statistical language model to rectify ambiguities, regardless of context. However, we can improve the system’s accuracy by leveraging contextual information. Any type of contextual information, like device context, conversational context, and metadata, […].

Metadata 400
article thumbnail

COVID-19 Diagnosis with Cough Audio Analysis

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Cough Audio analysis, one of the breakthroughs of AI in healthcare, often proves valuable in diagnosing respiratory and lung diseases. COVID-19 (Coronavirus Disease 2019) has had devastating effects on humanity, making early detection in patients imperative for its treatment.

article thumbnail

Hierarchical Clustering in Machine Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Hierarchical clustering is one of the most famous clustering techniques used in unsupervised machine learning. K-means and hierarchical clustering are the two most popular and effective clustering algorithms. The working mechanism they apply in the backend allows them to provide such a […].

article thumbnail

Top Interview Questions on Voting Ensembles in Machine Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Voting ensembles are the ensemble machine learning technique, one of the top-performing models among all machine learning algorithms. As voting ensembles are the most used ensemble techniques, there are lots of interview questions related to this topic that are asked in data […].

article thumbnail

15 Modern Use Cases for Enterprise Business Intelligence

Large enterprises face unique challenges in optimizing their Business Intelligence (BI) output due to the sheer scale and complexity of their operations. Unlike smaller organizations, where basic BI features and simple dashboards might suffice, enterprises must manage vast amounts of data from diverse sources. What are the top modern BI use cases for enterprise businesses to help you get a leg up on the competition?

article thumbnail

How to Use DevOps Azure to Create CI and CD Pipelines?

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction In this article, we will discuss DevOps, two phases of DevOps, its advantages, and why we need DevOps along with CI and CD Pipelines. Before DevOps, software development teams, quality assurance (QA) teams, security, and operations would test the code for several […].

DevOps 398
article thumbnail

Building a simple Flask App using Docker vs Code

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction More often than not, developers run into issues of an application running on one machine versus not running on another. Dockers help prevent this by ensuring the application runs on any machine if it works on yours. Simply put, if your job as […]. The post Building a simple Flask App using Docker vs Code appeared first on Analytics Vidhya.

article thumbnail

Most Frequently Asked NLP Interview Questions

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Natural language processing (NLP) is the branch of computer science and, more specifically, the domain of artificial intelligence (AI) that focuses on providing computers the ability to understand written and spoken language in a way similar to that of humans. Combining computational linguistics […].

NLP 400
article thumbnail

Frequently Asked Interview Questions on Naive Bayes Classifier

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction We, as data science and machine learning enthusiasts, have learned about various algorithms like Logistic Regression, Linear Regression, Decision Trees, Naive Bayes, etc. But at the same time, are we preparing for the interviews? As we know, the end goal is to […].

article thumbnail

From Diagnosis to Delivery: How AI is Revolutionizing the Patient Experience

Speaker: Simran Kaur, Founder & CEO at Tattva Health Inc.

The healthcare landscape is being revolutionized by AI and cutting-edge digital technologies, reshaping how patients receive care and interact with providers. In this webinar led by Simran Kaur, we will explore how AI-driven solutions are enhancing patient communication, improving care quality, and empowering preventive and predictive medicine. You'll also learn how AI is streamlining healthcare processes, helping providers offer more efficient, personalized care and enabling faster, data-driven

article thumbnail

Introduction to Requests Library in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Requests in Python is a module that can be used to send all kinds of HTTP requests. It is straightforward to use and is a human-friendly HTTP Library. Using the requests library; we do not need to manually add the query string […]. The post Introduction to Requests Library in Python appeared first on Analytics Vidhya.

Python 400
article thumbnail

Using MongoDB with Pandas, NumPy, and PyArrow

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction If you are a data scientist or a Python developer who sometimes wears the data scientist hat, you were likely required to work with some of these tools & technologies: Pandas, NumPy, PyArrow, and MongoDB. If you are new to these terms, […]. The post Using MongoDB with Pandas, NumPy, and PyArrow appeared first on Analytics Vidhya.

article thumbnail

Multi-variate Time Series Forecasting using Kats Model

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Kats model-which is also developed by Facebook Research Team-supports the functionality of multi-variate time-series forecasting in addition to univariate time-series forecasting. Often we need to forecast a time series where we have input variables in addition to ‘time’; this is where the […].

article thumbnail

Pandas Functions You Should Know for Data Analysis

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Any data science task starts with exploratory data analysis to learn more about the data, what is in the data and what is not. Having knowledge of different pandas functions certainly helps to complete the analysis in time. Therefore, I have listed […]. The post Pandas Functions You Should Know for Data Analysis appeared first on Analytics Vidhya.

article thumbnail

Prepare Now: 2025s Must-Know Trends For Product And Data Leaders

Speaker: Jay Allardyce, Deepak Vittal, Terrence Sheflin, and Mahyar Ghasemali

As we look ahead to 2025, business intelligence and data analytics are set to play pivotal roles in shaping success. Organizations are already starting to face a host of transformative trends as the year comes to a close, including the integration of AI in data analytics, an increased emphasis on real-time data insights, and the growing importance of user experience in BI solutions.

article thumbnail

Blockchain Technology and its Types

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Blockchain technology is a decentralized, distributed ledger that keeps a record of ownership of digital assets. Any data stored on the blockchain cannot be modified, making the technology a legitimate disruptor for payments, cybersecurity, and healthcare industries. Blockchain is a system of registering […].

article thumbnail

An Introduction to MongoDB

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction When we hear the word “DATABASE”, the first thought that comes to our mind is SQL! No doubt, SQL and relational databases are widely popular and used extensively for storing data. Many kinds of literature, articles, and tutorials are on them internet-wide due to […].

article thumbnail

Top Interview Questions & Answers for Apache Sqoop

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction One of the sources of Big Data is the traditional application management system or the interaction of applications with relational databases using RDBMS. Such RDBMS-generated Big Data is kept in the relational database structure of Relational Database Servers. Big Data storage and analysis […].

Big Data 399
article thumbnail

Comprehensive Guide to Edge Detection Algorithms

Analytics Vidhya

Introduction Image processing is a widely used concept to exploit the information from the images. Image processing algorithms take a long time to process the data because of the large images and the amount of information available in it. So, in these edge-cutting techniques, it is necessary to reduce the amount of information that the […]. The post Comprehensive Guide to Edge Detection Algorithms appeared first on Analytics Vidhya.

Algorithm 399
article thumbnail

The Tumultuous IT Landscape Is Making Hiring More Difficult

After a year of sporadic hiring and uncertain investment areas, tech leaders are scrambling to figure out what’s next. This whitepaper reveals how tech leaders are hiring and investing for the future. Download today to learn more!

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

Minerva – Google’s Language Model for Quantitative Reasoning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction to Minerva [link] Google presented Minerva; a neural network created in-house that can break calculation questions and take on other delicate areas like quantitative reasoning. The model for natural language processing is called Minerva. Recently, experimenters have developed a very sophisticated natural language […].

article thumbnail

An Introductory Note on Principal Component Analysis

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction PCA, or Principal Component Analysis, is a term that is well-known to everyone. Notably employed for Curse of Dimensionality issues. In addition to this fundamental issue, there are other significant issues that we tackle in the PCA article. So, let’s start with […].