Skip to content

Instantly share code, notes, and snippets.

@GStechschulte
GStechschulte / hierarchical_gpytorch.py
Created June 18, 2025 15:27
Hierarchical Gaussian process model with GPyTorch
import torch
import gpytorch
import numpy as np
import matplotlib.pyplot as plt
torch.manual_seed(42)
np.random.seed(42)
## Simulate hierarchical Data ##
@naturale0
naturale0 / splines.py
Last active May 9, 2025 22:37 — forked from ahwillia/msplines.py
Generate M-spline and I-spline functions in Python
"""
Python code to generate M-splines and I-splines.
References
----------
Ramsay, J. O. (1988). Monotone regression splines in action.
Statistical science, 3(4), 425-441.
"""
import numpy as np
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@veekaybee
veekaybee / normcore-llm.md
Last active July 10, 2025 11:54
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.