Figure: Dual Tomographic CompressionPerformance, Süzen, 2025.PreambleRandomness is elusive and its probably one of the outstanding concepts for human scientific endeavour, along with gravity. Kolmogorov complexity, appears to be so novel in trying to answering "what is randomness?". The idea that...
Introduction Creating an Autograd library and Neural nets in C++ from scratch has been one of the most fun and challenging side projects I’ve undertaken recently. Inspired by Andrej Karpathy’s micrograd in Python, I wanted to explore the same idea in C++. The goal was not to replicate Karpathy’s...
Preamble Occam (Wikipedia)A misconception that overfitted model can be identified with the amount of generalisation gap between model's training and test sets over its learning curves is still out there. Even in some prominent online lectures and blog posts, this misconception is now repeated...
Preamble Babylonian Tablet for square root of 2. (Wikipedia)Prediction implies a mechanics, as in knowing a form of a trajectory over time. Strictly speaking a predictive system implies knowing a solution to the path, set of variable depending on time, time evolution of the system under...
Preamble The Tilled Field, Joan Miró (Wikipedia)One of the core concepts in data sciences is conditional probabilities, $p(x|y)$ appear as logical description of many of the tasks, such as formulating regression or as a core concept in Bayesian Inference. However, there is operationally no...
Preamble Sample space is the primary concept introduced in any probability and statistics books and in papers. However, there needs to be more clarity about what constitutes a sample space in general: there is no explicit distinction between the unique event set and the replica sets. The...
Preamble Figure: Moon patterns human brain invents. (Wikipedia)Detecting overfitting is inherently a comparison problem of the complexity of multiple objects, i.e., models or an algorithm capable of making predictions. A model is overfitted (underfitted) if we only compare it to another model....
Preamble George Boole (Wikipedia)Agent, AI agent or an intelligent agent is used often to describe algorithms or AI systems that are released by research teams recently. However, the definition of an intelligent agent (IA) is a bit opaque. Naïvely thinking, it is nothing more than a decision...
Simionescu Function (Wikipedia)PreambleThe holy grail of machine learning appears to be the empirical risk minimisation. However, on the contrary to general dogma, the primary objective of machine learning is not risk minimisation per se but mimicking human or animal learning. Empirical risk...
Preamble Dali (1931), The Persistence of Memory (Wikipedia)One of the new mathematical concepts arise due to understanding of deep learning is called periodic spectral ergodicity (PSE). The cascading PSE (cPSE) propagates over deep learning layers which can also be used as a complexity...
Preamble Figure: Definition of Randomness (Compagner 1991, Delft University)Development of deep learning systems (DLs) increased our hopes to develop more autonomous systems. Based on the hierarchal learning of representations, deep learning defies the basic learning theory that beg the...
Kindly reposted to KDnuggets by Gregory Piatetsky-ShapiroPreambleTime-series analysis is needed almost in any quantitative field and real-life systems that collects data over time, i.e., temporal datasets. Building predictive models on temporal datasets for future evolution of systems in...
SummaryProblem-solving is the core activity of data science using scientific principles and evidence. On our side, there is an irresistible urge to solve the most generic form of the problem. We do this almost always from programming to formulation of the problem. But, don't try to solve a...
Preamble A recently shown phenomenon can classify deep learning architectures with only using the knowledge gained by trained weights [suezen20a]. The classification produces a measure of equivalence between two trained neural network and astonishingly captures a family of closely related...
Preamble Artificial Intelligence Engines:An introduction to the Mathematics of Deep Learning by Dr James V. Stone the book and Github repository. (c) 2019 Sebtel Press Deep learning and associated connectionist approaches are now applied routinely in industry and academic research from image...
Kindly reposted to KDnuggets by Gregory Piatetsky-Shapiro Preamble The core application of machine learning models is a binary classification task. This appears in polyhedra of areas from medicine for diagnostic tests to credit risk decision making for consumers. Techniques in building...
Kindly reposted to KDnuggets by Gregory Piatetsky-Shapiro with the title Applying Occam's razor to Deep Learning Kindly reviewed by Cornelius Weber Preamble: Changing concepts in machine learning due to deep learning Occam's razor or principle of parsimony has been the guiding principle in...
It has been years since I've written on this blog. I graduated from Carnegie Mellon University with my PhD in Electrical and Computer Engineer (ECE) in 2014. I have been busy in the defense industry working as a Senior Systems Engineer. I am now in the second and final year of my company's...