Data Science & Developer Roadmaps with Chat & Free Learning Resources

Filters

Rapids

RAPIDS is an open-source suite of software libraries and APIs designed to accelerate data science workflows on GPUs. It allows data scientists to perform data manipulation and analysis tasks that are traditionally done using CPU-based libraries like Pandas and Scikit-Learn, but with significantly improved performance. The key components of RAPIDS include cuDF, cuML, and cuGraph, which provide functionalities for data manipulation, machine learning, and graph analytics, respectively.

One of the main advantages of RAPIDS is its ability to handle large datasets efficiently. For instance, it can process millions of records much faster than traditional CPU-based methods. The API of cuDF is modeled after Pandas, making it easier for users to transition to RAPIDS without needing to learn a new syntax. This compatibility allows for seamless integration into existing data science workflows.

Additionally, RAPIDS leverages GPU acceleration to enhance performance in various tasks, such as t-SNE visualization and feature engineering, providing substantial speedups compared to CPU implementations 45.

Flow

 R-bloggers

Flow – CC-BY-NC by Sebastian Bender Day 17 of 30DayMapChallenge: « Flow (previously). Mapping the commuters to Lyon in France. Data comes from INSEE and is part of the national census. Setup library(t...

Read more at R-bloggers | Find similar documents

Flow

 R-bloggers

Flow – CC-BY-NC by Sebastian Bender Day 17 of 30DayMapChallenge: « Flow (previously). Mapping the commuters to Lyon in France. Data comes from INSEE and is part of the national census. library(tidyver...

Read more at R-bloggers | Find similar documents

NLP With RAPIDS, Yes It’s Possible!

 Towards Data Science

In this blog post, I will present how you can perform usual data analysis on complex data, such as sentence embeddings from transformers. The full notebook can be found here. In the Actuarial Loss…

Read more at Towards Data Science | Find similar documents

Feature Engineering with RAPIDS: NFL Data Bowl

 Towards Data Science

Before starting this article, I want to ease your skepticism of switching from pandas to RAPIDS cudf, RAPIDS cudf uses the same API as pandas! RAPIDS is moving traditional Data Science workflows on…

Read more at Towards Data Science | Find similar documents

600X t-SNE speedup with RAPIDS

 Towards Data Science

GPU accelerations are commonly associated with Deep Learning. GPUs power Convolutional Neural Networks for Computer Vision and Transformers for Natural Language Processing. They do this through…

Read more at Towards Data Science | Find similar documents

RAPIDS cuGraph — The vision and journey to version 1.0 and beyond

 Towards Data Science

The vision of RAPIDS cuGraph is to make graph analysis ubiquitous to the point that users just think in terms of analysis and not technologies or frameworks. This is a goal that many of us on the…

Read more at Towards Data Science | Find similar documents

Getting To Know Your Features In Seconds With RAPIDS

 Towards Data Science

This blog post intends to present the feature selection notebook I recently published in the ongoing Mechanisms of Action Kaggle competition. Exploratory data analysis, and especially getting an idea…...

Read more at Towards Data Science | Find similar documents

Spark Delta Lake

 Analytics Vidhya

This is 1st part of my article in which I will explain you about issues in Apache Spark and need of Delta Lake, next article will contain the interesting part of hands on… One of the key note of this…...

Read more at Analytics Vidhya | Find similar documents

Events at Jumping Rivers

 R-bloggers

At Jumping Rivers we’re all about getting involved in the R community! As such, we host multiple events throughout the year. Read on for information about what we have planned so far for 202... Contin...

Read more at R-bloggers | Find similar documents

Getting hands dirty in Spark Delta Lake

 Analytics Vidhya

This is 2nd part of my article in which I gave an overview of Delta Lake and its use cases, In case you happen to come directly here do give my first article a read to get some context. Here’s the…

Read more at Analytics Vidhya | Find similar documents

Outdoors

 R-bloggers

Porcupine River – public domain by David Spencer, FWS Day 20 of 30DayMapChallenge: « Outdoors (previously). Get some fresh air in Alaska! Setup library(tidyverse) library(terra) library(viridis) Data ...

Read more at R-bloggers | Find similar documents

Outdoors

 R-bloggers

Porcupine River – public domain by David Spencer, FWS Day 20 of 30DayMapChallenge: « Outdoors (previously). Get some fresh air in Alaska! Setup library(terra) library(viridis) Data You can browse seve...

Read more at R-bloggers | Find similar documents