Vincent Granville

Greater Seattle Area Contact Info
154K followers 500+ connections

Join to view profile

About

Founder and Chief Scientist at MLtechniques.com & GenAItechLab.com, a private research…

Articles by Vincent

See all articles

Activity

Experience & Education

  • GenAItechLab.com

View Vincent’s full experience

See their title, tenure and more.

or

By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.

Licenses & Certifications

Publications

  • Practical AI & Machine Learning Projects and Datasets

    MLtechniques.com

    With a deep dive into explainable AI, self-tuning apps, multi-LLMs, AI optimization, with new foundational concepts explained in simple English, the program is ideal for developers, software engineers, data scientists, students, analysts, and consultants interested in gaining practical experience in GenAI, building a strong portfolio, or quickly deliver high quality solutions to clients. The training material features new apps built in Granville’s research lab.

    Former participants turned…

    With a deep dive into explainable AI, self-tuning apps, multi-LLMs, AI optimization, with new foundational concepts explained in simple English, the program is ideal for developers, software engineers, data scientists, students, analysts, and consultants interested in gaining practical experience in GenAI, building a strong portfolio, or quickly deliver high quality solutions to clients. The training material features new apps built in Granville’s research lab.

    Former participants turned some of the projects into Web APIs and Python libraries, found a GenAI engineering job at Meta and other companies, were able to raise VC funding, or simply impressed their boss by delivering better solutions, faster, or solving problems that seemed hopeless at first glance.

    See publication
  • Statistical Optimization for GenAI and Machine Learning

    MLtechniques.com

    This book covers optimization techniques pertaining to machine learning and generative AI, with an emphasis on producing better synthetic data with faster methods, some not even involving neural networks. NoGAN for tabular data is described in detail, along with full Python code, and case studies in healthcare, insurance, cybersecurity, education, and telecom. This low-cost technique is a game changer: it runs 1000x faster than generative adversarial networks (GAN) while consistently producing…

    This book covers optimization techniques pertaining to machine learning and generative AI, with an emphasis on producing better synthetic data with faster methods, some not even involving neural networks. NoGAN for tabular data is described in detail, along with full Python code, and case studies in healthcare, insurance, cybersecurity, education, and telecom. This low-cost technique is a game changer: it runs 1000x faster than generative adversarial networks (GAN) while consistently producing better results. Also, it leads to replicable results and auto-tuning.

    Methods are accompanied by enterprise-grade Python code, also available on GitHub. Chapters are mostly independent from each other, allowing you to read in random order. The style is very compact, and suitable to business professionals with little time. Jargon and arcane theories are absent, replaced by simple English to facilitate the reading by non-experts, and to help you discover topics usually made inaccessible to beginners. While state-of-the-art research is presented in all chapters, the prerequisites to read this book are minimal: an analytic professional background, or a first course in calculus and linear algebra.

    See publication
  • Gentle Introduction To Chaotic Dynamical Systems

    MLtechniques.com

    In about 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 book: for instance, about the full autocorrelation function of the logistic map, the absence of cross correlation between digit sequences in a…

    In about 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 book: for instance, about the full autocorrelation function of the logistic map, the absence of cross correlation between digit sequences in a family of irrational numbers, and a very fast algorithm to compute the digits of quadratic irrationals. These are not just new important if not seminal theoretical developments: it leads to better algorithms in random number generation (PRNG), benefiting applications such as data synthetization, security, or heavy simulations. In particular, you will find an implementation of a very fast, simple PRNG based on millions of digits of millions of quadratic irrationals, producing strongly random sequences superior in many respects to those available on the market.

    See publication
  • Synthetic Data and Generative AI, with Applications

    MLTechniques.com

    Synthetic data is used more and more to augment real-life datasets, enriching them and allowing black-box systems to correctly classify observations or predict values that are well outside of training and validation sets. In addition, it helps understand decisions made by obscure systems such as deep neural networks, contributing to the development of explainable AI. It also helps with unbalanced data, for instance in fraud detection. Finally, since synthetic data is not directly linked to real…

    Synthetic data is used more and more to augment real-life datasets, enriching them and allowing black-box systems to correctly classify observations or predict values that are well outside of training and validation sets. In addition, it helps understand decisions made by obscure systems such as deep neural networks, contributing to the development of explainable AI. It also helps with unbalanced data, for instance in fraud detection. Finally, since synthetic data is not directly linked to real people or transactions, it offers protection against data leakage. Synthetic data also contributes to eliminating algorithm biases and privacy issues, and more generally, to increased security.

    This book is the culmination of years of research on the topic, by the author. Emphasis is on methodological aspects including real-life datasets and original contributions, and favoring simplicity. This document integrates all the material from the previous book “Intuitive Machine Learning and explainable AI”, and it also contains all but the most advanced math from the book on stochastic simulations. The author also added more recent advances with agent-based modeling, applications to terrain generation (with animated data), geospatial statistics and new interpolation methods, enhanced generative adversarial networks (GANs) compared to copula-based synthetization, as well as synthetic universes and experimental math.

    See publication
  • Intuitive Machine Learning and Explainable AI

    MLTechniques.com

    This 156 pages eBook covers the foundations of machine learning, with modern approaches to solving complex problems. Emphasis is on scalability, automation, testing, optimizing, and interpretability (explainable AI). For instance, regression techniques — including logistic and Lasso — are presented as a single method, without using advanced linear algebra. There is no need to learn 50 versions when one does it all and more. Confidence regions and prediction intervals are built using parametric…

    This 156 pages eBook covers the foundations of machine learning, with modern approaches to solving complex problems. Emphasis is on scalability, automation, testing, optimizing, and interpretability (explainable AI). For instance, regression techniques — including logistic and Lasso — are presented as a single method, without using advanced linear algebra. There is no need to learn 50 versions when one does it all and more. Confidence regions and prediction intervals are built using parametric bootstrap, without statistical models or probability distributions. Models (including generative models and mixtures) are mostly used to create rich synthetic data to test and benchmark various methods.

    The style is very compact, getting down to the point quickly, and suitable to business professionals eager to learn a lot of useful material in a limited amount of time. Jargon and arcane theories are absent, replaced by simple English to facilitate the reading by non-experts, and to help you discover topics usually made inaccessible to beginners.

    See publication
  • Stochastic Processes and Simulations – A Machine Learning Perspective (2nd Edition)

    MLTechniques

    Written for machine learning practitioners, software engineers and other analytic professionals interested in expanding their toolset and mastering the art. Discover state-of-the-art techniques explained in simple English, applicable to many modern problems, especially related to spatial processes and pattern recognition. This textbook includes numerous visualization techniques (for instance, data animations using video libraries in R), a true test of independence, simple illustration of dual…

    Written for machine learning practitioners, software engineers and other analytic professionals interested in expanding their toolset and mastering the art. Discover state-of-the-art techniques explained in simple English, applicable to many modern problems, especially related to spatial processes and pattern recognition. This textbook includes numerous visualization techniques (for instance, data animations using video libraries in R), a true test of independence, simple illustration of dual confidence regions (more intuitive than the classic version), minimum contrast estimation (a simple generic estimation technique encompassing maximum likelihood), model fitting techniques, and much more. The scope of the material extends far beyond stochastic processes.

    The textbook is easy to navigate and full of clickable links. A comprehensive index, large bibliography and glossary with backlinks makes it a compact reference on the subject. This modern PDF document has been designed (both in terms of presentation and content) to meet the highest standards.

    See publication

Patents

  • Method and system for scoring quality of traffic to network sites

    US 20070192190

    set is applied by the facility to the data. The analysis of the data identifies agent actions that are desirable to a publisher, advertiser, or third party. The facility generates a relative score for each agent action. The score may be used to assess the quality of traffic received by a network site. Lower scores are indicative of traffic having little value, whereas higher scores are indicative of traffic having greater value. The score may be provided to an advertising network and used to…

    set is applied by the facility to the data. The analysis of the data identifies agent actions that are desirable to a publisher, advertiser, or third party. The facility generates a relative score for each agent action. The score may be used to assess the quality of traffic received by a network site. Lower scores are indicative of traffic having little value, whereas higher scores are indicative of traffic having greater value. The score may be provided to an advertising network and used to charge a variable amount for advertisements based on the quality of traffic that the advertisements receive.

    See patent
  • Preservation of Scores of the Quality of Traffic to Network Sites across Clients and over Time

    US 2009137507

  • Scoring quality of traffic to network sites

    US 20080059301

    A software and/or hardware facility for scoring the quality of traffic to a site accessible via the Internet or other network. The facility may evaluate traffic based on multiple agent actions in order to detect bogus agent actions. The agent actions may be generic agent actions that are applicable to ..

    See patent

Courses

  • Hierarchical Bayesian Models

    -

  • Markov Chain Monte Carlo

    -

  • Markov Processes

    -

  • Stochastic Geometry

    -

  • Stochastic Point Processes

    -

  • Time Series Modeling

    -

Projects

  • GenAI Fellowship

    The GenAItechLab Fellowship program allows participants to work on state-of-the-art, enterprise-grade projects, entirely for free, at their own pace, at home or in their workplace. The goal is to help you test, enhance, and further implement applications that outperform solutions offered by AI startups or organizations such as Google or OpenAI

  • Course: Intuitive Machine Learning and Explainable AI

    Solid machine learning foundations presented by a world leading expert. Full life cycle of machine learning development applied to enterprise-grade projects. Includes Python coding, scientific computing, optimization algorithms, explainable AI and state-of-the-art methods favoring simplicity, scalability, reusability, replicability, fast implementation, and easy maintenance. From data cleaning to model design, testing and feature selection, to great visualizations easy to “sell” to stakeholders…

    Solid machine learning foundations presented by a world leading expert. Full life cycle of machine learning development applied to enterprise-grade projects. Includes Python coding, scientific computing, optimization algorithms, explainable AI and state-of-the-art methods favoring simplicity, scalability, reusability, replicability, fast implementation, and easy maintenance. From data cleaning to model design, testing and feature selection, to great visualizations easy to “sell” to stakeholders and decision makers. Depending on the student background and interest, topics may cover augmented data, generative and mixture models, big data, deep neural networks, image processing, machine learning in GPU, graph models, curve and shape fitting, taxonomy creation (NLP) and more. Numerous regression methods including logistic or Lasso are unified and presented under a same umbrella.

    See project
  • Solving the Riemann Hypothesis

    This tutorial provides a solid introduction to the Generalized Riemann Hypothesis and related functions, including Dirichlet series, Euler products, non-integer primes (Beurling primes), Dirichlet characters and Rademacher random multiplicative functions. The topic is usually explained in obscure jargon or inane generalities. To the contrary, this article will intrigue you with the beauty and power of this theory. The summary style is very compact, covering much more than traditionally taught…

    This tutorial provides a solid introduction to the Generalized Riemann Hypothesis and related functions, including Dirichlet series, Euler products, non-integer primes (Beurling primes), Dirichlet characters and Rademacher random multiplicative functions. The topic is usually explained in obscure jargon or inane generalities. To the contrary, this article will intrigue you with the beauty and power of this theory. The summary style is very compact, covering much more than traditionally taught in a first graduate course in analytic number theory. The choice of the topics is a little biased, with an emphasis on probabilistic models. My approach, discussing the “hole of the orbit” — called the eye of the Riemann zeta function in a previous article — is particularly intuitive.

    See project
  • Book: Intuitive Machine Learning and Explainable AI

    -

    This 156 pages eBook covers the foundations of machine learning, with modern approaches to solving complex problems. Emphasis is on scalability, automation, testing, optimizing, and interpretability (explainable AI). For instance, regression techniques — including logistic and Lasso — are presented as a single method, without using advanced linear algebra. There is no need to learn 50 versions when one does it all and more. Confidence regions and prediction intervals are built using parametric…

    This 156 pages eBook covers the foundations of machine learning, with modern approaches to solving complex problems. Emphasis is on scalability, automation, testing, optimizing, and interpretability (explainable AI). For instance, regression techniques — including logistic and Lasso — are presented as a single method, without using advanced linear algebra. There is no need to learn 50 versions when one does it all and more. Confidence regions and prediction intervals are built using parametric bootstrap, without statistical models or probability distributions. Models (including generative models and mixtures) are mostly used to create rich synthetic data to test and benchmark various methods.

    See project
  • Book: Stochastic Processes and Simulations: A Machine Learning Perspective

    -

    This off-the-beaten-path machine learning tutorial is designed for busy professionals, researchers and students eager to learn and apply methods ranging from simple to advanced, in a minimum amount of time. Offered with data sets, source code, videos, spreadsheets and solved exercises. See full description below.

    See project
  • Word Clouds of Big Data, Data Science and Other Buzz Words

    -

    Collected public tweets related to topics such as: Data Science, Big Data, Business Analytics, Hadoop, Machine Learning or R programming , allowing us to track what people are talking about around the world and here we present the world cloud for each of them.
    #NPL #Python #R #AWS

    Other creators
    See project
  • Social Media Analytics

    -

    Analyzed Twitter data and produced genuine insights. Tracked twitter data from top influencer Data Scientists and evaluate impact over time employing data mining tools.

    Other creators
    See project

Languages

  • French

    Native or bilingual proficiency

  • English

    Native or bilingual proficiency

Recommendations received

20 people have recommended Vincent

Join now to view

View Vincent’s full profile

  • See who you know in common
  • Get introduced
  • Contact Vincent directly
Join to view full profile

Other similar profiles

Explore collaborative articles

We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.

Explore More

Others named Vincent Granville

Add new skills with these courses