Tinybox – A powerful computer for deep learning
Corroborated by 1 source from 1 publisher
globalgeneral1d ago
TL;DR
According to tinygrad.org, we write and maintain tinygrad, the fastest growing neural network framework It's extremely simple, and breaks down the most complex networks into 3 OpTypes ElementwiseOps are UnaryOps, BinaryOps, and TernaryOps.They operate on 1-3 tensors and run elementwise.