Machine Learning

Deep Learning Explainable AI Featured Posts Generative AI Natural Language Processing Podcasts Python

30 Articles Shaping the Future of Enterprise AI in 2026

Over several decades, I unlearned everything that I learned in college classes, and built a new discipline from scratch, as much different from traditional AI than it is from standard machine learning, statistics and computer science. Outside academia with a focus on practical applications. Item #2 in the list below is the culmination of this […]

Read More
Experimental Math Featured Posts Python Statistical Science

Simple Normality Test with Application to Random Number Generation

Numbers such as π, e, log 2 or √2 have binary digits (bits) that look randomly distributed. They are very good candidates to generate randomness especially in cryptography. One way to assess their randomness is by proving that they are normal numbers. Such a proof has remained elusive for centuries. Here I focus on a […]

Read More
Books Deep Learning Explainable AI Featured Posts Natural Language Processing Python Synthetic Data

New Book: No-Blackbox, Secure, Efficient AI and LLM Solutions

Large language models and modern AI is often presented as technology that needs deep neural networks (DNNs) with billions of Blackbox parameters, expensive and time consuming training, along with GPU farms, yet prone to hallucinations. This book presents alternatives that rely on explainable AI, featuring new algorithms based on radically different technology with trustworthy, auditable, […]

Read More
Explainable AI Featured Posts Machine Learning Python Statistical Science Time Series

Cybersecurity Use Case: AI Agent for Anomaly Detection – Part 1

The case discussed here concerns fraudulent paid clicks to defraud a Google advertiser. The sophisticated click fraud scheme involving clicking viruses, data centers and other means, is undetected by Google. I worked with the law firm involved in the litigation, to build an agent able to pinpoint the sources of fraudulent traffic. The agent processes […]

Read More
Explainable AI Featured Posts Generative AI Machine Learning Natural Language Processing

How to Get AI to Deliver Superior ROI, Faster

Reducing total cost of ownership (TCO) is a topic familiar to all enterprise executives and stakeholders. Here, I discuss optimization strategies in the context of AI adoption. Whether you build in-house solutions, or purchase products from AI vendors. The focus is on LLM products, featuring new trends in Enterprise AI to boost ROI. Besides the […]

Read More
Deep Learning Explainable AI Featured Posts Generative AI Python Synthetic Data

Watermarking and Forensics for AI Models, Data, and Deep Neural Networks

In my previous paper posted here, I explained how I built a new class of non-standard deep neural networks, with various case studies based on synthetic data and open-source code, covering problems such as noise filtering, high-dimensional curve fitting, and predictive analytics. One of the models featured a promising universal function able to represent any […]

Read More
Deep Learning Explainable AI Featured Posts Generative AI Python Synthetic Data

10 Tips to Boost Performance of your AI Models

These model enhancements techniques apply to deep neural networks (DNNs) used in AI. The focus is on the core engine that powers all DNNs: gradient descent, layering and loss function. Reparameterization — Typically, in DNNs, many different parameter sets lead to the same optimum: loss minimization. DNN models are non-identifiable. This redundancy is a strength that […]

Read More
Data Sets Deep Learning Explainable AI Featured Posts Generative AI Python Synthetic Data

A New Type of Non-Standard High Performance DNN with Remarkable Stability

I explore deep neural networks (DNNs) starting from the foundations, introducing a new type of architecture, as much different from machine learning than it is from traditional AI. The original adaptive loss function introduced here for the first time, leads to spectacular performance improvements via a mechanism called equalization. To accurately approximate any response, rather […]

Read More
Experimental Math Featured Posts Machine Learning Python

Quantum Dynamics, Logistic Map, and Digit Distribution of Special Math Constants

Using the logistic map instead of the base quadratic system as in paper 53 (here), I obtain very similar quantum dynamics, this time for the function sin2(√x) instead of exp(x). When x is a small integer or a product of consecutive primes, my framework reveals new insights on the digit distribution of major math constants. […]

Read More
Explainable AI Featured Posts Generative AI Machine Learning Natural Language Processing

What is LLM 2.0?

LLM 2.0 refers to a new generation of large language models that mark a significant departure from the traditional deep neural network (DNN)-based architectures, such as those used in GPT, Llama, Claude, and similar models. The concept is primarily driven by the need for more efficient, accurate, and explainable AI systems, especially for enterprise and […]

Read More