Skip to content

Commit

Permalink
tagging projects index, parametric + non
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush Bajaj authored and Aayush Bajaj committed Dec 31, 2024
1 parent b009e21 commit aad4589
Show file tree
Hide file tree
Showing 23 changed files with 854 additions and 6,813 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "static/code/10k-hrs-ml"]
path = static/code/10k-hrs-ml
url = https://github.com/abaj8494/10k-hrs-ml
25 changes: 15 additions & 10 deletions content/projects/_index.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

---
title: Hello
toc: false
Expand All @@ -8,6 +9,7 @@ These are the projects that I am on working / have worked on in the past.
These projects are all those that have had a lifecycle.

* Project List

{{< collapse folded="true" >}}

:PROPERTIES:
Expand All @@ -22,7 +24,7 @@ These projects are all those that have had a lifecycle.
- [[{{< ref "/projects/bday-problems#21st" >}}][21st]]
- [[{{< ref "/projects/bday-problems#22nd" >}}][22nd]]
- [[{{< ref "/projects/bday-problems#23rd" >}}][23rd]]

** [[/projects/latex][LaTeX]]
:PROPERTIES:
:CUSTOM_ID: latex
Expand Down Expand Up @@ -99,18 +101,19 @@ These projects are all those that have had a lifecycle.
:PROPERTIES:
:CUSTOM_ID: supervised-learning
:END:
- [[/projects/ml/supervised/mnist][MNIST]]
- [[/projects/ml/supervised/fmnist][FMNIST (Fashion)]]
- [[/projects/ml/supervised/kmnist][KMNIST (Kuzushiji)]]
- [[/projects/ml/supervised/cifar][CIFAR]]
- [[/projects/ml/supervised/iris][IRIS]]
- [[/projects/ml/supervised/mnist][MNIST]] #drosophilia #lecun #supervised #classification
- [[/projects/ml/supervised/fmnist][FMNIST (Fashion)]] #supervised #classification
- [[/projects/ml/supervised/kmnist][KMNIST (Kuzushiji)]] #supervised #classification #cnn
- [[/projects/ml/supervised/cifar][CIFAR]] #cnn #multiclass
- [[/projects/ml/supervised/iris][IRIS]] #
- [[/projects/ml/supervised/imagenet][ImageNet]]
- [[/projects/ml/supervised/boston-housing][Boston Housing]]
- [[/projects/ml/supervised/wine-quality][Wine Quality]]
- [[/projects/ml/supervised/boston-housing][Boston Housing]] #regression
- [[/projects/ml/supervised/wine-quality][Wine Quality]]
- [[/projects/ml/supervised/pima-indians][Pima Indians Diabetes]]
- [[/projects/ml/supervised/imdb-reviews][IMDB Reviews]]
- [[/projects/ml/supervised/titanic][Titanic Deaths]]

- [[/projects/ml/supervised/titanic][Titanic Deaths]] #classification
- [[/projects/ml/supervised/spam][Email SPAM]] #naive-bayes #classification

*** [[/projects/ai/unsupervised][Unsupervised Learning]]
:PROPERTIES:
:CUSTOM_ID: unsupervised-learning
Expand All @@ -123,6 +126,8 @@ These projects are all those that have had a lifecycle.
:CUSTOM_ID: deep-learning
:END:
- [[/projects/dl/benchmarking][Hardware Benchmarking]]
- Perceptron #classification
- Multilayer Perceptron
- [[/projects/dl/KiTS19][KiTS19 Kidney and Kidney Tumour Segmentation]]
- [[/projects/dl/llm-tune][Fine Tuning LLM]]
- [[/projects/dl/rag][RAG]]
Expand Down
Loading

0 comments on commit aad4589

Please sign in to comment.