Skip to main content

Hello There! 🌟

Hi, I’m Jeremi. I’m currently a graduate student at the University of Sherbrooke in the Videos & Images Theory and Analytics Laboratory (VITAL).

Here, I’m documenting and sharing my learnings and some insights on subject that particularly interests me. I’m also describing some of the projects that I’ve been able to contribute and explore to either during my personal. I try to detail as much as possible the subjects that I choose to document while trying to keep the explanations simple so other people can quickly catch up and better understand.

Research Areas #

  • Reinforcement learning
  • Deep Learning
  • White matter imaging
  • Diffusion MRI

Time relevancy #

I try to keep my notes updated so that they can still be relevant even if things change. Whenever an article is edited to include the latest information, a note will be shown at the top of the article listing all the changes that were made to the article.

Get to know me #

Connect with me on LinkedIn
Get an overview by consulting my resume
Discover my learning in my article reviews
Read more about my projects through my portfolio

Recent

Retrieval Augmented Generation with Knowledge Graphs

·8 mins
Overview of the recent and popular GraphRAG method that utilizes a knowledge graph to retrieve information more relevant to the user’s query. Utilizing a graph and community summaries, GraphRAG proposes a pipeline to answer questions that require a broader understanding of a dataset.

Shared Experience Actor-Critic for Multi-Agent Reinforcement Learning

·4 mins
Review of a MARL algorithm that enables learning a set of different policies while sharing gradients from a policy to all others. Thus enabling the agents to learn from it’s own on-policy data and also from off-policy data coming from other agents in that environment.