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 57
professionals

Sign Up for our Newsletter

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

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

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

How To Get Promoted In Product Management

Speaker: John Mansour

If you're looking to advance your career in product management, there are more options than just climbing the management ladder. Join our upcoming webinar to learn about highly rewarding career paths that don't involve management responsibilities. We'll cover both career tracks and provide tips on how to position yourself for success in the one that's right for you.

article thumbnail

40 Helpful Python tips to Boost your speed as a Data Scientist

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Because of its simplicity and ease of learning, Python has become very popular these days. It is used for various activities such as data science, machine learning, web development, scripting, automation, etc. Python is one of the most demanding skills for data scientists. […].

More Trending

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

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

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

Navigating the Future: Generative AI, Application Analytics, and Data

Generative AI is upending the way product developers & end-users alike are interacting with data. Despite the potential of AI, many are left with questions about the future of product development: How will AI impact my business and contribute to its success? What can product managers and developers expect in the future with the widespread adoption of AI?

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

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

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 329
article thumbnail

Peak Performance: Continuous Testing & Evaluation of LLM-Based Applications

Speaker: Aarushi Kansal, AI Leader & Author and Tony Karrer, Founder & CTO at Aggregage

Software leaders who are building applications based on Large Language Models (LLMs) often find it a challenge to achieve reliability. It’s no surprise given the non-deterministic nature of LLMs. To effectively create reliable LLM-based (often with RAG) applications, extensive testing and evaluation processes are crucial. This often ends up involving meticulous adjustments to prompts.

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

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

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

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

How to Improve Email Deliverability and Optimize Each Send

Learn how to optimize email deliverability and drive greater email ROI. What lands your email in the customer’s inbox? Understanding those factors, otherwise known as email deliverability, is critical to getting the most return on your campaign investments. But the “rules” around which factors land you in the spam folder aren’t always easy to keep up with.

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 304
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 294
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 288
article thumbnail

Understanding User Needs and Satisfying Them

Speaker: Scott Sehlhorst

We know we want to create products which our customers find to be valuable. Whether we label it as customer-centric or product-led depends on how long we've been doing product management. There are three challenges we face when doing this. The obvious challenge is figuring out what our users need; the non-obvious challenges are in creating a shared understanding of those needs and in sensing if what we're doing is meeting those needs.

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