Skip to content

Commit a8148c3

Browse files
committed
Add more repos
1 parent 2b2c940 commit a8148c3

File tree

3 files changed

+74
-3
lines changed

3 files changed

+74
-3
lines changed

docs/index.md

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

repositories/ai-deployment.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: ai-deployment
2+
repo_id: VectorInstitute/ai-deployment
3+
description: "A repository with reference implementations for deploying AI models in production environments, focusing on best practices and cloud-native solutions."
4+
implementations:
5+
- name: AWS
6+
url: https://aws.amazon.com/
7+
- name: GCP
8+
url: https://cloud.google.com/
9+
type: bootcamp
10+
year: 2024
11+
github_url: https://github.com/VectorInstitute/ai-deployment
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: anomaly-detection
2+
repo_id: VectorInstitute/anomaly-detection
3+
description: "A repository with implementation of anomaly detection techniques"
4+
implementations:
5+
- name: Logistic Regression (Supervised)
6+
- name: Random Forest (Supervised)
7+
- name: XGBoost (Supervised)
8+
- name: CatBoost (Supervised)
9+
- name: Light GBM (Supervised)
10+
- name: TabNet (Supervised and Semi-supervised)
11+
- name: Autoencoder (AE) (Unsupervised)
12+
- name: Isolation Forest (Unsupervised)
13+
public_datasets:
14+
- name: Bank Account Fraud Detection
15+
url: https://arxiv.org/pdf/2211.13358.pdf
16+
- name: DGraph dataset
17+
url: https://dgraph.xinye.com/dataset
18+
- name: MVTec dataset
19+
url: https://www.mvtec.com/company/research/datasets/mvtec-ad
20+
- name: UCSD Anomaly Detection Dataset
21+
url: http://www.svcl.ucsd.edu/projects/anomaly/dataset.htm
22+
- name: UCF Crime Dataset
23+
url: https://www.kaggle.com/datasets/odins0n/ucf-crime-dataset
24+
type: bootcamp
25+
year: 2023
26+
github_url: https://github.com/VectorInstitute/anomaly-detection

0 commit comments

Comments
 (0)