| I have created a VAE model using PyTorch on White Wine dataset. Basically, the main goal is to discover a brand-new white wine recipe. It puts all the wines into a latent space, finds the best part where higher bands are located, and then it makes 100 steps with a step size of 0.5, multiplying by 0.96 with every step till it reaches the highest possible score. The regression model then evaluates the newly generated wine recipe, after first passing the latent coordinates through a decoder, and normalizing them. I get a score in range of 7.30-7.58. Here is the visualization of the latent space of all the wines: A small question about the training loop: Is the loss too large? I know that it never could reach perfect zero by how do I know if the loss is good enough? After reaching the plato? I use MSELoss. The repo itself: https://github.com/theaidenmax/tabular-vae-wine-generator This is my second project in VAE (after MNIST), and I really liked idea of autoencoders. And I also would be very grateful for your tips, etc, since this is one of my first steps in ML/DL. [link] [留言] |
AI & ML
Read original: https://www.reddit.com/r/MachineLearning/comments/1wg5wxy/p_wine_synthesis_using_vae_p/
[P] Wine synthesis using VAE [P]
/u/Dangerous-Pilot-6065 Reddit r/MachineLearning
5 views
← Previous
Only at TechCrunch Disrupt 2026: What happens when OpenAI ships your roadmap?
Next →
I stopped pasting VBA into a chatbot and pointed the agent at the actual workbook
Related
AI Agents Can Make Payments. The Hard Part Is Proving They Should.
AI & ML
4
DEV Community
Your AI Agent Remembers Everything About You. Do You Know What It Remembers?
AI & ML
3
DEV Community
I built Forge Arena: a public world where AI agents create, compete, and leave a mark
AI & ML
3
DEV Community
The bug your test suite can't have: a test you never wrote
AI & ML
5
DEV Community
Comments0
No comments yet — be the first