2022

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 […].

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

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

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

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 […].

More Trending

article thumbnail

A Quick Guide to Blockchain: Merkle Tree

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction A Merkle tree is a basic component of blockchain technology. It is a mathematical data structure composed of hashes of different data blocks that serve as a summary of all transactions in the block. It also enables efficient and secure verification of […]. The post A Quick Guide to Blockchain: Merkle Tree appeared first on Analytics Vidhya.

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

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

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

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

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

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

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

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

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

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

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

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

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

XAI: Accuracy vs Interpretability for Credit-Related Models

Analytics Vidhya

Introduction The global financial crisis of 2007 has had a long-lasting effect on the economies of many countries. In the epic financial and economic collapse, many lost their jobs, savings, and much more. When too much risk is restricted to very few players, it is considered as a notable failure of the risk management framework. […]. The post XAI: Accuracy vs Interpretability for Credit-Related Models 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

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

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

Natural Language Processing to Detect Spam Messages

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Most existing research on Twitter spam focuses on account blocking or identifying and blocking spam users or spammers. To detect spam users, we can use traditional machine learning algorithms that use information from users’ tweets, demographics, shared URLs, and social connections as features. […].

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

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

Data Warehousing with Snowflake and Other Alternatives

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Over the past few years, Snowflake has grown from a virtual unknown to a retailer with thousands of customers. Businesses have adopted Snowflake as migration from on-premise enterprise data warehouses (such as Teradata) or a more flexibly scalable and easier-to-manage alternative to […].