2 repos
Software stacks designed to handle the intensive matrix multiplication and tensor operations required by neural networks.
Distinguishing note: Focuses on the underlying computational throughput for AI tasks rather than high-level model architecture design.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Neural Computation Frameworks. Refine with filters or upvote what's useful.
LLM101n is an educational machine learning curriculum and open-source resource designed to teach the fundamental principles and practical implementation of large language models. It functions as a technical manual that guides users through the end-to-end process of building and training neural network architectures from scratch using a dynamic tensor library for automatic differentiation and GPU-accelerated computation. The project distinguishes itself through interactive, notebook-based instruction that allows for real-time visualization of training processes. It supports rapid experimentati
Utilizes dynamic tensor libraries to define and train neural network architectures through automatic differentiation.
BitNet is a quantized inference engine designed to execute highly compressed language models by performing arithmetic on low-precision, bit-level weight data. It functions as a model optimization toolkit and a high-performance kernel library, enabling the execution of large language models on consumer hardware by reducing memory footprints and increasing processing speeds. The project distinguishes itself through hardware-specific kernel optimizations that leverage native processor instructions to accelerate matrix multiplication. By utilizing packed integer arithmetic and memory-aligned weig
Utilizing specialized processor instructions and custom kernels to maximize throughput during the intensive matrix multiplication tasks required by AI.