# Predictions

Published articles for Predictions.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Creating an AI Platform for classic ML online inference

DevFeed: [Creating an AI Platform for classic ML online inference](<https://devfeed.tech/articles/creating-an-ai-platform-for-classic-ml-online-inference-22589.md>)

Original publisher: [Read original article](<https://medium.com/amex-gbt-technology/creating-an-ai-platform-for-classic-ml-online-inference-e2165d68e18a?source=rss----60a0578f4096---4>)

Author: Rohith Leeladharan

Published: 2026-09-10T07:26:46Z

Content type: tutorial

Language: en

Sources: [Amex GBT Technology](<https://devfeed.tech/sources/amex-gbt-technology.md>)

Topics: [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [MLOps](<https://devfeed.tech/topics/mlops.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [ai-platform-engineering](<https://devfeed.tech/tags/ai-platform-engineering.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [experiments](<https://devfeed.tech/tags/experiments.md>), [feature-store](<https://devfeed.tech/tags/feature-store.md>), [inference](<https://devfeed.tech/tags/inference.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml](<https://devfeed.tech/tags/ml.md>), [mlops](<https://devfeed.tech/tags/mlops.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [predictions](<https://devfeed.tech/tags/predictions.md>)

### AI overview

This article describes how American Express Global Business Travel built an AI platform for deploying classic machine-learning systems and supporting online inference. It explains the platform's requirements--simplicity, self-service, experimentation, and continuous improvement--and details the pre-process, predict, post-process pattern used by inference engines.

### Source excerpt

Introduction In 2021, we were given the mission to have AI Systems running in production. The team, instead of just following a classical MLOps process, that involves transforming a Jupyter notebook into a product running in production, decided to go further by creating a platform to deploy AI systems in production. The team decided the platform should respect these requirements: Simplicity: The code powering AI systems should be simple, readable, and easy to maintain -- less intricacy means fewer bugs in production and greater reliability. Self-service: Anyone should be able to build and deploy AI systems autonomously, without depending on a central team. Experimentation: The platform should make it easy to run and iterate on experiments. Continuous improvement: Data related to events and interactions within AI systems must be captured, enabling monitoring and continuous improvement over time. In this article, we will walk through the work done to build a platform that fulfills these four requirements. Background At American Express Global Business Travel, we use machine learning (ML) models for a variety of user experiences like ranking hotel and flight search results. Our ML models are wrapped in inference engines that handle both pre-processing of input data before we run a prediction with the model, and post-processing of output data before returning the output to the caller. The overall flow looks something like this: Figure 1: Handling an inference request A client service that would like the ML model's predictions provides necessary context about the request like which user the request is for. Then, optionally, the inference engine fetches any necessary features for inference from our feature store [part 1][part 2]. Finally, it pre-processes the data, runs the predictions using the trained ML model, and does any necessary post-processing of the model output before returning the response to the caller. We call this the pre-process, predict, post-process patter

## Quiz: Python AI: How to Build a Neural Network & Make Predictions

DevFeed: [Quiz: Python AI: How to Build a Neural Network & Make Predictions](<https://devfeed.tech/articles/quiz-python-ai-how-to-build-a-neural-network-make-predictions-4405.md>)

Original publisher: [Read original article](<https://realpython.com/quizzes/python-ai-neural-network/>)

Author: Real Python

Published: 2026-09-03T12:00:00Z

Content type: article

Language: en

Sources: [Real Python](<https://devfeed.tech/sources/real-python.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Neural Network](<https://devfeed.tech/topics/neural-network.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [math](<https://devfeed.tech/topics/math.md>), [dataset](<https://devfeed.tech/topics/dataset.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [math](<https://devfeed.tech/tags/math.md>), [neural-networks](<https://devfeed.tech/tags/neural-networks.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [python](<https://devfeed.tech/tags/python.md>), [train](<https://devfeed.tech/tags/train.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

An interactive 13-question quiz testing understanding of how to build a neural network and make predictions with Python AI. It covers input vectors, layers, weights, bias, dot products, sigmoid activation, mean squared error, and backpropagation.

### Source excerpt

Check your grasp of how neural networks make predictions in Python, from dot products and activation functions to gradient descent and backpropagation.

## Sergey Levine: Current State of Humanoid Robotics, China & Future Predictions

DevFeed: [Sergey Levine: Current State of Humanoid Robotics, China & Future Predictions](<https://devfeed.tech/articles/sergey-levine-current-state-of-humanoid-robotics-china-future-predictions-18096.md>)

Original publisher: [Read original article](<https://www.developing.dev/p/sergey-levine-current-state-of-humanoid>)

Author: Ryan Peterman

Published: 2026-08-24T13:05:33Z

Content type: opinion

Language: en

Sources: [The Developing Dev](<https://devfeed.tech/sources/the-developing-dev.md>)

Topics: [Robotics](<https://devfeed.tech/topics/robotics.md>), [Humanoid Robots](<https://devfeed.tech/topics/humanoid-robots.md>), [Physical AI](<https://devfeed.tech/topics/physical-ai.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [china](<https://devfeed.tech/tags/china.md>), [future](<https://devfeed.tech/tags/future.md>), [humanoid-robots](<https://devfeed.tech/tags/humanoid-robots.md>), [llms](<https://devfeed.tech/tags/llms.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [physical-ai](<https://devfeed.tech/tags/physical-ai.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [robotics](<https://devfeed.tech/tags/robotics.md>)

### AI overview

An interview with robotics researcher Sergey Levine examines the current state of humanoid robotics, China's robotics ecosystem, possible competitors, future timelines, and how humanoid robots may be deployed. Levine discusses the importance of scaling the right technology, data, and model size.

### Source excerpt

Sergey Levine is one of the world's top robotics researchers and co-founder of Physical Intelligence.

## How Fyxer built an AI executive assistant people trust

DevFeed: [How Fyxer built an AI executive assistant people trust](<https://devfeed.tech/articles/how-fyxer-built-an-ai-executive-assistant-people-trust-17415.md>)

Original publisher: [Read original article](<https://openai.com/index/fyxer>)

Published: 2026-08-13T12:00:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [text-generation](<https://devfeed.tech/topics/text-generation.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [email](<https://devfeed.tech/tags/email.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [memory](<https://devfeed.tech/tags/memory.md>), [models](<https://devfeed.tech/tags/models.md>), [openai](<https://devfeed.tech/tags/openai.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [startup](<https://devfeed.tech/tags/startup.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

Fyxer built an AI executive assistant that uses OpenAI models, fine-tuning, memory, and user feedback to organize inboxes and draft emails in each user's voice. Its system divides email tasks among dozens of specialized models that use context to predict whether a reply is needed and generate suitable responses.

### Source excerpt

Fyxer uses OpenAI models, fine-tuning, memory, and real user feedback to organize inboxes and draft emails in each user's voice.

## 10 Platform engineering predictions for 2026

DevFeed: [10 Platform engineering predictions for 2026](<https://devfeed.tech/articles/10-platform-engineering-predictions-for-2026-12119.md>)

Original publisher: [Read original article](<https://platformengineering.org/blog/10-platform-engineering-predictions-for-2026>)

Author: Luca Galante

Published: 2026-07-23T05:40:01Z

Content type: article

Language: en

Sources: [Platform Engineering Blog](<https://devfeed.tech/sources/platform-engineering-blog.md>)

Topics: [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Security](<https://devfeed.tech/topics/security.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Vibe coding](<https://devfeed.tech/topics/vibe-coding.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [code](<https://devfeed.tech/tags/code.md>), [code-generation](<https://devfeed.tech/tags/code-generation.md>), [coding](<https://devfeed.tech/tags/coding.md>), [finops](<https://devfeed.tech/tags/finops.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [models](<https://devfeed.tech/tags/models.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [security](<https://devfeed.tech/tags/security.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

The article presents ten predictions for platform engineering in 2026, focusing on the convergence of AI, security-by-design, developer experience, observability, and FinOps. It argues that platform teams will increasingly govern autonomous AI agents, secure AI-generated infrastructure code, and use AI-driven optimization to re-architect systems for cost and latency targets.

### Source excerpt

Explore the 10 platform engineering predictions for 2026. See how AI, FinOps, and new security models will fundamentally redefine the platform team's role and architecture.

## Devavrat Shah's research and Ikigai Labs use tabular data for real-time forecasting and decision-making

DevFeed: [Devavrat Shah's research and Ikigai Labs use tabular data for real-time forecasting and decision-making](<https://devfeed.tech/articles/helping-ai-models-to-meet-the-real-world-37954.md>)

Original publisher: [Read original article](<https://news.mit.edu/2026/helping-ai-models-meet-real-world-0714>)

Author: David Chandler | Laboratory for Information and Decision Systems

Published: 2026-07-14T20:25:00Z

Content type: article

Language: en

Sources: [MIT AI News](<https://devfeed.tech/sources/mit-ai-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [decision-making](<https://devfeed.tech/topics/decision-making.md>), [Structured-data](<https://devfeed.tech/topics/structured-data.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [data](<https://devfeed.tech/topics/data.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [Computer science](<https://devfeed.tech/topics/computer-science.md>), [Electrical engineering and computer science (EECS)](<https://devfeed.tech/topics/electrical-engineering-and-computer-science-eecs.md>), [Temporal data](<https://devfeed.tech/topics/temporal-data.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-and-decision-making](<https://devfeed.tech/tags/ai-and-decision-making.md>), [ai-in-business-planning](<https://devfeed.tech/tags/ai-in-business-planning.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [algorithms](<https://devfeed.tech/tags/algorithms.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [business-and-management](<https://devfeed.tech/tags/business-and-management.md>), [business-modeling](<https://devfeed.tech/tags/business-modeling.md>), [celonis-context-model](<https://devfeed.tech/tags/celonis-context-model.md>), [computer-science-and-technology](<https://devfeed.tech/tags/computer-science-and-technology.md>), [data](<https://devfeed.tech/tags/data.md>), [data-systems](<https://devfeed.tech/tags/data-systems.md>), [decision-making](<https://devfeed.tech/tags/decision-making.md>), [devavrat-shah](<https://devfeed.tech/tags/devavrat-shah.md>), [electrical-engineering-and-computer-science-eecs](<https://devfeed.tech/tags/electrical-engineering-and-computer-science-eecs.md>), [faculty](<https://devfeed.tech/tags/faculty.md>), [forecasting](<https://devfeed.tech/tags/forecasting.md>), [idss](<https://devfeed.tech/tags/idss.md>), [ikigailabs](<https://devfeed.tech/tags/ikigailabs.md>), [laboratory-for-information-and-decision-systems-lids](<https://devfeed.tech/tags/laboratory-for-information-and-decision-systems-lids.md>), [mit-eecs](<https://devfeed.tech/tags/mit-eecs.md>), [mit-idss](<https://devfeed.tech/tags/mit-idss.md>), [mit-intellectual-property](<https://devfeed.tech/tags/mit-intellectual-property.md>), [mit-lids](<https://devfeed.tech/tags/mit-lids.md>), [mit-schwarzman-college-of-computing](<https://devfeed.tech/tags/mit-schwarzman-college-of-computing.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [profile](<https://devfeed.tech/tags/profile.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [research](<https://devfeed.tech/tags/research.md>), [school-of-engineering](<https://devfeed.tech/tags/school-of-engineering.md>), [startups](<https://devfeed.tech/tags/startups.md>), [structured](<https://devfeed.tech/tags/structured.md>), [tabular-data](<https://devfeed.tech/tags/tabular-data.md>), [time-series-data](<https://devfeed.tech/tags/time-series-data.md>)

### AI overview

MIT Professor Devavrat Shah's research led to a foundation model for tabular and time-series enterprise data. Developed with Ikigai Labs, the system continuously tests predictions against real outcomes to support large-scale forecasting and decision-making.

### Source excerpt

Through research and entrepreneurship, Professor Devavrat Shah is helping to design methods that can handle constant decision-making using limited computational resources.

## A better way to model the behavior of metal alloys

DevFeed: [A better way to model the behavior of metal alloys](<https://devfeed.tech/articles/a-better-way-to-model-the-behavior-of-metal-alloys-37944.md>)

Original publisher: [Read original article](<https://news.mit.edu/2026/better-way-to-model-metal-alloys-behavior-0619>)

Author: Zach Winn | MIT News

Published: 2026-06-19T18:00:00Z

Content type: news

Language: en

Sources: [MIT AI News](<https://devfeed.tech/sources/mit-ai-news.md>)

Topics: [Simulation](<https://devfeed.tech/topics/simulation.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [datasets](<https://devfeed.tech/topics/datasets.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [chemical-engineering](<https://devfeed.tech/tags/chemical-engineering.md>), [chemistry](<https://devfeed.tech/tags/chemistry.md>), [computer-modeling](<https://devfeed.tech/tags/computer-modeling.md>), [computer-science-and-technology](<https://devfeed.tech/tags/computer-science-and-technology.md>), [daniel-xiao](<https://devfeed.tech/tags/daniel-xiao.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [dmse](<https://devfeed.tech/tags/dmse.md>), [killian-sheriff](<https://devfeed.tech/tags/killian-sheriff.md>), [lewis-r-owen](<https://devfeed.tech/tags/lewis-r-owen.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [materials-science-and-engineering](<https://devfeed.tech/tags/materials-science-and-engineering.md>), [mit-materials-science-and-engineering](<https://devfeed.tech/tags/mit-materials-science-and-engineering.md>), [models](<https://devfeed.tech/tags/models.md>), [phase-diagrams](<https://devfeed.tech/tags/phase-diagrams.md>), [predicting-new-materials](<https://devfeed.tech/tags/predicting-new-materials.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [research](<https://devfeed.tech/tags/research.md>), [rodrigo-freitas](<https://devfeed.tech/tags/rodrigo-freitas.md>), [school-of-engineering](<https://devfeed.tech/tags/school-of-engineering.md>), [simulation](<https://devfeed.tech/tags/simulation.md>), [yifan-cao](<https://devfeed.tech/tags/yifan-cao.md>)

### AI overview

MIT researchers developed a machine-learning approach that uses diverse training datasets to model chemically complex metal alloys and predict their material properties more accurately across different conditions.

### Source excerpt

MIT researchers' approach captures subtle atomic patterns, improving predictions of material properties.

## 5 predictions about agentic AI and analytics in 2026

DevFeed: [5 predictions about agentic AI and analytics in 2026](<https://devfeed.tech/articles/5-predictions-about-agentic-ai-and-analytics-in-2026-12666.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/5-predictions-about-agentic-ai-and-analytics-in-2026>)

Author: Kristin Crosier

Published: 2026-05-12T00:00:00Z

Content type: opinion

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [data](<https://devfeed.tech/topics/data.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [aws](<https://devfeed.tech/tags/aws.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [cto](<https://devfeed.tech/tags/cto.md>), [executive](<https://devfeed.tech/tags/executive.md>), [gartner](<https://devfeed.tech/tags/gartner.md>), [governance](<https://devfeed.tech/tags/governance.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>)

### AI overview

The article presents five predictions about agentic AI and analytics in 2026, drawing on Gartner's research and Peter Corless's industry observations. It emphasizes the opportunities and governance risks of agentic systems, along with the need for executive accountability, cross-team collaboration, and new skills and best practices.

### Source excerpt

Learn about what's top of mind among enterprises planning for agentic systems, and top AI predictions for 2026 and beyond.

## Zeta2.1: 3x Fewer Tokens, 50ms Faster

DevFeed: [Zeta2.1: 3x Fewer Tokens, 50ms Faster](<https://devfeed.tech/articles/zeta2-1-3x-fewer-tokens-50ms-faster-13600.md>)

Original publisher: [Read original article](<https://zed.dev/blog/zeta2-1>)

Author: Ben Kunkle, Oleksiy Syvokon

Published: 2026-05-08T00:00:00Z

Content type: release

Language: en

Sources: [Zed Industries - Blog](<https://devfeed.tech/sources/zed-industries-blog.md>)

Topics: [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Code](<https://devfeed.tech/topics/code.md>), [D](<https://devfeed.tech/topics/d.md>)

Tags: [efficiency](<https://devfeed.tech/tags/efficiency.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [model](<https://devfeed.tech/tags/model.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [production](<https://devfeed.tech/tags/production.md>), [pypi](<https://devfeed.tech/tags/pypi.md>), [release](<https://devfeed.tech/tags/release.md>), [running](<https://devfeed.tech/tags/running.md>), [rust](<https://devfeed.tech/tags/rust.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

Zed announces Zeta2.1, an open-weight edit prediction model that uses a new Multi-Region prompt format. Compared with Zeta2, it emits fewer output tokens, delivers faster predictions, and requires fewer servers for the same traffic. The release also supports local use and includes Rust bindings published to PyPI.

### Source excerpt

Zeta2.1 is out and it's more efficient than Zeta2.

## How We Developed Zeta2

DevFeed: [How We Developed Zeta2](<https://devfeed.tech/articles/how-we-developed-zeta2-13500.md>)

Original publisher: [Read original article](<https://zed.dev/blog/how-we-developed-zeta2>)

Author: Oleksiy Syvokon, Ben Kunkle

Published: 2026-04-07T00:00:00Z

Content type: article

Language: en

Sources: [Zed Industries - Blog](<https://devfeed.tech/sources/zed-industries-blog.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [Code](<https://devfeed.tech/topics/code.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [context](<https://devfeed.tech/tags/context.md>), [development](<https://devfeed.tech/tags/development.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [examples](<https://devfeed.tech/tags/examples.md>), [github](<https://devfeed.tech/tags/github.md>), [llm](<https://devfeed.tech/tags/llm.md>), [model](<https://devfeed.tech/tags/model.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [synthetic](<https://devfeed.tech/tags/synthetic.md>), [testing](<https://devfeed.tech/tags/testing.md>), [train](<https://devfeed.tech/tags/train.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

Zed describes how it developed Zeta2, a faster edit-prediction model trained through knowledge distillation. The process used richer code context, ethically collected starting states, teacher-prompt evaluation, and roughly 100,000 synthetic examples derived from GitHub commits.

### Source excerpt

A deep dive into how we improved our Zeta edit predictions model, Zeta2.

## 5 Key Predictions for the Data Industry in 2026

DevFeed: [5 Key Predictions for the Data Industry in 2026](<https://devfeed.tech/articles/5-key-predictions-for-the-data-industry-in-2026-37137.md>)

Original publisher: [Read original article](<https://seattledataguy.substack.com/p/5-key-predictions-for-the-data-industry-b7c>)

Author: SeattleDataGuy

Published: 2026-01-31T19:29:24Z

Content type: opinion

Language: en

Sources: [SeattleDataGuy's Newsletter](<https://devfeed.tech/sources/seattledataguy-s-newsletter.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [export](<https://devfeed.tech/topics/export.md>), [Azure](<https://devfeed.tech/topics/azure.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai](<https://devfeed.tech/tags/ai.md>), [azure](<https://devfeed.tech/tags/azure.md>), [data](<https://devfeed.tech/tags/data.md>), [export](<https://devfeed.tech/tags/export.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [predictions](<https://devfeed.tech/tags/predictions.md>)

### AI overview

A commentary piece offers predictions about the data industry over the next year or two, including a possible Microsoft Fabric rebrand and the continued gap between demand for AI and companies' reliance on traditional data workflows such as ERP exports to Excel, SFTP, and APIs.

### Source excerpt

Hype Cycles, Rebrands, and the Messy Reality of Data

## Why AI Could Increase Demand for Skilled Developers

DevFeed: [Why AI Could Increase Demand for Skilled Developers](<https://devfeed.tech/articles/in-the-world-of-ai-companies-will-need-more-developers-not-fewer-39195.md>)

Original publisher: [Read original article](<https://kt.academy/article/ai-more-developers>)

Published: 2026-01-11T00:00:00Z

Content type: opinion

Language: en

Sources: [Kt. Academy](<https://devfeed.tech/sources/kt-academy.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [business](<https://devfeed.tech/tags/business.md>), [developers](<https://devfeed.tech/tags/developers.md>), [development](<https://devfeed.tech/tags/development.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [workshop-learning-programming](<https://devfeed.tech/tags/workshop-learning-programming.md>)

### AI overview

This opinion article argues that AI tools will increase, rather than reduce, demand for skilled developers. It attributes current weakness in the developer market to broader business and industry conditions, including cost-cutting and reduced development budgets, while treating the Twitter example as suggestive rather than conclusive.

### Source excerpt

Why the rise of AI means an increased demand for skilled developers.

## 2026 Cybersecurity Predictions by Teleport CEO Ev Kontsevoy

DevFeed: [2026 Cybersecurity Predictions by Teleport CEO Ev Kontsevoy](<https://devfeed.tech/articles/2026-cybersecurity-predictions-by-teleport-ceo-ev-kontsevoy-29541.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/2026-cybersecurity-predictions/>)

Author: ev@goteleport.com (Ev Kontsevoy)

Published: 2025-12-18T00:00:00Z

Content type: opinion

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [IAM](<https://devfeed.tech/topics/iam.md>), [Security & Privacy](<https://devfeed.tech/topics/security-privacy.md>), [MFA](<https://devfeed.tech/topics/mfa.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai](<https://devfeed.tech/tags/ai.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [identity](<https://devfeed.tech/tags/identity.md>), [identity-management](<https://devfeed.tech/tags/identity-management.md>), [non-human-identity](<https://devfeed.tech/tags/non-human-identity.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Teleport CEO Ev Kontsevoy presents predictions for 2026 cybersecurity, arguing that AI identities will drive a unified approach to identity management, greater engineering involvement in security, and more granular definitions of agentic AI.

### Source excerpt

AI has broken identity security--2026 is when the cracks become impossible to ignore. Teleport CEO Ev Kontsevoy shares predictions and what leaders should do.

## AlphaFold: Five years of impact

DevFeed: [AlphaFold: Five years of impact](<https://devfeed.tech/articles/alphafold-five-years-of-impact-6138.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/alphafold-five-years-of-impact/>)

Author: Demis Hassabis; John Jumper; Pushmeet Kohli; Anna Koivuniemi; AlphaFold team

Published: 2025-11-25T16:00:12Z

Content type: article

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Bioinformatics](<https://devfeed.tech/topics/bioinformatics.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [drug-discovery](<https://devfeed.tech/tags/drug-discovery.md>), [explore](<https://devfeed.tech/tags/explore.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [research](<https://devfeed.tech/tags/research.md>), [science](<https://devfeed.tech/tags/science.md>)

### AI overview

The article examines five years of AlphaFold's impact on biological research, describing faster discovery, more novel protein structures, and increased influence on clinical research and patents. It also presents AlphaFold 3, Isomorphic Labs, and the AlphaFold Server as developments advancing AI-assisted drug discovery and digital biology.

### Source excerpt

Explore how AlphaFold has accelerated science and fueled a global wave of biological discovery.

## Beyond classification: How AI agents are evolving Shopify's product taxonomy at scale

DevFeed: [Beyond classification: How AI agents are evolving Shopify's product taxonomy at scale](<https://devfeed.tech/articles/beyond-classification-how-ai-agents-are-evolving-shopify-s-product-taxonomy-at-scale-1521.md>)

Original publisher: [Read original article](<https://shopify.engineering/product-taxonomy-at-scale>)

Author: Kshetrajna Raghavan

Published: 2025-10-09T05:18:20Z

Content type: article

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [Shopify](<https://devfeed.tech/topics/shopify.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [vlm](<https://devfeed.tech/topics/vlm.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [classification](<https://devfeed.tech/tags/classification.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [products](<https://devfeed.tech/tags/products.md>), [shopify](<https://devfeed.tech/tags/shopify.md>)

### AI overview

Shopify describes an AI multi-agent system that evolves its product taxonomy alongside changing commerce. The system is intended to improve more than product classification by updating taxonomy labels across more than 10,000 categories and 2,000 attributes, addressing scale, domain expertise, and consistency challenges.

### Source excerpt

Last year, over 875 million people bought items from Shopify merchants. Building on our prior Vision Language Model-based product classification, this post explores how AI agents are evolving the taxonomy itself.

## Introduction to ML monitoring

DevFeed: [Introduction to ML monitoring](<https://devfeed.tech/articles/introduction-to-ml-monitoring-28602.md>)

Original publisher: [Read original article](<https://www.marvelousmlops.io/p/introduction-to-ml-monitoring>)

Author: Başak Tuğçe Eskili

Published: 2025-08-05T21:56:29Z

Content type: tutorial

Language: en

Sources: [MarvelousMLOps](<https://devfeed.tech/sources/marvelousmlops.md>)

Topics: [databricks](<https://devfeed.tech/topics/databricks.md>), [MLOps](<https://devfeed.tech/topics/mlops.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [course](<https://devfeed.tech/tags/course.md>), [data](<https://devfeed.tech/tags/data.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [errors](<https://devfeed.tech/tags/errors.md>), [introduction](<https://devfeed.tech/tags/introduction.md>), [latency](<https://devfeed.tech/tags/latency.md>), [ml](<https://devfeed.tech/tags/ml.md>), [mlops](<https://devfeed.tech/tags/mlops.md>), [model](<https://devfeed.tech/tags/model.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [performance](<https://devfeed.tech/tags/performance.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [production](<https://devfeed.tech/tags/production.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

An introductory lecture in the MLOps with Databricks course explains why machine learning systems require monitoring beyond system health, errors, latency, KPIs, and infrastructure costs. It introduces data drift and concept drift as causes of model performance degradation, even when code and infrastructure remain unchanged.

### Source excerpt

Lecture 9 of MLOps with Databricks course

## Evolution of Product Classification at Shopify: From Categories to Comprehensive Product Understanding

DevFeed: [Evolution of Product Classification at Shopify: From Categories to Comprehensive Product Understanding](<https://devfeed.tech/articles/evolution-of-product-classification-at-shopify-from-categories-to-comprehensive-product-understanding-1384.md>)

Original publisher: [Read original article](<https://shopify.engineering/evolution-product-classification>)

Author: Kshetrajna Raghavan

Published: 2025-05-08T04:00:00Z

Content type: article

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [Shopify](<https://devfeed.tech/topics/shopify.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [business](<https://devfeed.tech/tags/business.md>), [framework](<https://devfeed.tech/tags/framework.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [models](<https://devfeed.tech/tags/models.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [product](<https://devfeed.tech/tags/product.md>), [search](<https://devfeed.tech/tags/search.md>), [shopify](<https://devfeed.tech/tags/shopify.md>)

### AI overview

Shopify describes the evolution of its product classification system from a 2018 logistic-regression model using TF-IDF to a multimodal system and, by 2023, a product-understanding system built on Vision Language Models and the Shopify Product Taxonomy. The system classifies products, extracts category-specific attributes and metadata, and supports search, discovery, recommendations, safety, and trust.

### Source excerpt

Shopify's product classification system has evolved from basic categorization to an AI-driven framework using Vision Language Models and the Shopify Product Taxonomy. It accurately classifies products, extracts attributes, and processes over 30 million predictions daily, improving search, discovery, trust, and efficiency for merchants and buyers.

## Zed now predicts your next edit with Zeta, our new open model

DevFeed: [Zed now predicts your next edit with Zeta, our new open model](<https://devfeed.tech/articles/zed-now-predicts-your-next-edit-with-zeta-our-new-open-model-13462.md>)

Original publisher: [Read original article](<https://zed.dev/blog/edit-prediction>)

Author: Antonio Scandurra, Nathan Sobo

Published: 2025-02-13T00:00:00Z

Content type: release

Language: en

Sources: [Zed Industries - Blog](<https://devfeed.tech/sources/zed-industries-blog.md>)

Topics: [Language models](<https://devfeed.tech/topics/language-models.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Open Data](<https://devfeed.tech/topics/open-data.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [language](<https://devfeed.tech/tags/language.md>), [model](<https://devfeed.tech/tags/model.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [speed](<https://devfeed.tech/tags/speed.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

Zed introduces edit prediction, a feature powered by Zeta, an open-source language model derived from Qwen2.5-Coder-7B. During the public beta, users can accept predicted edits with keyboard shortcuts, and Zed describes how predictions interact with language-server completions on macOS and Linux. Zeta includes an open dataset, with submitted data reviewed for safety and privacy before publication.

### Source excerpt

A tool that predicts your next move. Powered by Zeta, our new open-source, open-data language model.

## Tech predictions for 2025

DevFeed: [Tech predictions for 2025](<https://devfeed.tech/articles/tech-predictions-for-2025-34911.md>)

Original publisher: [Read original article](<https://frontendfocus.substack.com/p/tech-predictions-for-2025>)

Author: Mads Brodt

Published: 2025-01-03T13:43:36Z

Content type: opinion

Language: en

Sources: [Front-End Focus](<https://devfeed.tech/sources/front-end-focus.md>)

Topics: [Front end](<https://devfeed.tech/topics/frontend.md>), [Frameworks](<https://devfeed.tech/topics/frameworks.md>), [React](<https://devfeed.tech/topics/react.md>), [Astro](<https://devfeed.tech/topics/astro.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Svelte](<https://devfeed.tech/topics/svelte.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Job](<https://devfeed.tech/topics/job.md>), [Qwik](<https://devfeed.tech/topics/qwik.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [adoption](<https://devfeed.tech/tags/adoption.md>), [ai](<https://devfeed.tech/tags/ai.md>), [angular](<https://devfeed.tech/tags/angular.md>), [astro](<https://devfeed.tech/tags/astro.md>), [build-tool](<https://devfeed.tech/tags/build-tool.md>), [community](<https://devfeed.tech/tags/community.md>), [components](<https://devfeed.tech/tags/components.md>), [developers](<https://devfeed.tech/tags/developers.md>), [job](<https://devfeed.tech/tags/job.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [qwik](<https://devfeed.tech/tags/qwik.md>), [react](<https://devfeed.tech/tags/react.md>), [release](<https://devfeed.tech/tags/release.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [tech](<https://devfeed.tech/tags/tech.md>), [ui](<https://devfeed.tech/tags/ui.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

An opinion piece forecasting front-end development trends for 2025. It discusses the continued prominence of React-based production stacks, the potential standardization of React, NextJS, Tailwind, and ShadCN UI, the effects of framework competition and AI on developers, and expected growth for Astro and Vite/Rolldown.

### Source excerpt

Happy New Year!

## 2024 Predictions from Teleport CEO Ev Kontsevoy

DevFeed: [2024 Predictions from Teleport CEO Ev Kontsevoy](<https://devfeed.tech/articles/2024-predictions-from-teleport-ceo-ev-kontsevoy-29538.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/2024-CEO-predictions/>)

Author: ev@goteleport.com (Ev Kontsevoy)

Published: 2024-02-07T00:00:00Z

Content type: opinion

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [Security & Privacy](<https://devfeed.tech/topics/security-privacy.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [api-keys](<https://devfeed.tech/tags/api-keys.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [browser](<https://devfeed.tech/tags/browser.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [identity](<https://devfeed.tech/tags/identity.md>), [identity-and-access](<https://devfeed.tech/tags/identity-and-access.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [security](<https://devfeed.tech/tags/security.md>), [social-engineering](<https://devfeed.tech/tags/social-engineering.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

Teleport CEO Ev Kontsevoy's 2024 predictions describe rising identity-focused attacks, closer collaboration between engineering and security teams, and broader adoption of secretless authentication to reduce risks from exposed credentials and human error.

### Source excerpt

Teleport CEO forecasts 2024 cybersecurity shifts: secretless access, evolving security roles, M&A consolidation, and least privilege strategies.

## Evaluating Binary Classification Metrics on Imbalanced Datasets

DevFeed: [Evaluating Binary Classification Metrics on Imbalanced Datasets](<https://devfeed.tech/articles/stop-misusing-roc-curve-and-gini-navigate-imbalanced-datasets-with-confidence-35654.md>)

Original publisher: [Read original article](<https://engineering.klarna.com/stop-misusing-roc-curve-and-gini-navigate-imbalanced-datasets-with-confidence-5edec4c187d7?source=rss----86090d14ab52---4>)

Author: Angel Igareta

Published: 2023-11-09T09:22:53Z

Content type: tutorial

Language: en

Sources: [Klarna Engineering](<https://devfeed.tech/sources/klarna-engineering.md>)

Topics: [Data Science](<https://devfeed.tech/topics/data-science.md>), [Machine Learning & Artificial Intelligence](<https://devfeed.tech/topics/machine-learning-artificial-intelligence.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [classification](<https://devfeed.tech/tags/classification.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [false-positives](<https://devfeed.tech/tags/false-positives.md>), [imbalanced-data](<https://devfeed.tech/tags/imbalanced-data.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [model](<https://devfeed.tech/tags/model.md>), [predictions](<https://devfeed.tech/tags/predictions.md>)

### AI overview

This tutorial examines GINI and ROC_AUC for evaluating binary classification models, explaining why their effectiveness can be compromised by imbalanced datasets and presenting the Precision-Recall curve as a potentially more robust alternative.

### Source excerpt

Discover how the Precision-Recall curve can provide a more robust metric for binary classification in data science and machine learning. Imagine stepping into the complex world of binary classification problems. As a Senior Data Scientist at Klarna, this is my day-to-day reality. Binary classification is a cornerstone of data science, with applications touching everything from credit default predictions to medical diagnoses and spam detection. Yet, these problems come with their own unique set of challenges. Metrics such as the GINI coefficient and ROC_AUC often serve as our compass in this maze. They are widely trusted and used for evaluating models. But here's the catch: they might not always point us in the right direction. Can we rely on them blindly, or do we need to dig deeper? The path gets even more challenging when we encounter imbalanced datasets. In such cases, the effectiveness of our trusted metrics can be seriously compromised. In this post, I invite you to join me on a journey to explore these metrics in greater depth. We will question their effectiveness, understand their limitations, and reveal alternatives that could prove to be more reliable navigational tools in the world of binary classification problems. Understanding Model Predictions and Metrics To truly grasp the nuances of model evaluation, let's start by setting the stage with a real-world scenario that we often encounter at Klarna. Imagine we're tasked with predicting customer loan defaults. We have two categories to consider -- paid or default. However, in our scenario, the default rate is a mere 2%. This is a classic case of data imbalance, and it's exactly the kind of challenge we're up against. To evaluate our model's performance in this scenario, we need to understand its predictions. We break these down into four distinct outcomes, also known as the confusion matrix: True Positives (TP): These are the customers who our model correctly identifies as defaulters. False Positives (FP): T

## On-device fetal ultrasound assessment with TensorFlow Lite

DevFeed: [On-device fetal ultrasound assessment with TensorFlow Lite](<https://devfeed.tech/articles/on-device-fetal-ultrasound-assessment-with-tensorflow-lite-7372.md>)

Original publisher: [Read original article](<https://blog.tensorflow.org/2023/06/on-device-fetal-ultrasound-assessment-with-tensorflow-lite.html>)

Author: TensorFlow Blog (noreply@blogger.com)

Published: 2023-06-20T16:00:00Z

Content type: article

Language: en

Sources: [The TensorFlow Blog](<https://devfeed.tech/sources/the-tensorflow-blog.md>)

Topics: [TensorFlow Lite](<https://devfeed.tech/topics/tensorflow-lite.md>), [Google](<https://devfeed.tech/topics/google.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [devices](<https://devfeed.tech/tags/devices.md>), [google](<https://devfeed.tech/tags/google.md>), [health](<https://devfeed.tech/tags/health.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [smartphones](<https://devfeed.tech/tags/smartphones.md>), [tensorflow-lite](<https://devfeed.tech/tags/tensorflow-lite.md>)

### AI overview

This article explains how TensorFlow Lite and Google Research AI models are being used with portable, smartphone-integrated ultrasound devices to help health workers assess gestational age and fetal presentation in under-resourced settings. The models analyze ultrasound video collected through a blind sweep protocol and are intended to expand access to clinically useful prenatal screening.

### Source excerpt

Posted by Angelica Willis and Akib Uddin, Health AI Team, Google Research How researchers at Google are working to expand global access to maternal healthcare with the help of AI TensorFlow Lite* is an open-source framework to run machine learning models on mobile and edge devices. It's popular for use cases ranging from image classification, object detection, speech recognition, natural language tasks, and more. From helping parents of deaf children learn sign language, to predicting air quality, projects using TensorFlow Lite are demonstrating how on-device ML could directly and positively impact lives by making these socially beneficial applications of AI more accessible, globally. In this post, we describe how TensorFlow Lite is being used to help develop ultrasound tools in under-resourced settings. Motivation According to the WHO, complications from pregnancy and childbirth contribute to roughly 287,000 maternal deaths and 2.4 million neonatal deaths worldwide each year. As many as 95% of these deaths occur in under-resourced settings and many are preventable if detected early. Obstetric diagnostics, such as determining gestational age and fetal presentation, are important indicators in planning prenatal care, monitoring the health of the birthing parent and fetus, and determining when intervention is required. Many of these factors are traditionally determined by ultrasound. Advancements in sensor technology have made ultrasound devices more affordable and portable, integrating directly with smartphones. However, ultrasound requires years of training and experience, and, in many rural or underserved regions, there is a shortage of trained ultrasonography experts, making it difficult for people to access care. Due to this global lack of availability, it has been estimated that as many as two-thirds of pregnant people in these settings do not receive ultrasound screening during pregnancy. Expanding access by enabling non-experts Google Research is building AI m

## Visualizing and interpreting decision trees

DevFeed: [Visualizing and interpreting decision trees](<https://devfeed.tech/articles/visualizing-and-interpreting-decision-trees-7375.md>)

Original publisher: [Read original article](<https://blog.tensorflow.org/2023/06/visualizing-and-interpreting-decision.html>)

Author: TensorFlow Blog (noreply@blogger.com)

Published: 2023-06-06T17:00:00Z

Content type: tutorial

Language: en

Sources: [The TensorFlow Blog](<https://devfeed.tech/sources/the-tensorflow-blog.md>)

Topics: [Machine Learning & Artificial Intelligence](<https://devfeed.tech/topics/machine-learning-artificial-intelligence.md>), [Model Development](<https://devfeed.tech/topics/model-development.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [google](<https://devfeed.tech/tags/google.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [learning](<https://devfeed.tech/tags/learning.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [model](<https://devfeed.tech/tags/model.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [tensorflow](<https://devfeed.tech/tags/tensorflow.md>), [tensorflow-decision-forests](<https://devfeed.tech/tags/tensorflow-decision-forests.md>), [training](<https://devfeed.tech/tags/training.md>), [visualization](<https://devfeed.tech/tags/visualization.md>)

### AI overview

A tutorial on visualizing and interpreting decision trees with the dtreeviz library and TensorFlow Decision Forests. It explains how decision trees use feature-based splits and leaf nodes to make regression or classification predictions, then demonstrates how visualization can clarify those predictions and the distribution of training instances.

### Source excerpt

Posted by Terence Parr, Google Decision trees are the fundamental building block of Gradient Boosted Trees and Random Forests, the two most popular machine learning models for tabular data. To learn how decision trees work and how to interpret your models, visualization is essential. TensorFlow recently published a new tutorial that shows how to use dtreeviz, a state-of-the-art visualization library, to visualize and interpret TensorFlow Decision Forest Trees. The dtreeviz library, first released in 2018, is now the most popular visualization library for decision trees. The library is constantly being updated and improved, and there is a large community of users who can provide support and answer questions. There is a helpful YouTube video and article on the design of dtreeviz. Let's demonstrate how to use dtreeviz to interpret decision tree predictions. At a basic level, a decision tree is a machine learning model that learns the relationship between observations and target values by examining and condensing training data into a binary tree. Each leaf in the decision tree is responsible for making a specific prediction. For regression trees, the prediction is a value, such as price. For classifier trees, the prediction is a target category, such as cancer or not-cancer. Any path from the root of the decision tree to a specific leaf predictor passes through a series of (internal) decision nodes. Each decision node compares a single feature's value with a specific split point value learned during training. Making a prediction means walking from the root down the tree, comparing feature values, until we reach a leaf. Consider the following simple decision tree that tries to classify animals based upon two features, the number of legs and the number of eyes. Let's say that our test animal has four legs and two eyes. To classify the test animal, we start at the root of the tree and compare our test animal's number of legs to four. Since the number of legs is equal to fo

## Understanding Deep Learning Algorithms that Leverage Unlabeled Data, Part 1: Self-training

DevFeed: [Understanding Deep Learning Algorithms that Leverage Unlabeled Data, Part 1: Self-training](<https://devfeed.tech/articles/understanding-deep-learning-algorithms-that-leverage-unlabeled-data-part-1-self-training-7590.md>)

Original publisher: [Read original article](<https://ai.stanford.edu/blog/understanding-self-training/>)

Author: A Href; Colin Wei; Jeff Z HaoChen; Tengyu Ma

Published: 2022-02-24T08:00:00Z

Content type: article

Language: en

Sources: [The Stanford AI Lab Blog](<https://devfeed.tech/sources/the-stanford-ai-lab-blog.md>)

Topics: [Deep neural networks](<https://devfeed.tech/topics/deep-neural-networks.md>), [Algorithms, Complexity](<https://devfeed.tech/topics/algorithms-complexity.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Representation learning](<https://devfeed.tech/topics/representation-learning.md>), [ImageNet](<https://devfeed.tech/topics/imagenet.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [data](<https://devfeed.tech/tags/data.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [image](<https://devfeed.tech/tags/image.md>), [learning](<https://devfeed.tech/tags/learning.md>), [model](<https://devfeed.tech/tags/model.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [research](<https://devfeed.tech/tags/research.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

This article explains self-training, a semi-supervised learning method that uses a classifier to generate pseudo-labels for unlabeled data and then retrains a new classifier on those labels. It introduces the method and presents a theoretical analysis of why retraining can improve accuracy over the original pseudo-labeler.

### Source excerpt

Deep models require a lot of training examples, but labeled data is difficult to obtain. This motivates an important line of research on leveraging unlabeled data, which is often more readily available. For example, large quantities of unlabeled image data can be obtained by crawling the web, whereas labeled datasets such as ImageNet require expensive labeling procedures. In recent empirical developments, models trained with unlabeled data have begun to approach fully-supervised performance (e.g., Chen et al., 2020, Sohn et al., 2020). This series of blog posts will discuss our theoretical work which seeks to analyze recent empirical methods which use unlabeled data. In this first post, we'll analyze self-training, which is a very impactful algorithmic paradigm for semi-supervised learning and domain adaptation. In Part 2, we will use related theoretical ideas to analyze self-supervised contrastive learning algorithms, which have been very effective for unsupervised representation learning. Background: self-training We will first provide a basic overview of self-training algorithms, which are the main focus of this blog post. The core idea is to use some pre-existing classifier \(F_{pl}\) (referred to as the "pseudo-labeler") to make predictions (referred to as "pseudo-labels") on a large unlabeled dataset, and then retrain a new model with the pseudo-labels. For example, in semi-supervised learning, the pseudo-labeler is obtained from training on a small labeled dataset, and is then used to predict pseudo-labels on a larger unlabeled dataset. A new classifier \(F\) is then retrained from scratch to fit the pseudo-labels, using additional regularization. In practice, \(F\) will often be more accurate than the original pseudo-labeler \(F_{pl}\) (Lee 2013). The self-training procedure is depicted below. It is quite surprising that self-training can work so well in practice, given that we retrain on our own predictions, i.e. the pseudo-labels, but not the true labels.

[Next page](<https://devfeed.tech/tags/predictions.md?cursor=WyIyMDIyLTAyLTI0VDA4OjAwOjAwKzAwOjAwIiwgIjNlMzFmMTc3LWZlMDMtNDY0ZC1hNmI1LTIyMjZjYzNiMGJhMSJd>)