
High-value AI and Machine Learning Certifications Under $50
- Vincent Granville
- May 21, 2023
If you thought certifications and training for advanced AI/Machine Learning specializations was out of reach due to the steep price, prerequisites and time commitment, read on. MLtechniques.com now offers two paths to certification: Automatic qualification for busy professionals with 2+ years of relevant industry experience and fluent in analyzing data. Read more here to see […]
Read More
A Synthetic Stock Exchange Played with Real Money
- Vincent Granville
- May 15, 2023
Not only that, but you can predict — more precisely compute with absolute certainty — what the value of any stock will be tomorrow. Transaction fees are well below 0.05% and the market, at least in the version presented here, is fair: in other words, a zero-sum game if you play by luck. If instead […]
Read More
Generating and Videolizing Agglomerative Processes
- Vincent Granville
- April 17, 2023
This short article explains how to efficiently simulate the evolution of agglomerative processes, and visualize their behavior with data animations. I use a generic, simple model for illustration purposes: atoms, initially consisting of one electron, collide and merge over time, with a pre-specified maximum number of electrons per atom: the maximum limit. Given enough time, […]
Read More
Massively Speed-Up your Learning Algorithm, with Stochastic Thinning
- Vincent Granville
- April 7, 2023
Dramatically Speed-Up your Learning Algorithm, with Stochastic Thinning. Includes use case, Python code, regression and neural network illustrations.
Read More
Smart Grid Search for Faster Hyperparameter Tuning
- Vincent Granville
- March 30, 2023
The objective is two-fold. First, I introduce a 2-parameter generalization of the discrete geometric and zeta distributions. Indeed, a combination of both. It allows you to simultaneously match the variance and mean in observed data, thanks to the two parameters p and α. To the contrary, each distribution taken separately only has one parameter, and […]
Read More
New Book: Gentle Introduction To Chaotic Dynamical Systems
- Vincent Granville
- March 21, 2023
In less than 100 pages, the book covers all important topics about discrete chaotic dynamical systems and related time series and stochastic processes, ranging from introductory to advanced, in one and two dimensions. State-of-the art methods and new results are presented in simple English. Yet, some mathematical proofs appear for the first time in this […]
Read More
Feature Clustering: A Simple Solution to Many Machine Learning Problems
- Vincent Granville
- March 12, 2023
Feature clustering is an unsupervised machine learning technique to separate the features of a dataset into homogeneous groups. In short, it is a clustering procedure, but performed on the features rather than on the observations. Such techniques often rely on a similarity metric, measuring how close two features are to each other. In this article, […]
Read More
Data Synthetization: enhanced GANs vs Copulas
- Vincent Granville
- March 8, 2023
Using case studies, I compare generative adversarial networks (GANs) with copulas to synthesize tabular data. I discuss back-end and front-end improvements to help GANs better replicate the correlation structure present in the real data. Likewise, I discuss methods to further improve copulas, including transforms, the use of separate copulas for each population segment, and parametric […]
Read More
Data Synthetization Explained in One Picture
- Vincent Granville
- February 23, 2023
The diagram is organized as follows. Dashed blue lines are associated to GANs (generative adversarial networks), where the goal is to produce a sequence of synthetic datasets that get better and better at mimicking the structure present in the real data, over successive iterations. The diagram features 5 such iterations, with the synthetized datasets denoted […]
Read More
Introduction to Discrete Chaotic Dynamical Systems
- Vincent Granville
- February 21, 2023
Entitled “Introduction to Discrete Chaotic Dynamical Systems”, the full version in PDF format is accessible in the “Free Books and Articles” section, here. This article is an extract from my book “Gentle Introduction to Chaotic Dynamical Systems”, available here. This is chapter 2 of my upcoming book on dynamical systems and related stochastic processes, expected to be […]
Read More
You must be logged in to post a comment.