| layout | title | description |
|---|---|---|
page |
Publications |
Publications by James Verbus including AI/ML research papers on deepfake detection, anomaly detection, and physics research on dark matter experiments. |
For a complete publication list (>30 papers, >10k citations), see Google Scholar. Selected publications below.
{% for section in site.data.publications.sections %}
{% for item in section.items %}
{% include site/card.html
card_clickable='on'
date=item.date
title=item.title
url=item.url
description=item.description
%}
{% endfor %}
{% endfor %}