@@ -278,7 +278,7 @@ a.dataset-tag:hover {
278278
279279<div class =" catalog-stats " >
280280 <div class =" stat " >
281- <div class="stat-number">33 </div>
281+ <div class="stat-number">43 </div>
282282 <div class="stat-label">Implementations</div>
283283 </div >
284284 <div class =" stat " >
@@ -320,6 +320,12 @@ a.dataset-tag:hover {
320320
321321
322322
323+
324+
325+
326+
327+
328+
323329
324330
325331
@@ -357,6 +363,21 @@ a.dataset-tag:hover {
357363
358364 <div class="grid cards" markdown>
359365 <div class="card" markdown>
366+ <div class="header">
367+ <h3><a href="https://github.com/VectorInstitute/anomaly-detection" title="Go to Repository">anomaly-detection</a></h3>
368+ <span class="tag year-tag">2023</span>
369+ <span class="tag type-tag">bootcamp</span>
370+ </div>
371+ <p>A repository with implementation of anomaly detection techniques</p>
372+ <div class="tag-container">
373+ <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>
374+ </div>
375+ <div class="datasets">
376+ <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>
377+ </div>
378+
379+ </div>
380+ <div class="card" markdown>
360381 <div class="header">
361382 <h3><a href="https://github.com/VectorInstitute/diffusion_models" title="Go to Repository">diffusion-models</a></h3>
362383 <span class="tag year-tag">2024</span>
@@ -367,9 +388,22 @@ a.dataset-tag:hover {
367388 <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>
368389 </div>
369390 <div class="datasets">
370- <strong>Datasets:</strong> <span class="dataset-tag">Physionet Challenge 2012</span > <span class="dataset-tag">wiki2000</span >
391+ <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 >
371392 </div>
372393
394+ </div>
395+ <div class="card" markdown>
396+ <div class="header">
397+ <h3><a href="https://github.com/VectorInstitute/ai-deployment" title="Go to Repository">ai-deployment</a></h3>
398+ <span class="tag year-tag">2024</span>
399+ <span class="tag type-tag">bootcamp</span>
400+ </div>
401+ <p>A repository with reference implementations for deploying AI models in production environments, focusing on best practices and cloud-native solutions.</p>
402+ <div class="tag-container">
403+ <a href="https://aws.amazon.com/" class="tag" target="_blank">AWS</a> <a href="https://cloud.google.com/" class="tag" target="_blank">GCP</a>
404+ </div>
405+
406+
373407 </div>
374408 <div class="card" markdown>
375409 <div class="header">
@@ -382,7 +416,7 @@ a.dataset-tag:hover {
382416 <span class="tag" data-tippy="Web Search">Web Search</span> <span class="tag" data-tippy="Document Search">Document Search</span> <span class="tag" data-tippy="SQL Search">SQL Search</span> <span class="tag" data-tippy="Cloud Search">Cloud Search</span> <span class="tag" data-tippy="PubMed QA">PubMed QA</span> <span class="tag" data-tippy="RAG Evaluation">RAG Evaluation</span>
383417 </div>
384418 <div class="datasets">
385- <strong>Datasets:</strong> <a href="https://pubmed.ncbi.nlm.nih.gov" class="dataset-tag" target="_blank">PubMed</a> <span class="dataset-tag">wiki2000</span >
419+ <strong>Datasets:</strong> <a href="https://pubmed.ncbi.nlm.nih.gov" class="dataset-tag" target="_blank">PubMed</a> <a href="https://www.kaggle.com/datasets/prakharrathi25/banking-dataset-marketing-targets" class="dataset-tag" target="_blank">Banking Dataset - Marketing Targets</a >
386420 </div>
387421
388422 </div>
0 commit comments