Python toolkit for building production-ready LLM applications. Modular utilities for prompts, RAG, agents, structured outputs, and multi-provider support.
Was this section helpful?
Auto-Encoding Variational Bayes, Diederik P. Kingma, Max Welling, 2013International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1312.6114 - Original paper introducing Variational Autoencoders and their theoretical framework based on the Evidence Lower Bound (ELBO).
Generative Adversarial Networks, Ian J. Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, Yoshua Bengio, 2014Advances in Neural Information Processing Systems (NeurIPS)DOI: 10.48550/arXiv.1406.2661 - Original paper that proposed Generative Adversarial Networks (GANs), establishing the adversarial training framework.