Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentGranville authored Sep 24, 2023
1 parent ca51998 commit d303f6c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
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>

0 comments on commit d303f6c

Please sign in to comment.