Deep Learning

tinygrad – compact end-to-end deep learning stack

tinygrad is a compact end-to-end deep learning stack designed to sit somewhere between PyTorch and micrograd. It combines a tensor library, automatic differentiation, compiler, JIT execution, and neural network facilities in a deliberately small and hackable codebase.

Its execution engine supports a wide range of hardware backends while exposing much of the compiler and intermediate representation to developers.

This is free and open source software.

Key Features

  • Tensor library with automatic differentiation.
  • Intermediate representation and compiler for lowering computational kernels.
  • Lazy execution enables operations to be fused into efficient kernels.
  • JIT compilation and graph execution.
  • Includes neural network layers and optimisers.
  • Supports familiar PyTorch-style training loops.
  • Provides datasets and other components needed for model training.
  • Runs on CPUs and numerous hardware accelerators.
  • Supports CUDA, AMD, Metal, OpenCL, Qualcomm, and WebGPU backends.
  • Compiler and intermediate representation are designed to remain readable and hackable.
  • Small codebase intended to minimise complexity.

Website: https://github.com/tinygrad/tinygrad
Support:
Developer: tiny corp
License: MIT License

tinygrad is written in Python and C. Learn Python with our recommended free books and free tutorials. Learn C with our recommended free books and free tutorials.


Related Software

Deep Learning with Python
TensorFlowA very popular Deep Learning framework
PyTorchTensors and Dynamic neural networks in Python
KerasHigh-level neural networks API
fastaiSimplifies training fast and accurate neural nets using modern best practices
PyTensorLibrary for fast numerical computation
ElephasDistributed deep learning with Keras and Spark
ChainerPowerful, flexible, and intuitive framework for neural networks
CaffeConvolutional Architecture for Fast Feature Embedding
TFlearnDeep learning library featuring a higher-level API for TensorFlow
MXNetFlexible and efficient library
CNTKDistributed deep learning
NeupyPython library for Artificial Neural Networks and Deep Learning

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted