DeMoriarty's Stars
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
CompVis/stable-diffusion
A latent text-to-image diffusion model
pyenv/pyenv
Simple Python version management
ManimCommunity/manim
A community-maintained Python framework for creating mathematical animations.
modularml/mojo
The Mojo Programming Language
NVIDIA/FasterTransformer
Transformer related optimization, including BERT, GPT
fchollet/ARC-AGI
The Abstraction and Reasoning Corpus
mpld3/mpld3
An interactive data visualization tool which brings matplotlib graphics to the browser using D3.
Lightning-AI/torchmetrics
Machine learning metrics for distributed, scalable PyTorch applications.
prabhuomkar/pytorch-cpp
C++ Implementation of PyTorch Tutorials for Everyone
mikbry/awesome-webgpu
😎 Curated list of awesome things around WebGPU ecosystem.
opencog/atomspace
The OpenCog (hyper-)graph database and graph rewriting system
teddykoker/torchsort
Fast, differentiable sorting and ranking in PyTorch
facebookresearch/bitsandbytes
Library for 8-bit optimizers and quantization routines.
yoyololicon/pytorch-NMF
A pytorch package for non-negative matrix factorization.
DeMoriarty/TorchPQ
Approximate nearest neighbor search with product quantization on GPU in pytorch and cuda
magicproduct/hash-hop
Long context evaluation for large language models
keitakurita/Better_LSTM_PyTorch
An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.
borchero/pycave
Traditional Machine Learning Models for Large-Scale Datasets in PyTorch.
dmitropolsky/assemblies
Code for NEMO, and Assembly Calculus
fynv/ThrustRTC
CUDA tool set for non-C++ languages that provides similar functionality like Thrust, with NVRTC at its core.
DeMoriarty/custom_matmul_kernels
Customized matrix multiplication kernels
curtisseizert/CUDA-uint128
A 128 bit unsigned integer class for CUDA
hadi-gharibi/pytorch-lstm
Pytorch implemntation of "Lstm: A search space odyssey" paper
manishucsd/py-codegen
Luke-Poeppel/treeplotter
A Python package for tree plotting. Wraps TreantJS and R's webshot package to render high-res tree visualizations.
joachimwolff/sparse-neighbors-search
A python/c++ implementation of an approximate nearest neighbor search for sparse data structures based on the idea of local sensitiv hashfunctions.
daehwannam/pytorch-rnn-library
A simple PyTorch RNN package including a general RNN frame
schulzch/fuzzy-dbscan-js
JavaScript implementation of the FuzzyDBSCAN algorithm
DeMoriarty/DOKSparse
sparse DOK tensors on GPU, pytorch