forked from VincentGranville/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca51998
commit d303f6c
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
This repository features material related to content that spreads across multiple folders. For the time being, it is related to my new book <em>Synthetic Data and Generative AI</em>, | ||
available <a href="https://mltechniques.com/shop/">here</a>, and published by Elsevier. | ||
<p>It also includes the NoGAN code, a tabular data synthesizer running 1000x faster than GenAI methods based on neural networks, and consistently delivering better results | ||
regardless of the evaluation metric (including state-of-the-art new quality metrics capturing a lot more than traditional distances), both on categorical and numerical features, or a mix of both. For details, see technical paper #29, available <a href="https://mltechniques.com/resources/">here</a>. </p> | ||
<p>It also includes: | ||
<ul> | ||
<li>NoGAN code, a tabular data synthesizer running 1000x faster than GenAI methods based on neural networks, and consistently delivering better results | ||
regardless of the evaluation metric (including state-of-the-art new quality metrics capturing a lot more than traditional distances), both on categorical and numerical features, or a mix of both. For details, see technical paper #29, available <a href="https://mltechniques.com/resources/">here</a>. | ||
|
||
<li>DeepResampling code, another fast NoGAN based on resampling and distribution-free Hierarchical Bayesian Models, with hyperparameter auto-tuning. | ||
For details, see technical paper #31, available <a href="https://mltechniques.com/resources/">here</a>. | ||
<ul> |