2021

article thumbnail

Intent Classification with Convolutional Neural Networks

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Text classification is a machine-learning approach that groups text into pre-defined categories. It is an integral tool in Natural Language Processing (NLP) used for varied tasks like spam and non-spam email classification, sentiment analysis of movie reviews, detection of hate speech in social […].

article thumbnail

Pokemon Prediction using Random Forest

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview This Pokemon will analyze the pokemon dataset and predict whether the Pokemon is legendary based on the features provided. We will discuss everything from scratch; we will go from CSV to model building with line by line explanation of code. Let’s get started. Image […].

professionals

Sign Up for our Newsletter

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

article thumbnail

Building an End- to-End Data Science App with Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. [link] Overview In this article, we will detail the need for data scientists to quickly develop a Data Science App, with the objective of presenting to their users and customers, the results of Machine Learning experiments. We have detailed a roadmap for the […]. The post Building an End- to-End Data Science App with Python appeared first on Analytics Vidhya.

article thumbnail

How do Neural Networks really work?

Analytics Vidhya

This article was published as a part of the Data Science Blogathon The math behind Neural Networks Neural networks form the core of deep learning, a subset of machine learning that I introduced in my previous article. People exposed to artificial intelligence generally have a good high-level idea of how a neural network works?—?data is passed […].

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

Creating ChatBot Using Natural Language Processing in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Are you fed up with waiting in long lines to speak with a customer support representative? Can you recall the last time you interacted with customer service? There’s a chance you were contacted by a bot rather than human customer support professional. We […]. The post Creating ChatBot Using Natural Language Processing in Python appeared first on Analytics Vidhya.

More Trending

article thumbnail

Building an end-to-end Polynomial Regression Model in R

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Overview. Regression analysis is used to solve problems of prediction based on data statistical parameters. In this article, we will look at the use of a polynomial regression model on a simple example using real statistic data. We will analyze the relationship between […]. The post Building an end-to-end Polynomial Regression Model in R appeared first on Analytics Vidhya.

article thumbnail

Build Face Recognition Attendance System using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction In this article, you will learn how to build a face-recognition system using Python. Face recognition is a step further to face detection. In face detection, we only detect the location of the human face in an image but in face recognition, we […]. The post Build Face Recognition Attendance System using Python appeared first on Analytics Vidhya.

Python 400
article thumbnail

Here’s How to use Sankey Diagrams for Data Visualization

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction to Sankey Diagram for Data Visualization Very often, we are in a situation where we would have to visualize how data flows between entities. For example, let’s take the case of how residents have migrated from one country to another within the […]. The post Here’s How to use Sankey Diagrams for Data Visualization appeared first on Analytics Vidhya.

article thumbnail

A Guide to Automated Deep/Machine Learning for Natural Language Processing: Text Prediction

Analytics Vidhya

This article was published as a part of the Data Science Blogathon This article starts by discussing the fundamentals of Natural Language Processing (NLP) and later demonstrates using Automated Machine Learning (AutoML) to build models to predict the sentiment of text data. Other applications of NLP are for translation, speech recognition, chatbot, etc.

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

A Quick Tutorial on Clustering for Data Science Professionals

Analytics Vidhya

This is article was published as a part of the Data Science Blogathon. Welcome to this wide-ranging article on clustering in data science! There’s a lot to unpack so let’s dive straight in. In this article, we will be discussing what is clustering, why is clustering required, various applications of clustering, a brief about the […].

article thumbnail

Getting Started with Data Analysis using Power BI

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. What is Power BI? Microsoft‘s business analytics product, Power BI, delivers interactive data visualization BI capabilities that allow users to see and share data and insights throughout their organisation. Power BI provides insight data by using data interactively and exploring it by visualizations. […].

article thumbnail

Performing Time Series Analysis using ARIMA Model in R

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Welcome to the World of Time Series Analysis! From this article, you will learn how to perform time series analysis using the ARIMA model (with code!). The dataset used in this article can be downloaded here. The usage time series data consist of the […]. The post Performing Time Series Analysis using ARIMA Model in R appeared first on Analytics Vidhya.

article thumbnail

MLOPs Operations: A beginner’s Guide | Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction According to a report, 55% of businesses have never used a machine learning model before. Eighty-Five per cent of the models will not be brought into production. Lack of skill, a lack of change-management procedures, and the absence of automated systems are some […].

Python 399
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

Loan Risk Analysis with Supervised Machine Learning Classification

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction to Classification Algorithms In this article, we shall analyze loan risk using 2 different supervised learning classification algorithms. These algorithms are decision trees and random forests. At the outset, the basic features and the concepts involved would be discussed followed by a […].

article thumbnail

TensorFlow for Beginners With Examples and Python Implementation

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction You’ve probably heard of TensorFlow if you’re a machine learning student. It has become an industry norm and is one of the most common tools for machine learning and deep learning experts. TensorFlow is a free and open-source library for creating machine […].

Python 400
article thumbnail

5 Features Of Snowflake That Data Engineers Must Know

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Snowflake is a cloud data platform that comes with a lot of unique features when compared to traditional on-premise RDBMS systems. In this tutorial, you will see the top 5 features that developers should know before implementing a solution on the Snowflake data […]. The post 5 Features Of Snowflake That Data Engineers Must Know appeared first on Analytics Vidhya.

article thumbnail

Neural Network For Classification with Tensorflow

Analytics Vidhya

This article was published as a part of the Data Science Blogathon In this article, I am going to build neural network models with TensorFlow to solve a classification problem. Let’s explore together that how we can approach a classification problem in Tensorflow. But firstly, I would like to make sure that we are able to […]. The post Neural Network For Classification with Tensorflow appeared first on Analytics Vidhya.

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

Guide For Data Analysis: From Data Extraction to Dashboard

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction I have been associated with Analytics Vidya from the 3rd edition of Blogathon. Unlike hackathons, where we are supposed to come up with a theme-oriented project within the stipulated time, blogathons are different. Blogathons are competitions that are conducted for over a month […].

article thumbnail

Introduction to Artificial Intelligence for Beginners

Analytics Vidhya

This article was published as a part of the Data Science Blogathon What is Artificial Intelligence We have come a long way in the field of Machine Learning / Deep learning that we are now very much interested in AI (Artificial Intelligence), in this article we are going to introduce you to AI. The short and […]. The post Introduction to Artificial Intelligence for Beginners appeared first on Analytics Vidhya.

article thumbnail

The Fundamentals of Exploratory Data Analysis

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Table of Contents Introduction About the Dataset Let’s Go 2D Scatter Plot 3D Scatter Plot Pair Plot Histogram Univariate Analysis using PDF CDF Mean, Variance, and Standard Deviation Median, Percentile, Quantile, IQR, MAD Box Plot Violin Plot Multivariate Probability Density Contour Plot Final Note […].

article thumbnail

An Easy introduction to Flask Framework for beginners

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview What is a Framework FrontEnd vs BackEnd What is Flask Framework Installation of Flask Creating our first Flask app Routing Static Route vs Dynamic Route HTML Injections HTML Escaping Hypertext Transfer Protocol GET and POST Methods What is a Framework? The framework […].

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

Maximum Likelihood Estimation -A Comprehensive Guide

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction The purpose of this guide is to explore the idea of Maximum Likelihood Estimation, which is perhaps the most important concept in Statistics. If you’re interested in familiarizing yourself with the mathematics behind Data Science, then maximum likelihood estimation is something you can’t […].

article thumbnail

Building a Machine Learning Model for Title Generation

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Image 1 Introduction In this article, I will use the YouTube Trends database and Python programming language to train a language model that generates text using learning tools, which will be used for the task of making youtube video articles or for your blogs. […]. The post Building a Machine Learning Model for Title Generation appeared first on Analytics Vidhya.

article thumbnail

Understanding hypothesis testing through an end to end case study

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. ” The only way to test the hypothesis is to look for all the information that disagrees with it – Karl Popper“ Hypothesis Testing comes under a broader subject of Inferential Statistics where we use data samples to draw inferences on the population […]. The post Understanding hypothesis testing through an end to end case study appeared first on Analytics Vidhya.

article thumbnail

How to Extract Tabular Data from Doc files Using Python?

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Data is present everywhere. Any action we perform generates some or the other form of data. But this data might not be present in a structured form. A beginner starting with the data field is often trained for datasets in standard formats like […]. The post How to Extract Tabular Data from Doc files Using Python?

Python 400
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

How to Create Stunning and Interactive Dashboards in Excel?

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction I have been using Pandas with Python and Plotly to create some of the most stunning dashboards for my projects. In recent times, I have switched to learning Excel as it was a prerequisite in every company I had to apply to. I […]. The post How to Create Stunning and Interactive Dashboards in Excel?

article thumbnail

A Beginner’s Guide to Image Processing With OpenCV and Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction We all know the phrase: “Every picture can tell us a story” There could be a lot of information hidden inside an image and we could interpret it in different ways and perspectives. So, what is an image, and how to deal with […]. The post A Beginner’s Guide to Image Processing With OpenCV and Python appeared first on Analytics Vidhya.

Python 400
article thumbnail

Top 10 Articles Published in 2021 on Analytics Vidhya

Analytics Vidhya

Introduction Our long-time followers know how much writing is at the core of this organization. After all, writing data science articles is from where it all started. And with each passing year, we have achieved nothing short of miracles with this intention to teach people with our words. At the end of 2021, we are […]. The post Top 10 Articles Published in 2021 on Analytics Vidhya appeared first on Analytics Vidhya.