LangChain public 5 min read Format ChatGPT results with PydanticOutputParser - LangChain #2 Pierre Belin Jan 9, 2024 Tackling the variability in ChatGPT outputs requires a methodical and structured approach. Pydantic, a Python library, steps up to this…
ChatGPT public 7 min read Craft Your Own AI: Exploring OpenAI's Revolutionary GPT Builder Pierre Belin Nov 12, 2023 This November 7, 2023, at OpenAI's developer conference, OpenAI DevDay, OpenAI made an announcement that is revolutionizing the…
LangChain public 4 min read Revolutionizing Language Model Integration - LangChain #1 Pierre Belin Oct 1, 2023 In today's digital age, language models have become an integral part of various applications, enhancing user experience and…
AI public 3 min read The importance of loss function in Tensorflow model Cyril Canovas Aug 2, 2023 Introduction In the diverse ecosystem of deep learning, TensorFlow reigns as one of the most popular frameworks. Amidst the array…
AI public 3 min read Discrete Haar Wavelet Transform in 1D Using TensorFlow Cyril Canovas Jul 15, 2023 The wavelet transform is a tool that cuts up data, functions, or operators into different frequency components, and then studies…