2022

article thumbnail

Is Quantum Computing the Future of Artificial Intelligence?

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Source: Forbes.com Introduction It is not hidden from the audience that quantum computing is the future of data processing. Tech giants like IBM, Google, and Microsoft are all aggressively pursuing quantum computing technology for a good reason. The massive speedups and power savings of quantum […].

article thumbnail

10 Technical Blogs for Data Scientists to Advance AI/ML Skills

DataRobot Blog

Savvy data scientists are already applying artificial intelligence and machine learning to accelerate the scope and scale of data-driven decisions in strategic organizations. These data science teams are seeing tremendous results—millions of dollars saved, new customers acquired, and new innovations that create a competitive advantage. Other organizations are just discovering how to apply AI to accelerate experimentation time frames and find the best models to produce results.

professionals

Sign Up for our Newsletter

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

article thumbnail

Closer to AGI?

O'Reilly Media

DeepMind’s new model, Gato, has sparked a debate on whether artificial general intelligence (AGI) is nearer–almost at hand–just a matter of scale. Gato is a model that can solve multiple unrelated problems: it can play a large number of different games, label images, chat, operate a robot, and more. Not so many years ago, one problem with AI was that AI systems were only good at one thing.

article thumbnail

Building Our Applications Using Flutter

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Flutter where F stands for Front- end, L stands for Language, U stands for UI layout, T stands for Time, T stands for Tools, E stands for Enable, and R stands for Rich. In other words, Flutter is a tool used in […]. The post Building Our Applications Using Flutter appeared first on Analytics Vidhya.

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

Blockchain and Deploying Applications on Docker and Kubernetes

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Niti Ayog, one of the transforming national institutions, has published an article on Blockchain use cases in India. Few questions about Blockchain, why Blockchain, and how we can deploy our applications through the docker and Kubernetes we should know. Objectives We will discuss […].

More Trending

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

Step-by-Step Exploratory Data Analysis (EDA) using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction to EDA The main objective of this article is to cover the steps involved in Data pre-processing, Feature Engineering, and different stages of Exploratory Data Analysis, which is an essential step in any research analysis. Data pre-processing, Feature Engineering, and EDA are fundamental early […].

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

DogeCoin Prediction Using Time Series Analysis

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Photo by Kanchanara on Unsplash Table of Contents Introduction Gentle Overview What is Time Series Analysis? Types of analysis ARIMA Moving Average Exponential Smoothing Heard of DogeCoin? Implementation of Dogecoin price prediction Conclusion Introduction Machine learning will automate jobs that most people thought could […].

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

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

Most Frequently Asked Google Big Query Interview Questions

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Big Query is a serverless enterprise data warehouse service fully managed by Google. Big Query provides nearly real-time analytics of massive data. A big Query data warehouse provides global availability of data, can be easily connected to the other Google Services and […].

article thumbnail

A Comprehensive Overview of Sentiment Analysis

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction We can clearly see that sentiment analysis is getting more and more popular as e-commerce, SaaS solutions, and digital technologies advance. We’ll go through how this works and look at some of the most common corporate applications. We’ll also discuss the analysis’ […].

article thumbnail

Diabetes Prediction Using Machine Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Overview In this article, we will be predicting that whether the patient has diabetes or not on the basis of the features we will provide to our machine learning model, and for that, we will be using the famous Pima Indians Diabetes Database. Image […]. The post Diabetes Prediction Using Machine Learning appeared first on Analytics Vidhya.

article thumbnail

The Big Payoff of Application Analytics

Outdated or absent analytics won’t cut it in today’s data-driven applications – not for your end users, your development team, or your business. That’s what drove the five companies in this e-book to change their approach to analytics. Download this e-book to learn about the unique problems each company faced and how they achieved huge returns beyond expectation by embedding analytics into applications.

article thumbnail

Analysis of Zero Crossing Rates of Different Music Genre Tracks

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. In this article, we are going to analyze the Zero-crossing rates (ZCRs) of different music genre tracks. This post is inspired by Valerio Valerdo’s work. I highly encourage you to check out his Youtube channel for his outstanding work in the field of ML/DL […]. The post Analysis of Zero Crossing Rates of Different Music Genre Tracks appeared first on Analytics Vidhya.

article thumbnail

Top Ten YouTube Channels On Data Science

Analytics Vidhya

Introduction One of the most crucial and in-demand talents in 2022 is Data Science. To accommodate this need, more and more businesses are starting to offer boot camps while universities are creating new courses. However, tons of resources are available over the internet for free, and deciding where to go to find the best resources […]. The post Top Ten YouTube Channels On Data Science appeared first on Analytics Vidhya.

article thumbnail

Object Detection Using Haar Cascade: OpenCV

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction In this article, we will discuss how to implement a haar cascade for object detection in OpenCV. In the last article, we discussed real-time object classification, if you haven’t read it yet, the link is here. Source: Link Identifying a custom object […]. The post Object Detection Using Haar Cascade: OpenCV appeared first on Analytics Vidhya.

article thumbnail

TOP 10 GitHub Repositories for Data Science

Analytics Vidhya

Introduction Data science is a collaborative scientific field of computing that has grown many folds in recent years and has become the powerhouse behind the business decisions made by organizations in today’s time, be it the FAANG’s or early-stage startups. As the field has grown, so have the number of individuals pursuing this domain and […].

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

Learn Everything about MapReduce Architecture & its Components

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction MapReduce is part of the Apache Hadoop ecosystem, a framework that develops large-scale data processing. Other components of Apache Hadoop include Hadoop Distributed File System (HDFS), Yarn, and Apache Pig. This component develops large-scale data processing using scattered and compatible algorithms in the […].

article thumbnail

Track Your Trip Through an OBD system Using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Most drivers nowadays are quite familiar with all the indicators on their car dashboard. In more detail, each indicator is a part of an information signal that constantly works to monitor the car’s health status, which can be diagnosed through an OBD […]. The post Track Your Trip Through an OBD system Using Python appeared first on Analytics Vidhya.

Python 379
article thumbnail

Building a Car Price Predictor Using Spark in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction In this article, we will build a machine learning pipeline that is a Car Price Predictor using Spark in Python. We have already learned the basics of Pyspark in the last article. If you haven’t checked it yet, here is the link. […]. The post Building a Car Price Predictor Using Spark in Python appeared first on Analytics Vidhya.

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

Brick & Mortar Retail Relevance: How to Stay Ahead of the Curve

Speaker: Jay Black, Senior Account Executive

Let's set the record straight: in-store retail isn't dead - it's evolving! Faced with the digital age and the demands of omnichannel shopping, some retailers are thriving while others are struggling to adapt. Join Jay Black in this exclusive session as he explores the strategies that set successful stores apart, including: Crafting unique and unforgettable in-store experiences 🛍️ Mastering the art of retail demands 🛒 Navigating inventory challenges in today's climate 📦 an

article thumbnail

Handling Missing Values with Random Forest

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction to Random Forest Missing values have always been a concern for any statistical analysis. They significantly reduce the study’s statistical powers, which may lead to faulty conclusions. Most of the algorithms used in statistical modellings such as Linear regression, Logistic Regression, […].

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

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

Building Language Models in NLP

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction A language model in NLP is a probabilistic statistical model that determines the probability of a given sequence of words occurring in a sentence based on the previous words. It helps to predict which word is more likely to appear next in the […]. The post Building Language Models in NLP appeared first on Analytics Vidhya.

NLP 379
article thumbnail

From Developer Experience to Product Experience: How a Shared Focus Fuels Product Success

Speaker: Anne Steiner and David Laribee

As a concept, Developer Experience (DX) has gained significant attention in the tech industry. It emphasizes engineers’ efficiency and satisfaction during the product development process. As product managers, we need to understand how a good DX can contribute not only to the well-being of our development teams but also to the broader objectives of product success and customer satisfaction.

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

NLP Tutorials Part -I from Basics to Advance

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. […]. The post NLP Tutorials Part -I from Basics to Advance appeared first on Analytics Vidhya.

NLP 378
article thumbnail

How to Approach CNN Architecture from Scratch?

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction on CNN Architecture Hello, and welcome again to another intriguing subject. As a consequence of the large quantity of data accessible, particularly in the form of photographs and videos, the need for Deep Learning is growing by the day. Many advanced designs […]. The post How to Approach CNN Architecture from Scratch?