2022

article thumbnail

An Introduction to Julia for Data Analysis

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Which language do we use when it comes to data analysis? Of course, Python, isn’t it? But there is one more language for data analysis which is growing rapidly. Some of you might guess the language – I am talking about Julia. […]. The post An Introduction to Julia for Data Analysis appeared first on Analytics Vidhya.

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

The AI Superhero Approach to Product Management

Speaker: Conrado Morlan

In this engaging and witty talk, we’ll explore how artificial intelligence can transform the daily tasks of product managers into streamlined, efficient processes. Using the lens of a superhero narrative, we’ll uncover how AI can be the ultimate sidekick, aiding in decision-making, enhancing productivity, and boosting innovation. Attendees will leave with practical tools and actionable insights, motivated to embrace AI and leverage its potential in their work. 🦸 🏢 Key objectives:

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

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

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

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

Provide Real Value in Your Applications with Data and Analytics

The complexity of financial data, the need for real-time insight, and the demand for user-friendly visualizations can seem daunting when it comes to analytics - but there is an easier way. With Logi Symphony, we aim to turn these challenges into opportunities. Our platform empowers you to seamlessly integrate advanced data analytics, generative AI, data visualization, and pixel-perfect reporting into your applications, transforming raw data into actionable insights.

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

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

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

Breaking New Ground: Managing Innovation Fatigue With Effective Automation

Speaker: Gary Dmitriev

Our upcoming webinar aims to demystify the process of selecting and implementing automation tools for financial institutes. This session will provide your roadmap for vetting potential solutions, focusing on due diligence, vendor assessments, and aligning technology with strategic goals. We’ll also address the critical issue of innovation fatigue, offering tips on maintaining enthusiasm and momentum for new initiatives.

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

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

Generative AI Deep Dive: Advancing from Proof of Concept to Production

Speaker: Maher Hanafi, VP of Engineering at Betterworks & Tony Karrer, CTO at Aggregage

Executive leaders and board members are pushing their teams to adopt Generative AI to gain a competitive edge, save money, and otherwise take advantage of the promise of this new era of artificial intelligence. There's no question that it is challenging to figure out where to focus and how to advance when it’s a new field that is evolving everyday. 💡 This new webinar featuring Maher Hanafi, VP of Engineering at Betterworks, will explore a practical framework to transform Generative AI pr

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

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

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

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

A Brief Guide to Emotion Cause Pair Extraction in NLP

Analytics Vidhya

Introduction With the rapid growth of social network platforms, more and more people tend to share their experiences and emotions online. So, the task of emotion analysis of online texts is crucial in Natural Language Processing. Sometimes, it is also important to know the cause of the observed emotion. You may be wondering why we […]. The post A Brief Guide to Emotion Cause Pair Extraction in NLP appeared first on Analytics Vidhya.

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

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

Basic Concept Behind Apache Hive and Elasticsearch

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction I’ve always wondered how big companies like Google process their information or how companies like Netflix can perform searches in concise times. That’s why I want to tell you about my experience with two powerful tools they use: Apache Hive and Elasticsearch. […].

article thumbnail

Get to Know All About Evaluation Metrics

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Evaluation metrics are used to measure the quality of the model. Selecting an appropriate evaluation metric is important because it can impact your selection of a model or decide whether to put your model into production. The mportance of cross-validation: Are evaluation metrics […].

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