Sat.Sep 25, 2021 - Fri.Oct 01, 2021

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

Nowcasting the next hour of rain

DeepMind

Our lives are dependent on the weather. At any moment in the UK, according to one study, one third of the country has talked about the weather in the past hour, reflecting the importance of weather in daily life. Amongst weather phenomena, rain is especially important because of its influence on our everyday decisions. Should I take an umbrella? How should we route vehicles experiencing heavy rain?

AI 63
professionals

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Using Microsoft365R with Shiny

Revolutions

by Hong Ooi This article is a lightly-edited version of the "Microsoft365R and Shiny" vignette in the latest Microsoft365R release. We describe how to incorporate Microsoft365R and interactive authentication with Azure Active Directory (AAD) into a Shiny web app. There are a few steps involved: Register your app with AAD Use the app ID to authenticate and get an OAuth token Pass the token to the Microsoft365R functions App registration The default Microsoft365R app registration only wo

40
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

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

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.

More Trending

article thumbnail

A Comprehensive Guide on Neural Networks Performance Optimization

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview Deep learning is a subset of Machine Learning dealing with different neural networks with three or more layers. There are different deep neural networks that work best on many different real-world applications and research and development are still going on. The comprehensive guide […].

article thumbnail

A Comprehensive Guide on Using Azure Machine Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction The main goal of machine learning is to train models and predict outcomes that can be used by applications. In Azure Machine Learning, we use scripts to train models using machine learning frameworks like Scikit-Learn, Tensorflow, PyTorch, SparkML, and others. In this guide, […].

article thumbnail

Graph Neural Network: An Introduction

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction We all heard the term graph, but what is it? Can we develop a neural network out of it, or is it just for representation? We can do all of these. A Graph is nothing but a data structure and contains two elements […]. The post Graph Neural Network: An Introduction appeared first on Analytics Vidhya.

article thumbnail

Lambda Function – A better understanding

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Greetings! If they are working on a real-time application or a complicated activity, all programmers, regardless of the domain, will come across the phrase function block in coding. So, what this function block will do is make our work easier and more elegant by […]. The post Lambda Function – A better understanding appeared first on Analytics Vidhya.

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

A Comprehensive Guide on Databricks for Beginners

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview Databricks in simple terms is a data warehousing, machine learning web-based platform developed by the creators of Spark. But Databricks is much more than that. It’s a one-stop product for all data needs, from data storage, analysis data and derives insights using SparkSQL, […].

article thumbnail

A Complete Guide To Tableau For Beginners in Data Visualization

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview Tableau is a well-known data visualization tool widely used in the industry and adopted by major firms like Nike, Coca-Cola, Skype, TCS, Accenture, and various other plethoras of companies both large and small. Tableau provides support across platforms such as Azure, Microsoft, Amazon, […].

article thumbnail

Guide for building an End-to-End Logistic Regression Model

Analytics Vidhya

This article was published as a part of the Data Science Blogathon In this blog, we’ll go over everything you need to know about Logistic Regression to get started and build a model in Python. If you’re new to machine learning and have never built a model before, don’t worry; after reading this, I’m confident you’ll […].

article thumbnail

Automate Windows Applications using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Performing repetitive tasks is very boring and hectic. But what if you can automate those stuff and let a script do that boring task. It is amazing, isn’t it? So, in this article, we are going to learn how to automate Windows applications. […]. The post Automate Windows Applications using Python 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

How to screw SQL to anything with Apache Calcite

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview of Apache Calcite Making your own SQL database or running SQL queries against a NoSQL database seems to be a very daunting task. And if we are talking about a distributed database, then the complexity increases many times over. Fortunately, Apache Calcite, an […]. The post How to screw SQL to anything with Apache Calcite appeared first on Analytics Vidhya.

article thumbnail

How To Create Dummy Data In Python Using Faker Package

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Dummy data is needed for a variety of purposes. Finding the required data in a specific format can be difficult. This article explores the different ways of creating the dummy data using the Faker package in Python. Topics covered in this article are as […]. The post How To Create Dummy Data In Python Using Faker Package appeared first on Analytics Vidhya.

Python 305
article thumbnail

A Hands-On Discussion on Hyperparameter Optimization Techniques

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Dear readers, In this blog, we will build a random forest classifier(RFClassifier) model to detect breast cancer using this dataset from Kaggle. We will then apply some of the popular hyperparameter tuning techniques to this basic model in order to arrive at the optimal […]. The post A Hands-On Discussion on Hyperparameter Optimization Techniques appeared first on Analytics Vidhya.

article thumbnail

Numpy Refresher for Beginners (with Anaconda Setup)

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction “Machine Learning can change the future”, this line you might have heard thousands of times if you belong to the technology, indeed it can, we all know the answer, but how will it? You might have heard or seen Autonomous Vehicles, Smart Chips […]. The post Numpy Refresher for Beginners (with Anaconda Setup) appeared first on Analytics Vidhya.

article thumbnail

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

Speaker: Jay Allardyce, Deepak Vittal, and Terrence Sheflin

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

Complete Tutorial On Natural Language Processing using spaCy

Analytics Vidhya

This article was published as a part of the Data Science Blogathon In this tutorial, we will learn: Introduction to Natural Language Processing Phases of Natural Language Processing Introduction to spaCy Installation and local setup of spaCy Statistical models available in spaCy Reading and processing text Spans Tokenization Sentence Detection Stopwords removal Word Frequency graph Parts […].

article thumbnail

An End-to-End Guide on Approaching an ML Problem and Deploying It Using Flask and Docker

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction to Machine Learning Before jumping to Supervised Machine Learning, let’s understand a bit about Machine Learning. Machine Learning is an enticing field of study that leverages mathematics to solve complex real-world problems. The traditional algorithms need us to give a set of […].

ML 286
article thumbnail

Apache Spark Performance Optimization for Data Engineers

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Apache Spark is a big data processing framework that has long become one of the most popular and frequently encountered in all kinds of projects related to Big Data. It successfully combines the speed of work and the simplicity of the developer expressing […]. The post Apache Spark Performance Optimization for Data Engineers appeared first on Analytics Vidhya.

Big Data 278
article thumbnail

Search by Synonyms In Any Text Using NLP!

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction The first thing to do when developing a model based on natural language processing is to learn how to parse the texts of user queries and find the entities of the working model in them. The entities like geo, date, money, etc. can […]. The post Search by Synonyms In Any Text Using NLP!

NLP 252
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

Nowcasting the next hour of rain

DeepMind

Our lives are dependent on the weather. At any moment in the UK, according to one study, one third of the country has talked about the weather in the past hour, reflecting the importance of weather in daily life. Amongst weather phenomena, rain is especially important because of its influence on our everyday decisions. Should I take an umbrella? How should we route vehicles experiencing heavy rain?

AI 57