Pinned Repositories
2D-U-VixLSTM
[PyTorch] 2D variant of "Are Vision xLSTM Embedded UNet More Reliable in Medical 3D Image Segmentation?"
AILAOI
AI LA Open Innovation
awesome-mmps
Corpus of resources for multimodal machine learning with physiological signals (mmps).
coordinate-descent
ECG-Byte
[arxiv 2024] ECG-Byte: A Tokenizer for End-to-End Generative Electrocardiogram Language Modeling
EEG-Text-Alignment
GPU-Tools
Tools for GPU
MS-SSIM-L1-For-1D
[PyTorch] Implementation of MS-SSIM + L1 loss proposed in "Loss Functions for Neural Networks for Image Processing" for Greyscale Images
SEW.NLP
UCI ML Hackathon 2022 - Team SEW.NLP
Text-EGM
[CHIL 2024] Interpretation of Intracardiac Electrograms Through Textual Representations
willxxy's Repositories
willxxy/awesome-mmps
Corpus of resources for multimodal machine learning with physiological signals (mmps).
willxxy/Text-EGM
[CHIL 2024] Interpretation of Intracardiac Electrograms Through Textual Representations
willxxy/ECG-Byte
[arxiv 2024] ECG-Byte: A Tokenizer for End-to-End Generative Electrocardiogram Language Modeling
willxxy/2D-U-VixLSTM
[PyTorch] 2D variant of "Are Vision xLSTM Embedded UNet More Reliable in Medical 3D Image Segmentation?"
willxxy/GPU-Tools
Tools for GPU
willxxy/MS-SSIM-L1-For-1D
[PyTorch] Implementation of MS-SSIM + L1 loss proposed in "Loss Functions for Neural Networks for Image Processing" for Greyscale Images
willxxy/Terminal-Tools
Useful terminal scripts
willxxy/glitch-rust
[Rust] Implementation of glitch (https://github.com/jpoz/glitch) in rust.
willxxy/any-cuda
A simple way to download and configure to a specific cuda version
willxxy/benchmark_VAE
Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)
willxxy/card-trick
A fun little card trick proposed by Mario.
willxxy/Cell_Seg_Count-CMU
willxxy/dl-sys
For fun ~ 10-414/714 CMU
willxxy/ecg-tools
Tools I use for ECG preprocessing, visualization, post processing that I often use.
willxxy/ggml
Tensor library for machine learning
willxxy/hf-tools
Hugging Face tools that I often use and look up.
willxxy/huffman-rust
[Rust] Huffman coding with Rust
willxxy/jax-tools
Tools I use for jax.
willxxy/minbpe
Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.
willxxy/Nd-Conv
Performance benchmark for FFT convolutions in numpy, mlx, and torch.
willxxy/Numpy-Tools
Tools and tricks I learned in numpy.
willxxy/python-tools
simple python tools that I commonly use
willxxy/rust-nn
Exploration of deep learning through rust
willxxy/shitter-rust
Implementation of shitter (https://github.com/jpoz/shitter/tree/master) in rust.
willxxy/stablediffusion
High-Resolution Image Synthesis with Latent Diffusion Models
willxxy/tiktoken
tiktoken is a fast BPE tokeniser for use with OpenAI's models.
willxxy/torch-tools
tools and resources I use for pytorch
willxxy/vision-lstm
xLSTM as Generic Vision Backbone
willxxy/willxxy.github.io
William Han's website
willxxy/xlstm
Official repository of the xLSTM.