Category For Dev’s

LangGraph for Code Generation

LangGraph for Code Generation

Key Links LangGraph cookbook Motivation Code generation and analysis are two of most important applications of LLMs, as shown by the ubiquity of products like GitHub co-pilot and popularity of projects like GPT-engineer. The recent AlphaCodium work showed that code…

“We offer another place for knowledge” | MIT News

“We offer another place for knowledge” | MIT News

In the Dzaleka Refugee Camp in Malawi, Jospin Hassan didn’t have access to the education opportunities he sought. So, he decided to create his own.  Hassan knew the booming fields of data science and artificial intelligence could bring job opportunities…

Generative AI for smart grid modeling | MIT News

Generative AI for smart grid modeling | MIT News

MIT’s Laboratory for Information and Decision Systems (LIDS) has been awarded $1,365,000 in funding from the Appalachian Regional Commission (ARC) to support its involvement with an innovative project, “Forming the Smart Grid Deployment Consortium (SGDC) and Expanding the HILLTOP+ Platform.”…

Understanding Tasks in Diffusers: Part 1

Understanding Tasks in Diffusers: Part 1

Home » Blog Table of Contents Understanding Tasks in Diffusers: Part 1 Configuring Your Development Environment Setup and Imports Unconditional Image Generation Text-to-Image Generation Specifying Parameters Image-to-Image Generation Stable Diffusion XL (SDXL) Model A Closer Look at Pipeline Parameters Summary…

Fine Tuning Mask2Former on Custom Dataset

Fine Tuning Mask2Former on Custom Dataset

Mask2Former is a universal image segmentation model that uses a single architecture to carry out semantic, instance, and panoptic segmentation. In the previous article, we went through an overview of Mask2Former including its architecture and inference on images & videos.…

How to Unit Test Machine Learning Code & Models

How to Unit Test Machine Learning Code & Models

I’ve been applying typical unit testing practices to machine learning code and it hasn’t been straightforward. In software, units are small, isolated pieces of logic that we can test independently and quickly. In machine learning, models are blobs of logic…

[Week of 2/19] LangChain Release Notes

[Week of 2/19] LangChain Release Notes

🚀 LangSmith Launch! LangSmith is now generally available – no more waitlist! Sign up for free here. 🦜 Open Source LangGraph Check out two new tutorials using LangGraph, our open-source framework for building stateful, multi-actor AI applications. Use “reflection agents”…