[ad_1]
The dos and don’ts of processing data in the age of AI 10 min read · 23 hours ago Image by Gilles Lambert on UnsplashThe digital economy has been built on the wonderful promise of equal, fast, and free access to knowledge and information. It has been a long time since…
[ad_1]
Where the assumptions behind the two-tower model architecture break — and how to go beyond (Image created by the author using generative AI)Two-tower models are among the most common architectural design choices in modern recommender systems — the key idea is to have one tower that learns relevance, and a second, shallow, tower that…
[ad_1]
A Spotify Data Scientist’s guide to developing a job-hunting strategy that can get you offers A snapshot of the survey I conducted on Blind — Image by AuthorI recently ran a survey among data scientists and found out this shocking number — 86% are blindly sending out job applications, and hoping for the best.…
[ad_1]
Learn about Radial Treemaps and create your own with Python Radial-Treemap by Nick GerendThe Treemap Concept The “Treemap” was introduced by Ben Shneiderman at the University of Maryland in the early 1990s¹. Simply put, it’s an efficient way of displaying hierarchical data as a set of nested rectangles. Although the concept is simple, the…
[ad_1]
Reinforcement learning without the boilerplate code Created by the author with Leonardo Ai.In my previous articles about reinforcement learning, I have shown you how to implement (deep) Q-learning using nothing but a bit of numpy and TensorFlow. While this was an important step towards understanding how these algorithms work under the hood, the code…
[ad_1]
Three stories about the data career journey “The number 12 is considered a cosmic number — marking the 12 months, the 12 signs of the zodiac, and the 12 stations of the Moon and the Sun” [Photo by Michael Skok on Unsplash]In my previous position, I created end-of-year reports for my business colleagues and…
[ad_1]
A deep exploration of TiDE, its implementation using Darts and a real life use case comparison with DeepAR (a Transformer architecture) As industries continue to evolve, the importance of an accurate forecasting becomes a non-negotiable asset wether you work in e-commerce, healthcare, retail or even in agriculture. The importance of being able to foresee…
[ad_1]
Data Visualization, Data Storytelling Simplify your overwhelmed charts by using slope charts: a tutorial in Python Altair Image by AuthorWe may plot charts to include as many concepts as possible in our visualization. As a result, our chart could be difficult to read and distracting. For this reason, before plotting anything, sit in your…
[ad_1]
During a road trip we discussed how this tool was interesting but not necessarily useful. My friend could plug in numbers and see what happened, but that didn’t help make staffing decisions any easier, as it was basically educated trial and error. What would be more helpful was a system where you could set…
[ad_1]
A step-by-step walkthrough of inter-participant and intra-participant classification performed on wearable sensor data of runners Image by authorRunning data collected using wearable sensors can provide insights about a runner’s performance and overall technique. The data that comes from these sensors are usually time series by nature. This tutorial runs through a fatigue detection task…