Sat.Jul 03, 2021 - Fri.Jul 09, 2021

article thumbnail

How to choose an appropriate Machine Learning Algorithm for Data Science Projects?

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction In this article, I am going to explain the steps. The post How to choose an appropriate Machine Learning Algorithm for Data Science Projects? appeared first on Analytics Vidhya.

article thumbnail

Influencing without Authority for Data Scientists

Eugene Yan

Show them the data, the Socratic method, earning trust, and more.

professionals

Sign Up for our Newsletter

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

article thumbnail

Introducing spaCy v3.1

Explosion

It’s been great to see the adoption of spaCy v3, which introduced transformer-based pipelines, a new training system and more. Version 3.1 adds more on top of it, including the ability to use predicted annotations during training, a component for predicting arbitrary and overlapping spans and new pipelines for Catalan and Danish.

40
article thumbnail

What A Long, Strange Trip It's Been: EleutherAI One Year Retrospective

Eleuther.ai

A look back at the first year of EleutherAI.

63
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

12 Matrix Operations You Should Know While Starting your Deep Learning Journey

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction If you start to learn deep learning, the first thing. The post 12 Matrix Operations You Should Know While Starting your Deep Learning Journey appeared first on Analytics Vidhya.

More Trending

article thumbnail

Shipping your Machine Learning Models With Dockers

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Docker is a platform that deals with building, running, managing, The post Shipping your Machine Learning Models With Dockers appeared first on Analytics Vidhya.

article thumbnail

Topic modeling With Naive Bayes Classifier

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Naive Bayes is a powerful tool that leverages Bayes’ Theorem. The post Topic modeling With Naive Bayes Classifier appeared first on Analytics Vidhya.

article thumbnail

Build Sketches from Photographs using OpenCV

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Table of content What is OpenCV and its Uses Project Explanation. The post Build Sketches from Photographs using OpenCV appeared first on Analytics Vidhya.

article thumbnail

15 Python Built-in Functions which You Should Know while learning Data Science

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction In my previous article, I completely discuss all the basic. The post 15 Python Built-in Functions which You Should Know while learning Data Science appeared first on Analytics Vidhya.

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

Everything You Should Know about Iterables and Iterators in Python as a Data Scientist!

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Python is a beautiful Programming Language. Because of its flexibility. The post Everything You Should Know about Iterables and Iterators in Python as a Data Scientist! appeared first on Analytics Vidhya.

article thumbnail

T-Test -Performing Hypothesis Testing With Python

Analytics Vidhya

ArticleVideo Book Introduction Hi, Enthusiastic readers! I have a Masters’s degree in Statistics and a year ago, I stepped into the field of data. The post T-Test -Performing Hypothesis Testing With Python appeared first on Analytics Vidhya.

Python 315
article thumbnail

Working with Modules in Python: Must Known Fundamentals for Data Scientists

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Nowadays, the Python programming language becomes one of the most. The post Working with Modules in Python: Must Known Fundamentals for Data Scientists appeared first on Analytics Vidhya.

article thumbnail

Learn Data Scraping Using Python and Selenium.

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction: There is a vast amount of data available on the. The post Learn Data Scraping Using Python and Selenium. appeared first on Analytics Vidhya.

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

A Brief Introduction to the Concept of Data Warehouse

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction A Data Warehouse is Built by combining data from multiple. The post A Brief Introduction to the Concept of Data Warehouse appeared first on Analytics Vidhya.

article thumbnail

Colour Quantization Using K-Means Clustering and OpenCV

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Image by author This article can appear as a particularly impressive. The post Colour Quantization Using K-Means Clustering and OpenCV appeared first on Analytics Vidhya.

article thumbnail

AutoML using Pycaret with a Regression Use-Case

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Overview In simple words, PyCaret is a machine learning library for. The post AutoML using Pycaret with a Regression Use-Case appeared first on Analytics Vidhya.

article thumbnail

Topic Modelling With LDA -A Hands-on Introduction

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Imagine walking into a bookstore to buy a book on. The post Topic Modelling With LDA -A Hands-on Introduction 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

A beginner’s Guide to Database: Part 1

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Pre-requisites A Basic understanding of Databases. Introduction Here I am going. The post A beginner’s Guide to Database: Part 1 appeared first on Analytics Vidhya.

article thumbnail

Learn How To Do Real-Time Background Replacement using OpenCV and CVzone

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction OpenCV is an open-source computer vision library that provides privileges. The post Learn How To Do Real-Time Background Replacement using OpenCV and CVzone appeared first on Analytics Vidhya.

article thumbnail

Deep Convolutional Generative Adversarial Network (DCGAN) for Beginners

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon GANs are used for teaching a deep learning model to generate. The post Deep Convolutional Generative Adversarial Network (DCGAN) for Beginners appeared first on Analytics Vidhya.

article thumbnail

Understanding Taming Transformers for High-Resolution Image Synthesis

Analytics Vidhya

ArticleVideo Book Overview Introducing a convolutional VQGAN, which learns a codebook of context-rich visual parts This approach is readily applied to conditional synthesis tasks, where. The post Understanding Taming Transformers for High-Resolution Image Synthesis 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

All you need to know about Polynomial Regression

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Hello, hope you are fine. In this article, we will study. The post All you need to know about Polynomial Regression appeared first on Analytics Vidhya.

article thumbnail

Data Visualization – A Useful tool to Explore Data

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Data visualization and its importance Let’s see what does technical definition. The post Data Visualization – A Useful tool to Explore Data appeared first on Analytics Vidhya.

article thumbnail

AI VS ML VS DL-Let’s Understand The Difference

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Difference between AI, ML, and DL Everyone wants to become a. The post AI VS ML VS DL-Let’s Understand The Difference appeared first on Analytics Vidhya.

ML 284
article thumbnail

Facial Landmark Detection Simplified With Opencv

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Today we are going to use OpenCV and MediaPipe to. The post Facial Landmark Detection Simplified With Opencv appeared first on Analytics Vidhya.

article thumbnail

How Embedded Analytics Gets You to Market Faster with a SAAS Offering

Start-ups & SMBs launching products quickly must bundle dashboards, reports, & self-service analytics into apps. Customers expect rapid value from your product (time-to-value), data security, and access to advanced capabilities. Traditional Business Intelligence (BI) tools can provide valuable data analysis capabilities, but they have a barrier to entry that can stop small and midsize businesses from capitalizing on them.

article thumbnail

Getting Started With Snowflake Data Platform

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Snowflake is a cloud data platform solution with unique features. The post Getting Started With Snowflake Data Platform appeared first on Analytics Vidhya.

article thumbnail

How to treat outliers in a data set?

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction When we started our data science journey and worked with. The post How to treat outliers in a data set? appeared first on Analytics Vidhya.

article thumbnail

Indexing in Natural Language Processing for Information Retrieval

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Overview This blog covers GREP(Global-Regular-Expression-Print) and its drawbacks Then we move. The post Indexing in Natural Language Processing for Information Retrieval appeared first on Analytics Vidhya.