Sat.Oct 30, 2021 - Fri.Nov 05, 2021

article thumbnail

TensorFlow for Beginners With Examples and Python Implementation

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction You’ve probably heard of TensorFlow if you’re a machine learning student. It has become an industry norm and is one of the most common tools for machine learning and deep learning experts. TensorFlow is a free and open-source library for creating machine […].

Python 400
article thumbnail

Real-world challenges for AGI

DeepMind

When people picture a world with artificial general intelligence (AGI), robots are more likely to come to mind than enabling solutions to society’s most intractable problems. But I believe the latter is much closer to the truth. AI is already enabling huge leaps in tackling fundamental challenges: from solving protein folding to predicting accurate weather patterns, scientists are increasingly using AI to deduce the rules and principles that underpin highly complex real-world domains - ones they

Robotics 108
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.2

Explosion

We’re pleased to present v3.2 of the spaCy Natural Language Processing library. Since v3.1 we’ve added usability improvements for custom training and scoring, improved performance on Apple M1 and Nvidia GPU hardware, and support for space-efficient vectors using floret , our new hash embedding extension to fastText. The spaCy team has gotten a lot bigger this year, and we’ve got lots of exciting features and examples coming up, including example projects for data augmentation and model distillat

NLP 52
article thumbnail

Zero-Click Buying: Is This The New Standard In eCommerce?

Dlabs.ai

When Amazon introduced ‘ 1-click ’ in 1997, retailers trembled. The innovation gave customers a way to purchase anything from the eCommerce store with just one click. And the feature soon set the standard for buying anything online. Fast forward to today, and expectations have shifted again. Consumers now think that retailers should know what they want, often before they realize it themselves.

article thumbnail

AI in Marketing & Sales: Today’s Tools, Tomorrow’s Potential

Speaker: Kevin Burke

AI is reshaping marketing and sales, empowering professionals to work smarter, faster, and more effectively. This webinar will provide a practical introduction to AI, focusing on its current applications, transformative potential, and strategies for successful implementation in your organization. Using real-world examples and actionable insights, we’ll examine how businesses are leveraging AI to increase efficiency, enhance personalization, and drive measurable results.

article thumbnail

Building an Infinite Timer using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview What is this “Infinite timer in Python”? What are its uses? How to make it? What is this “Infinite Timer using python”? Infinite timer using Python is a program written in Python using its libraries. It serves as a reminder by notifying […]. The post Building an Infinite Timer using Python appeared first on Analytics Vidhya.

Python 399

More Trending

article thumbnail

Avoiding Data Disasters

fast.ai

Things can go disastrously wrong in data science and machine learning projects when we undervalue data work, use data in contexts that it wasn’t gathered for, or ignore the crucial role that humans play in the data science pipeline. A new multi-university centre focused on Information Resilience , funded by the Australian government’s top scientific funding body (ARC), has recently launched.

article thumbnail

Introducing spaCy v3.2

Explosion

spaCy v3.2 features usability improvements for custom training and scoring, improved performance and support for floret, our new fastText word vectors algorithm.

article thumbnail

An Introduction to Automated Multi-Class Text Classification

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Overview In this article, we are going to discuss automated multi-class classification on the mixed data type. Think about text classification. When we have a bunch of text and a target label. Based on the incoming text we create a model to learn […]. The post An Introduction to Automated Multi-Class Text Classification appeared first on Analytics Vidhya.

article thumbnail

Stanford AI Lab Papers at CoRL 2021

The Stanford AI Lab Blog

The Conference on Robot Learning (CoRL 2021) will take place next week. We’re excited to share all the work from SAIL that will be presented, and you’ll find links to papers, videos and blogs below. Feel free to reach out to the contact authors directly to learn more about the work that’s happening at Stanford! List of Accepted Papers LILA: Language-Informed Latent Actions Authors : Siddharth Karamcheti*, Megha Srivastava*, Percy Liang, Dorsa Sadigh Contact : skaramcheti@cs.stanford.edu, megha@c

article thumbnail

AI for Paralegals: Everything You Need to Know (and How to Use It Safely)

Speaker: Joe Stephens, J.D., Attorney and Law Professor

Ready to cut through the AI hype and learn exactly how to use these tools in your legal work? Join this webinar to get practical guidance from attorney and AI legal expert, Joe Stephens, who understands what really matters for legal professionals! What You'll Learn: Evaluate AI Tools Like a Pro 🔍 Learn which tools are worth your time and how to spot potential security and ethics risks before they become problems.

article thumbnail

Plotting Images Using Matplotlib Library in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction to Matplotlib Matplotlib is a widely used data visualization library in python. This article illustrates how to display, modify and save an image using the ‘matplotlib’ library. We will see how to use the ‘image’ module as it makes working with images […]. The post Plotting Images Using Matplotlib Library in Python appeared first on Analytics Vidhya.

Python 380
article thumbnail

Understanding Transfer Learning for Deep Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview What is Transfer Learning and it’s Working How Transfer Learning Works Why Should You Use Transfer Learning? When to use Transfer Learning Models That Have Been Pre-Trained The reuse of a previously learned model on a new problem is known as […]. The post Understanding Transfer Learning for Deep Learning appeared first on Analytics Vidhya.

article thumbnail

Training Neural Network with Keras and basics of Deep Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Overview Keras is a Python library including an API for working with neural networks and deep learning frameworks. Keras includes Python-based methods and components for working with various Deep Learning applications. source: keras.io Table of Contents What exactly is Keras? Models Explaining Deep […].

article thumbnail

An Introduction to Particle Swarm Optimization (PSO) Algorithm

Analytics Vidhya

Overview: PSO is a stochastic optimization technique based on the movement and intelligence of swarms. In PSO, the concept of social interaction is used for solving a problem. It uses a number of particles (agents) that constitute a swarm moving around in the search space, looking for the best solution. Each particle in the swarm […]. The post An Introduction to Particle Swarm Optimization (PSO) Algorithm appeared first on Analytics Vidhya.

Algorithm 361
article thumbnail

4 HR Priorities for 2025 to Supercharge Your Employee Experience

Speaker: Carolyn Clark and Miriam Connaughton

Forget predictions, let’s focus on priorities for the year and explore how to supercharge your employee experience. Join Miriam Connaughton and Carolyn Clark as they discuss key HR trends for 2025—and how to turn them into actionable strategies for your organization. In this dynamic webinar, our esteemed speakers will share expert insights and practical tips to help your employee experience adapt and thrive.

article thumbnail

Exploratory Data Analysis on UBER Stocks Dataset

Analytics Vidhya

This article was published as a part of the Data Science Blogathon What is EDA(Exploratory data analysis)? Exploratory data analysis is a great way of understanding and analyzing the data sets. The EDA technique is extensively used by data scientists and data analysts to summarize the main characteristics of data sets and to visualize them through […].

article thumbnail

A Complete Guide to Dealing with Missing values in Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Hello there, guys! Good day, everyone! Today we’ll look at an intriguing issue in data pre-processing: how to deal with missing values (which is part of Data Cleaning). So, before we get into the meat of the matter, let’s review some fundamental terminology […]. The post A Complete Guide to Dealing with Missing values in Python appeared first on Analytics Vidhya.

Python 353
article thumbnail

Visualize data using Parallel Coordinates Plot

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Overview of Parallel Coordinates Plot While using visualizations, one compact visualization showing the relation between multiple variables has an upper hand over multiple visualizations – one for each variable. When you are trying to visualize high dimensional numerical data instead of multiple bar/line […].

article thumbnail

Facial Emotion Detection Using CNN

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. An End to End guide for model training and deployment for facial emotion detection using the webcam. In our previous article, we have explored emotion detection in the text, which is quite helpful for several use cases, you can read the article here. […]. The post Facial Emotion Detection Using CNN appeared first on Analytics Vidhya.

article thumbnail

Usage-Based Monetization Musts: A Roadmap for Sustainable Revenue Growth

Speaker: David Warren and Kevin O'Neill Stoll

Transitioning to a usage-based business model offers powerful growth opportunities but comes with unique challenges. How do you validate strategies, reduce risks, and ensure alignment with customer value? Join us for a deep dive into designing effective pilots that test the waters and drive success in usage-based revenue. Discover how to develop a pilot that captures real customer feedback, aligns internal teams with usage metrics, and rethinks sales incentives to prioritize lasting customer eng

article thumbnail

A comprehensive guide for Camera calibration in computer vision

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview of Camera Calibration A camera is a device that converts the 3D world into a 2D image. A camera plays a very important role in capturing three-dimensional images and storing them in two-dimensional images. To know the mathematics behind it is extremely […]. The post A comprehensive guide for Camera calibration in computer vision appeared first on Analytics Vidhya.

article thumbnail

PCA(Principal Component Analysis) on MNIST Dataset

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction to PCA Hello Learners, Welcome! In this article, we are going to learn about PCA and its implementation on the MNIST dataset. the full form of PCA is Principal Component Analysis. in this article, we are going to implement the PCA technic […]. The post PCA(Principal Component Analysis) on MNIST Dataset appeared first on Analytics Vidhya.

article thumbnail

Beginner’s Guide to AutoML with an Easy AutoGluon Example

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Machine Learning is popular and is being used everywhere for applications ranging from financial services to healthcare, marketing & advertising to manufacturing. Almost all industries seem to derive substantial benefit using some form of Machine Learning. Over the recent past, automation technology also […].

article thumbnail

Implementing Particle Swarm Optimization using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction There are multiple ways that one can take to either minimize or maximize any function so that the optimal value can be found out. You can find several optimisation solutions on the internet but in the end, no one solution is the […]. The post Implementing Particle Swarm Optimization using Python appeared first on Analytics Vidhya.

Python 336
article thumbnail

Optimizing The Modern Developer Experience with Coder

Many software teams have migrated their testing and production workloads to the cloud, yet development environments often remain tied to outdated local setups, limiting efficiency and growth. This is where Coder comes in. In our 101 Coder webinar, you’ll explore how cloud-based development environments can unlock new levels of productivity. Discover how to transition from local setups to a secure, cloud-powered ecosystem with ease.

article thumbnail

Startups profit prediction using Multiple Linear Regression

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Overview In this article, we will be predicting the profit from the startup’s dataset with the features available to us. We’re using the 50-startups dataset for this problem statement and we will be using the concept of Multiple linear regression to predict the […].

article thumbnail

Learn how to build your Discord bot using DailoGPT and HuggingFace API

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Design your own Discord app using Hugging face API and deploy it on Replit server. Learn tips and tricks about building discord bot server, uptimerobot, Kaggle API, and Replit. Image 1 Introduction to building your own Discord bot If you ever wonder how […]. The post Learn how to build your Discord bot using DailoGPT and HuggingFace API appeared first on Analytics Vidhya.

article thumbnail

How sklearn’s Tfidfvectorizer Calculates tf-idf Values

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Overview In NLP, tf-idf is an important measure and is used by algorithms like cosine similarity to find documents that are similar to a given search query. Here in this blog, we will try to break tf-idf and see how sklearn’s TfidfVectorizer calculates […]. The post How sklearn’s Tfidfvectorizer Calculates tf-idf Values appeared first on Analytics Vidhya.

NLP 319
article thumbnail

Employee Attrition Prediction – A Comprehensive Guide

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction In this article, we will cover everything from gathering data to preparing the steps for model training and evaluation. Deep learning algorithms can have huge functional uses when provided with quality data to sort through. Diverse fields such as sales forecasting and […].

article thumbnail

Trial Prep: What Attorneys Really Want (And How to Deliver It)

Speaker: Joe Stephens, J.D., Attorney and Law Professor

Get ready to uncover what attorneys really need from you when it comes to trial prep in this new webinar! Attorney and law professor, Joe Stephens, J.D., will share proven techniques for anticipating attorney needs, organizing critical documents, and transforming complex information into compelling case presentations. Key Learning Objectives: Organization That Makes Sense 🎯 Learn how to structure and organize case materials in ways that align with how attorneys actually work and think.

article thumbnail

Deploying a Flask App on AWS Elastic Beanstalk

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Image 1- [link] Whether you are an experienced or an aspiring data scientist, you must have worked on machine learning model development comprising of data cleaning, wrangling, comparing different ML models, training the models on Python Notebooks like Jupyter. All the […]. The post Deploying a Flask App on AWS Elastic Beanstalk appeared first on Analytics Vidhya.

article thumbnail

An Intuition about Kalman Filter for Computer Vision

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Overview The importance of the Kalman filter relies on removing the noise from input data. It is one of the great tools to have during the data capturing process. It is based on a linear dynamical system, which is based on the Continuous […]. The post An Intuition about Kalman Filter for Computer Vision appeared first on Analytics Vidhya.

article thumbnail

Ensemble Modeling for Neural Networks using large datasets – Simplified!

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Ensemble modeling is the process by which a machine learning model combines distinct base models to generate generalized predictions using a combination of the predictive power of each of its components. Each base model differs with respect to the variable elements i.e. […].