Project Backlog
Quarto
Some project ideas:
- Rust Projects
- Raytracing in Rust with parallelization and GPU support.
- Rendering code (from geometric primitives) from scratch.
- Scientific Plotting Code (in Rust)
- ML From Scratch (in Rust)
- Linear Regression
- Logistic Regression
- Decision Trees (CART)
- Random Forests
- Boosted Trees
- Ensembling
- Cross Validation
- Bayesian Hyperparameter Optimization
- Clustering (Kmeans)
- Dimensionality Reduction (PCA)
- NMF, PMF, GTM, GSM
- Data visualization with D3.js
- Python Package using
uv
for NMF, GTM, GSM - Reaction kinetics package a la
AutoChem
- Discrete Differential Geometry processing (with ML applications) in Rust (with python bindings via
pyo3
)