Labels
Labels
63 labels
- x86-64 specific (AVX2, SIMD, future)
- ARM64 specific (Apple Silicon, NEON)
- WebAssembly support
- Public API surface (tensor/, nn/, optim/)
- Automatic differentiation, gradient tape
- CLI tools (born, born-bench, born-convert)
- CPU backend, element-wise ops, BLAS
- Example projects (MNIST, CNN, GPU)
- Text generation, LLM inference pipeline
- GGUF loader, K-quant dequantization
- NN modules (Linear, Conv2D, RMSNorm, Embedding)
- ONNX model import, 30+ operators
- Optimizers (SGD, Adam)
- Model save/load (.born format), mmap
- Core tensor ops, shapes, dtypes, Backend interface
- Tokenizers (TikToken, BPE)
- WebGPU/GPU backend, WGSL shaders
- Comparison with Burn (Rust)
- Comparison with ONNX Runtime
- Comparison with PyTorch
- Trivial, < 1 hour
- Epic, 2+ weeks (split)
- Small, 1-4 hours
- Medium, ~1 day
- Large, 2-3 days
- Very large, ~1 week
- Good for newcomers
- Extra attention needed
- Maintainer will mentor
- Native .born format