Over 10 years we help companies reach their financial and branding goals. Engitech is a values-driven technology agency dedicated.

Gallery

Contacts

411 University St, Seattle, USA

engitech@oceanthemes.net

+1 -800-456-478-23

News
AI News & Insights Featured Image

The Machine Learning “Advent Calendar” Day 5: GMM in Excel Towards Data Science

The Machine Learning “Advent Calendar” Day 5: GMM in ExcelTowards Data Science This article introduces the Gaussian Mixture Model as a natural extension of k-Means, by improving how distance is measured through variances and the Mahalanobis distance. Instead of assigning points to clusters with hard boundaries, GMM uses probabilities learned through the Expectation–Maximization algorithm – the general form of Lloyd’s method.
Using simple Excel formulas, we implement EM step by step in 1D and 2D, and we visualise how the Gaussian curves or ellipses move during training. The means shift, the variances adjust, and the shapes gradually settle around the true structure of the data.
GMM provides a richer, more flexible way to model clusters, and becomes intuitive once the process is made visible in a spreadsheet.
The post The Machine Learning “Advent Calendar” Day 5: GMM in Excel appeared first on Towards Data Science.

 This article introduces the Gaussian Mixture Model as a natural extension of k-Means, by improving how distance is measured through variances and the Mahalanobis distance. Instead of assigning points to clusters with hard boundaries, GMM uses probabilities learned through the Expectation–Maximization algorithm – the general form of Lloyd’s method.
Using simple Excel formulas, we implement EM step by step in 1D and 2D, and we visualise how the Gaussian curves or ellipses move during training. The means shift, the variances adjust, and the shapes gradually settle around the true structure of the data.
GMM provides a richer, more flexible way to model clusters, and becomes intuitive once the process is made visible in a spreadsheet.
The post The Machine Learning “Advent Calendar” Day 5: GMM in Excel appeared first on Towards Data Science. Read More  

News
AI News & Insights Featured Image

The Step-by-Step Process of Adding a New Feature to My IOS App with CursorTowards Data Science

The Step-by-Step Process of Adding a New Feature to My IOS App with CursorTowards Data Science Cursor is great at writing code but not as good when it comes to design
The post The Step-by-Step Process of Adding a New Feature to My IOS App with Cursor appeared first on Towards Data Science.

 Cursor is great at writing code but not as good when it comes to design
The post The Step-by-Step Process of Adding a New Feature to My IOS App with Cursor appeared first on Towards Data Science. Read More  

News
AI News & Insights Featured Image

A Product Data Scientist’s Take on LinkedIn Games After 500 Days of Play Towards Data Science

A Product Data Scientist’s Take on LinkedIn Games After 500 Days of PlayTowards Data Science What a simple puzzle game reveals about experimentation, product thinking, and data science
The post A Product Data Scientist’s Take on LinkedIn Games After 500 Days of Play appeared first on Towards Data Science.

 What a simple puzzle game reveals about experimentation, product thinking, and data science
The post A Product Data Scientist’s Take on LinkedIn Games After 500 Days of Play appeared first on Towards Data Science. Read More  

News
AI News & Insights Featured Image

YOLOv1 Paper Walkthrough: The Day YOLO First Saw the World Towards Data Science

YOLOv1 Paper Walkthrough: The Day YOLO First Saw the WorldTowards Data Science A detailed walkthrough of the YOLOv1 architecture and its PyTorch implementation from scratch
The post YOLOv1 Paper Walkthrough: The Day YOLO First Saw the World appeared first on Towards Data Science.

 A detailed walkthrough of the YOLOv1 architecture and its PyTorch implementation from scratch
The post YOLOv1 Paper Walkthrough: The Day YOLO First Saw the World appeared first on Towards Data Science. Read More  

News
UK and Germany plan to commercialise quantum supercomputing AI News

UK and Germany plan to commercialise quantum supercomputing AI News

UK and Germany plan to commercialise quantum supercomputingAI News The UK and Germany plan to integrate their science sectors to accelerate the commercialisation of quantum supercomputing technology. Announced on the final day of the German president’s state visit, these joint commitments target the gap between R&D and enterprise application in computing, sensing, and timing. The partnership involves specific funding to fast-track product development and
The post UK and Germany plan to commercialise quantum supercomputing appeared first on AI News.

 The UK and Germany plan to integrate their science sectors to accelerate the commercialisation of quantum supercomputing technology. Announced on the final day of the German president’s state visit, these joint commitments target the gap between R&D and enterprise application in computing, sensing, and timing. The partnership involves specific funding to fast-track product development and
The post UK and Germany plan to commercialise quantum supercomputing appeared first on AI News. Read More  

News
Aluminium OS is the AI-powered successor to ChromeOS AI News

Aluminium OS is the AI-powered successor to ChromeOS AI News

Aluminium OS is the AI-powered successor to ChromeOSAI News The convergence of mobile and desktop operating systems is a goal that has remained elusive for big tech firms since the early days of the smartphone. Microsoft’s attempt in the form of Windows Mobile was reaching the end of its road by 2010, and despite Apple’s iOS/iPadOS and macOS moving very slowly towards one another
The post Aluminium OS is the AI-powered successor to ChromeOS appeared first on AI News.

 The convergence of mobile and desktop operating systems is a goal that has remained elusive for big tech firms since the early days of the smartphone. Microsoft’s attempt in the form of Windows Mobile was reaching the end of its road by 2010, and despite Apple’s iOS/iPadOS and macOS moving very slowly towards one another
The post Aluminium OS is the AI-powered successor to ChromeOS appeared first on AI News. Read More  

News
AI News & Insights Featured Image

Single-Round Scalable Analytic Federated Learning AI updates on arXiv.org

Single-Round Scalable Analytic Federated Learningcs.AI updates on arXiv.org arXiv:2512.03336v1 Announce Type: cross
Abstract: Federated Learning (FL) is plagued by two key challenges: high communication overhead and performance collapse on heterogeneous (non-IID) data. Analytic FL (AFL) provides a single-round, data distribution invariant solution, but is limited to linear models. Subsequent non-linear approaches, like DeepAFL, regain accuracy but sacrifice the single-round benefit. In this work, we break this trade-off. We propose SAFLe, a framework that achieves scalable non-linear expressivity by introducing a structured head of bucketed features and sparse, grouped embeddings. We prove this non-linear architecture is mathematically equivalent to a high-dimensional linear regression. This key equivalence allows SAFLe to be solved with AFL’s single-shot, invariant aggregation law. Empirically, SAFLe establishes a new state-of-the-art for analytic FL, significantly outperforming both linear AFL and multi-round DeepAFL in accuracy across all benchmarks, demonstrating a highly efficient and scalable solution for federated vision.

 arXiv:2512.03336v1 Announce Type: cross
Abstract: Federated Learning (FL) is plagued by two key challenges: high communication overhead and performance collapse on heterogeneous (non-IID) data. Analytic FL (AFL) provides a single-round, data distribution invariant solution, but is limited to linear models. Subsequent non-linear approaches, like DeepAFL, regain accuracy but sacrifice the single-round benefit. In this work, we break this trade-off. We propose SAFLe, a framework that achieves scalable non-linear expressivity by introducing a structured head of bucketed features and sparse, grouped embeddings. We prove this non-linear architecture is mathematically equivalent to a high-dimensional linear regression. This key equivalence allows SAFLe to be solved with AFL’s single-shot, invariant aggregation law. Empirically, SAFLe establishes a new state-of-the-art for analytic FL, significantly outperforming both linear AFL and multi-round DeepAFL in accuracy across all benchmarks, demonstrating a highly efficient and scalable solution for federated vision. Read More  

News
AI News & Insights Featured Image

Prior preferences in active inference agents: soft, hard, and goal shaping AI updates on arXiv.org

Prior preferences in active inference agents: soft, hard, and goal shapingcs.AI updates on arXiv.org arXiv:2512.03293v1 Announce Type: new
Abstract: Active inference proposes expected free energy as an objective for planning and decision-making to adequately balance exploitative and explorative drives in learning agents. The exploitative drive, or what an agent wants to achieve, is formalised as the Kullback-Leibler divergence between a variational probability distribution, updated at each inference step, and a preference probability distribution that indicates what states or observations are more likely for the agent, hence determining the agent’s goal in a certain environment. In the literature, the questions of how the preference distribution should be specified and of how a certain specification impacts inference and learning in an active inference agent have been given hardly any attention. In this work, we consider four possible ways of defining the preference distribution, either providing the agents with hard or soft goals and either involving or not goal shaping (i.e., intermediate goals). We compare the performances of four agents, each given one of the possible preference distributions, in a grid world navigation task. Our results show that goal shaping enables the best performance overall (i.e., it promotes exploitation) while sacrificing learning about the environment’s transition dynamics (i.e., it hampers exploration).

 arXiv:2512.03293v1 Announce Type: new
Abstract: Active inference proposes expected free energy as an objective for planning and decision-making to adequately balance exploitative and explorative drives in learning agents. The exploitative drive, or what an agent wants to achieve, is formalised as the Kullback-Leibler divergence between a variational probability distribution, updated at each inference step, and a preference probability distribution that indicates what states or observations are more likely for the agent, hence determining the agent’s goal in a certain environment. In the literature, the questions of how the preference distribution should be specified and of how a certain specification impacts inference and learning in an active inference agent have been given hardly any attention. In this work, we consider four possible ways of defining the preference distribution, either providing the agents with hard or soft goals and either involving or not goal shaping (i.e., intermediate goals). We compare the performances of four agents, each given one of the possible preference distributions, in a grid world navigation task. Our results show that goal shaping enables the best performance overall (i.e., it promotes exploitation) while sacrificing learning about the environment’s transition dynamics (i.e., it hampers exploration). Read More