Sat.Sep 07, 2019 - Fri.Sep 13, 2019

article thumbnail

10 Great Python Resources for Aspiring Data Scientists

KDnuggets

This is a collection of 10 interesting resources in the form of articles and tutorials for the aspiring data scientist new to Python, meant to provide both insight and practical instruction when starting on your journey.

Python 122
article thumbnail

How Artificial Intelligence & Deep Learning Change the Game

Teradata

AI & Deep Learning allow organizations to maximize player performance while minimizing player risk through better insights from performance and wellness data.

Insiders

Sign Up for our Newsletter

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

article thumbnail

Grafana Time-Series Dashboards with the Rockset-Grafana Plugin

Rockset

What Is Grafana? Grafana is an open-source software platform for time series analytics and monitoring. You can connect Grafana to a large number of data sources, from PostgreSQL to Prometheus. Once your data source is connected, you can use a built-in query control or editor to fetch data, and build dashboards from your data source. Grafana is frequently deployed for a wide variety of use cases, including DevOps and AdTech.

article thumbnail

Story about AWS RDS upgrade to AWS Aurora and InnoDB adaptive hash index parameter

nodeSWAT

Story about unexpected slowdown during AWS RDS upgrade to AWS Aurora and InnoDB adaptive hash index parameter TL;DR at the end. The parameter. MySQL 5.7 documentation about InnoDB adaptive hash index. Turning this parameter ON enables the database engine to analyze index searches and to automatically adapt to the queries/searches you are running. It does so by making custom indexes for these specific cases, in return making your queries run faster because they can now use the automatically gener

AWS 52
article thumbnail

Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You Need to Know

Speaker: Timothy Chan, PhD., Head of Data Science

Are you ready to move beyond the basics and take a deep dive into the cutting-edge techniques that are reshaping the landscape of experimentation? 🌐 From Sequential Testing to Multi-Armed Bandits, Switchback Experiments to Stratified Sampling, Timothy Chan, Data Science Lead, is here to unravel the mysteries of these powerful methodologies that are revolutionizing how we approach testing.

article thumbnail

Train sklearn 100x Faster

KDnuggets

As compute gets cheaper and time to market for machine learning solutions becomes more critical, we’ve explored options for speeding up model training. One of those solutions is to combine elements from Spark and scikit-learn into our own hybrid solution.

article thumbnail

Vantage: A Cloud-First Integrated Data & Analytics Platform

Teradata

There are a lot of misperceptions about Teradata. Learn more about what Teradata Vantage really is: a cloud-first integrated data and analytics platform.

Cloud 63

More Trending

article thumbnail

Apache Kafka Rebalance Protocol for the Cloud: Static Membership

Confluent

Static Membership is an enhancement to the current rebalance protocol that aims to reduce the downtime caused by excessive and unnecessary rebalances for general Apache Kafka ® client implementations. This applies to Kafka consumers, Kafka Connect, and Kafka Streams. To get a better grasp on the rebalance protocol, we’ll examine this concept in depth and explain what it means.

Kafka 21
article thumbnail

Classification vs Prediction

KDnuggets

It is important to distinguish prediction and classification. In many decision-making contexts, classification represents a premature decision, because classification combines prediction and decision making and usurps the decision maker in specifying costs of wrong decisions.

IT 119
article thumbnail

Reimagining Experimentation Analysis at Netflix

Netflix Tech

Toby Mao , Sri Sri Perangur , Colin McFarland Another day, another custom script to analyze an A/B test. Maybe you’ve done this before and have an old script lying around. If it’s new, it’s probably going to take some time to set up, right? Not at Netflix. ABlaze: The standard view of analyses in the XP UI Suppose you’re running a new video encoding test and theorize that the two new encodes should reduce play delay, a metric describing how long it takes for a video to play after you press the s

article thumbnail

Many Heads Are Better Than One: The Case For Ensemble Learning

KDnuggets

While ensembling techniques are notoriously hard to set up, operate, and explain, with the latest modeling, explainability and monitoring tools, they can produce more accurate and stable predictions. And better predictions can be better for business.

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

Scikit-Learn vs mlr for Machine Learning

KDnuggets

How does the scikit-learn machine learning library for Python compare to the mlr package for R? Following along with a machine learning workflow through each approach, and see if you can gain a competitive advantage by knowing both frameworks.

article thumbnail

There is No Free Lunch in Data Science

KDnuggets

There is no such thing as a free lunch in life or data science. Here, we'll explore some science philosophy and discuss the No Free Lunch theorems to find out what they mean for the field of data science.

article thumbnail

The 5 Graph Algorithms That Data Scientists Should Know

KDnuggets

In this post, I am going to be talking about some of the most important graph algorithms you should know and how to implement them using Python.

Algorithm 122
article thumbnail

Common Machine Learning Obstacles

KDnuggets

In this blog, Seth DeLand of MathWorks discusses two of the most common obstacles relate to choosing the right classification model and eliminating data overfitting.

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

BERT is changing the NLP landscape

KDnuggets

BERT is changing the NLP landscape and making chatbots much smarter by enabling computers to better understand speech and respond intelligently in real-time.

110
110
article thumbnail

The State of Transfer Learning in NLP

KDnuggets

This post expands on the NAACL 2019 tutorial on Transfer Learning in NLP organized by Matthew Peters, Swabha Swayamdipta, Thomas Wolf, and Sebastian Ruder. This post highlights key insights and takeaways and provides updates based on recent work.

102
102
article thumbnail

Can graph machine learning identify hate speech in online social networks?

KDnuggets

Online hate speech is a complex subject. Follow this demonstration using state-of-the-art graph neural network models to detect hateful users based on their activities on the Twitter social network.

article thumbnail

OpenStreetMap Data to ML Training Labels for Object Detection

KDnuggets

I am really interested in creating a tight, clean pipeline for disaster relief applications, where we can use something like crowd sourced building polygons from OSM to train a supervised object detector to discover buildings in an unmapped location.

article thumbnail

Entity Resolution Checklist: What to Consider When Evaluating Options

Are you trying to decide which entity resolution capabilities you need? It can be confusing to determine which features are most important for your project. And sometimes key features are overlooked. Get the Entity Resolution Evaluation Checklist to make sure you’ve thought of everything to make your project a success! The list was created by Senzing’s team of leading entity resolution experts, based on their real-world experience.

article thumbnail

A 2019 Guide to Speech Synthesis with Deep Learning

KDnuggets

In this article, we’ll look at research and model architectures that have been written and developed to do just that using deep learning.

article thumbnail

Ensemble Methods for Machine Learning: AdaBoost

KDnuggets

It turned out that, if we ask the weak algorithm to create a whole bunch of classifiers (all weak for definition), and then combine them all, what may figure out is a stronger classifier.

article thumbnail

How DeepMind and Waymo are Using Evolutionary Competition to Train Self-Driving Vehicles

KDnuggets

Recently, Alphabet’s subsidiaries Waymo and DeepMind partnered to find a more efficient process to train self-driving vehicles algorithms and their work took them back to one of the cornerstones of our history as species: evolution.

article thumbnail

Discover Your Path Toward Data Science with ODSC’s Mini-Bootcamp

KDnuggets

ODSC has developed a mini-bootcamp, designed to reduce the time and monetary costs of discovering which pathway into data science you should take. In this article, we’ll discuss seven reasons why ODSC’s Mini-Bootcamp might be right for you.

article thumbnail

How to Build an Experimentation Culture for Data-Driven Product Development

Speaker: Margaret-Ann Seger, Head of Product, Statsig

Experimentation is often seen as an aspirational practice, especially at smaller, fast-moving companies who are strapped for time and resources. So, how can you get your team making decisions in a more data-driven way while continuing to remain lean and maintaining ship velocity? In this webinar, Margaret-Ann Seger, Head of Product at Statsig, will teach you how to build an experimentation culture from the ground-up, graduating from just getting started with data-driven development to operating

article thumbnail

Data Driven Government – Agenda, Washington, DC, Sep 25

KDnuggets

Data Driven Government is coming to Washington, DC, Sep 26, and includes a stellar lineup of experts who will share the emerging trends and best practices of government agencies in the current use of data analytics to enhance mission outcomes. Use code KDNUGGETS to get 15% off.

article thumbnail

Version Control for Data Science: Tracking Machine Learning Models and Datasets

KDnuggets

I am a Git god, why do I need another version control system for Machine Learning Projects?

article thumbnail

A Friendly Introduction to Support Vector Machines

KDnuggets

This article explains the Support Vector Machines (SVM) algorithm in an easy way.

Algorithm 105
article thumbnail

Clearsense chooses Io-Tahoe’s Smart Data Discovery to navigate healthcare data challenges

KDnuggets

Io-Tahoe, a pioneer in Smart Data Discovery and AI-Driven Data Catalog products, has announced that Clearsense, a scalable data platform as a service built for healthcare, has chosen the smart data discovery platform to automatically discover and catalog relationships across immense amounts of medical and clinical data.

article thumbnail

The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Communication

Speaker: David Bard, Principal at VP Product Coaching

In the fast-paced world of digital innovation, success is often accompanied by a multitude of challenges - like the pitfalls lurking at every turn, threatening to derail the most promising projects. But fret not, this webinar is your key to effective product development! Join us for an enlightening session to empower you to lead your team to greater heights.

article thumbnail

Top August Stories: How to Become More Marketable as a Data Scientist

KDnuggets

Also: Top Handy SQL Features for Data Scientists; 12 NLP Researchers, Practitioners & Innovators You Should Be Following; Knowing Your Neighbours: Machine Learning on Graphs.

article thumbnail

Top Stories, Sep 2-8: I wasn’t getting hired as a Data Scientist. So I sought data on who is.

KDnuggets

Also: Python Libraries for Interpretable Machine Learning; TensorFlow vs PyTorch vs Keras for NLP; Advice on building a machine learning career and reading research papers by Prof. Andrew Ng; Object-oriented programming for data scientists: Build your ML estimator.

article thumbnail

KDnuggets™ News 19:n34, Sep 11: I wasn’t getting hired as a Data Scientist. So I sought data on who is

KDnuggets

How one person overcame rejections applying to Data Scientist positions by getting actual data on who is getting hired; Advice from Andrew Ng on building ML career and reading research papers; 10 Great Python resources for Data Scientists; Python Libraries for Interpretable ML,

Python 51
article thumbnail

Top KDnuggets tweets, Sep 04-10: How #AI will transform #healthcare; 10 Great Python Resources for Aspiring Data Scientists

KDnuggets

Python Libraries for Interpretable Machine Learning; How #AI will transform #healthcare (and can it fix US healthcare system?); Building Recommendation System - an overview ; I wasn't getting hired as a Data Scientist. So I sought data on who is.

article thumbnail

Reimagined: Building Products with Generative AI

“Reimagined: Building Products with Generative AI” is an extensive guide for integrating generative AI into product strategy and careers featuring over 150 real-world examples, 30 case studies, and 20+ frameworks, and endorsed by over 20 leading AI and product executives, inventors, entrepreneurs, and researchers.