Skip to content

Commit 4c18d3a

Browse files
docs: sync repositories to docs/index.md
Automated update triggered by changes to README.md [skip ci]
1 parent f14a319 commit 4c18d3a

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

docs/index.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ a.dataset-tag:hover {
338338

339339

340340

341+
342+
341343

342344

343345

@@ -372,60 +374,60 @@ a.dataset-tag:hover {
372374
<div class="grid cards" markdown>
373375
<div class="card" markdown>
374376
<div class="header">
375-
<h3><a href="https://github.com/VectorInstitute/anomaly-detection" title="Go to Repository">anomaly-detection</a></h3>
376-
<span class="tag year-tag">2023</span>
377+
<h3><a href="https://github.com/VectorInstitute/diffusion_models" title="Go to Repository">diffusion-models</a></h3>
378+
<span class="tag year-tag">2024</span>
377379
<span class="tag type-tag">bootcamp</span>
378380
</div>
379-
<p>A repository with implementation of anomaly detection techniques</p>
381+
<p>A repository with demos for various diffusion models for tabular and time series data</p>
380382
<div class="tag-container">
381-
<span class="tag" data-tippy="Logistic Regression (Supervised)">Logistic Regression (Supervised)</span> <span class="tag" data-tippy="Random Forest (Supervised)">Random Forest (Supervised)</span> <span class="tag" data-tippy="XGBoost (Supervised)">XGBoost (Supervised)</span> <span class="tag" data-tippy="CatBoost (Supervised)">CatBoost (Supervised)</span> <span class="tag" data-tippy="Light GBM (Supervised)">Light GBM (Supervised)</span> <span class="tag" data-tippy="TabNet (Supervised and Semi-supervised)">TabNet (Supervised and Semi-supervised)</span> <span class="tag" data-tippy="Autoencoder (AE) (Unsupervised)">Autoencoder (AE) (Unsupervised)</span> <span class="tag" data-tippy="Isolation Forest (Unsupervised)">Isolation Forest (Unsupervised)</span>
383+
<span class="tag" data-tippy="TabDDPM">TabDDPM</span> <span class="tag" data-tippy="TabSyn">TabSyn</span> <a href="https://arxiv.org/abs/2405.17724" class="tag" target="_blank">ClavaDDPM</a> <span class="tag" data-tippy="CSDI">CSDI</span> <a href="https://arxiv.org/abs/2307.11494" class="tag" target="_blank">TSDiff</a>
382384
</div>
383385
<div class="datasets">
384-
<strong>Datasets:</strong> <a href="https://arxiv.org/pdf/2211.13358.pdf" class="dataset-tag" target="_blank">Bank Account Fraud Detection</a> <a href="https://dgraph.xinye.com/dataset" class="dataset-tag" target="_blank">DGraph dataset</a> <a href="https://www.mvtec.com/company/research/datasets/mvtec-ad" class="dataset-tag" target="_blank">MVTec dataset</a> <a href="http://www.svcl.ucsd.edu/projects/anomaly/dataset.htm" class="dataset-tag" target="_blank">UCSD Anomaly Detection Dataset</a> <a href="https://www.kaggle.com/datasets/odins0n/ucf-crime-dataset" class="dataset-tag" target="_blank">UCF Crime Dataset</a>
386+
<strong>Datasets:</strong> <a href="https://www.physionet.org/content/challenge-2012/1.0.0/" class="dataset-tag" target="_blank">Physionet Challenge 2012</a> <a href="https://archive.ics.uci.edu/dataset/321/electricityloaddiagrams20112014" class="dataset-tag" target="_blank">Electricity dataset (UCI Machine Learning Repository)</a>
385387
</div>
386388

387389
</div>
388390
<div class="card" markdown>
389391
<div class="header">
390-
<h3><a href="https://github.com/VectorInstitute/self-supervised-learning" title="Go to Repository">self-supervised-learning</a></h3>
392+
<h3><a href="https://github.com/VectorInstitute/ai-deployment" title="Go to Repository">ai-deployment</a></h3>
391393
<span class="tag year-tag">2024</span>
392394
<span class="tag type-tag">bootcamp</span>
393395
</div>
394-
<p>A repository with reference implementations of self-supervised learning techniques</p>
396+
<p>A repository with reference implementations for deploying AI models in production environments, focusing on best practices and cloud-native solutions.</p>
395397
<div class="tag-container">
396-
<a href="https://proceedings.mlr.press/v162/qiu22b/qiu22b.pdf" class="tag" target="_blank">Internal Contrastive Learning (ICL) + Latent Outlier Exposure (LOE)</a> <a href="https://arxiv.org/abs/2302.00861" class="tag" target="_blank">SimMTM</a> <a href="https://arxiv.org/abs/2303.15747" class="tag" target="_blank">TabRet</a> <a href="https://arxiv.org/abs/2202.03555" class="tag" target="_blank">Data2Vec</a>
397-
</div>
398-
<div class="datasets">
399-
<strong>Datasets:</strong> <a href="https://cs.stanford.edu/~acoates/stl10/" class="dataset-tag" target="_blank">STL-10</a> <a href="https://archive.ics.uci.edu/dataset/381/beijing+pm2+5+data" class="dataset-tag" target="_blank">Beijing PM 2.5</a>
398+
<a href="https://aws.amazon.com/" class="tag" target="_blank">AWS</a> <a href="https://cloud.google.com/" class="tag" target="_blank">GCP</a>
400399
</div>
401400

401+
402402
</div>
403403
<div class="card" markdown>
404404
<div class="header">
405-
<h3><a href="https://github.com/VectorInstitute/diffusion_models" title="Go to Repository">diffusion-models</a></h3>
406-
<span class="tag year-tag">2024</span>
405+
<h3><a href="https://github.com/VectorInstitute/anomaly-detection" title="Go to Repository">anomaly-detection</a></h3>
406+
<span class="tag year-tag">2023</span>
407407
<span class="tag type-tag">bootcamp</span>
408408
</div>
409-
<p>A repository with demos for various diffusion models for tabular and time series data</p>
409+
<p>A repository with implementation of anomaly detection techniques</p>
410410
<div class="tag-container">
411-
<span class="tag" data-tippy="TabDDPM">TabDDPM</span> <span class="tag" data-tippy="TabSyn">TabSyn</span> <a href="https://arxiv.org/abs/2405.17724" class="tag" target="_blank">ClavaDDPM</a> <span class="tag" data-tippy="CSDI">CSDI</span> <a href="https://arxiv.org/abs/2307.11494" class="tag" target="_blank">TSDiff</a>
411+
<span class="tag" data-tippy="Logistic Regression (Supervised)">Logistic Regression (Supervised)</span> <span class="tag" data-tippy="Random Forest (Supervised)">Random Forest (Supervised)</span> <span class="tag" data-tippy="XGBoost (Supervised)">XGBoost (Supervised)</span> <span class="tag" data-tippy="CatBoost (Supervised)">CatBoost (Supervised)</span> <span class="tag" data-tippy="Light GBM (Supervised)">Light GBM (Supervised)</span> <span class="tag" data-tippy="TabNet (Supervised and Semi-supervised)">TabNet (Supervised and Semi-supervised)</span> <span class="tag" data-tippy="Autoencoder (AE) (Unsupervised)">Autoencoder (AE) (Unsupervised)</span> <span class="tag" data-tippy="Isolation Forest (Unsupervised)">Isolation Forest (Unsupervised)</span>
412412
</div>
413413
<div class="datasets">
414-
<strong>Datasets:</strong> <a href="https://www.physionet.org/content/challenge-2012/1.0.0/" class="dataset-tag" target="_blank">Physionet Challenge 2012</a> <a href="https://archive.ics.uci.edu/dataset/321/electricityloaddiagrams20112014" class="dataset-tag" target="_blank">Electricity dataset (UCI Machine Learning Repository)</a>
414+
<strong>Datasets:</strong> <a href="https://arxiv.org/pdf/2211.13358.pdf" class="dataset-tag" target="_blank">Bank Account Fraud Detection</a> <a href="https://dgraph.xinye.com/dataset" class="dataset-tag" target="_blank">DGraph dataset</a> <a href="https://www.mvtec.com/company/research/datasets/mvtec-ad" class="dataset-tag" target="_blank">MVTec dataset</a> <a href="http://www.svcl.ucsd.edu/projects/anomaly/dataset.htm" class="dataset-tag" target="_blank">UCSD Anomaly Detection Dataset</a> <a href="https://www.kaggle.com/datasets/odins0n/ucf-crime-dataset" class="dataset-tag" target="_blank">UCF Crime Dataset</a>
415415
</div>
416416

417417
</div>
418418
<div class="card" markdown>
419419
<div class="header">
420-
<h3><a href="https://github.com/VectorInstitute/ai-deployment" title="Go to Repository">ai-deployment</a></h3>
420+
<h3><a href="https://github.com/VectorInstitute/self-supervised-learning" title="Go to Repository">self-supervised-learning</a></h3>
421421
<span class="tag year-tag">2024</span>
422422
<span class="tag type-tag">bootcamp</span>
423423
</div>
424-
<p>A repository with reference implementations for deploying AI models in production environments, focusing on best practices and cloud-native solutions.</p>
424+
<p>A repository with reference implementations of self-supervised learning techniques</p>
425425
<div class="tag-container">
426-
<a href="https://aws.amazon.com/" class="tag" target="_blank">AWS</a> <a href="https://cloud.google.com/" class="tag" target="_blank">GCP</a>
426+
<a href="https://proceedings.mlr.press/v162/qiu22b/qiu22b.pdf" class="tag" target="_blank">Internal Contrastive Learning (ICL) + Latent Outlier Exposure (LOE)</a> <a href="https://arxiv.org/abs/2302.00861" class="tag" target="_blank">SimMTM</a> <a href="https://arxiv.org/abs/2303.15747" class="tag" target="_blank">TabRet</a> <a href="https://arxiv.org/abs/2202.03555" class="tag" target="_blank">Data2Vec</a>
427+
</div>
428+
<div class="datasets">
429+
<strong>Datasets:</strong> <a href="https://cs.stanford.edu/~acoates/stl10/" class="dataset-tag" target="_blank">STL-10</a> <a href="https://archive.ics.uci.edu/dataset/381/beijing+pm2+5+data" class="dataset-tag" target="_blank">Beijing PM 2.5</a>
427430
</div>
428-
429431

430432
</div>
431433
<div class="card" markdown>
@@ -477,3 +479,4 @@ a.dataset-tag:hover {
477479
</div>
478480

479481
</div>
482+

0 commit comments

Comments
 (0)