Skip to content

Latest commit

 

History

History
95 lines (79 loc) · 2.94 KB

presentations.md

File metadata and controls

95 lines (79 loc) · 2.94 KB
title permalink
Reference
/presentations/

Upcoming lab meetings

Every Friday at 13:30 EST, we get together (mix of virtual and in person) for lab presentations (with food! sometimes). On a rotating basis, each member of the lab speaks and teaches about something they know or shares their work. Anything, really. Relevant and interesting topics, good skills to know, nice Python packages, neuroscientific princples, new findings and literature reviews... anything!

Get on the listserv for announcements

Spring 2024

{% raw %}

Date Name Topic
Sept 30 Joey Rudoler "How to explain LLMs" / general-audience science talks
Oct 28 None Lab 1:1 meetings
Nov 4 Melanie Segado Foundation models for movement (or similar)
Nov 11 Joey Rudoler Structured outputs for LLMs
Nov 18 Ansh Soni Conclusions about neural network to brain alignment are profoundly impacted by the similarity measure
Nov 25 Georgios Mentzelopoulos Neural decoding from stereotactic EEG: accounting for electrode variability across subjects
Dec 2 Yihao Li LLM's as reasoners
Dec 9 Riley DeHaan Deconfounding experimental effects on neural activity
Dec 16 TBD TBD

{% endraw %}

Spring 2024

{% raw %}

Date Name Topic
Jan 16 [Tues] Konrad K TBD
Jan 26 [Fri] K-lab retreat N/A
Feb 2 Lab business Discussion
Feb 9 Joey R. Conformal Prediction
Feb 16 Alessandro Lamacchia Servers!
Feb 23 Reading club Episodic Memory
Mar 1 Lab 1-1s do 'em
Mar 8 Lab 1-1s do 'em
Mar 15 ... ...
Mar 22 Tony "Modern" Causal Inference
Mar 29 ... ...
Apr 5 Felipe P sts experiments, tracking
Apr 12 Joey How to program a brain
Apr 19
Apr 26 ... ...
May 3 ... ...
May 10 Ilenna Jones

{% endraw %}

{% assign reference_types = "scientists|students" | split: "|" %}

{% for type in reference_types %}

{% if type == 'scientists' %}

For scientists

{% elsif type == 'students' %}

For students, lab members

{% endif %}

{% for post in site.posts %} {% if post.categories contains type %} {% endif %} {% endfor %}

{% endfor %}

Older Blog posts from the lab

{% for post in site.posts %} {% if post.categories contains 'blog' %}

- {{ post.title }} ({{post.date | date: "%m/%d/%y" }})

{% endif %} {% endfor %}