/honeycrisp-examples

Examples of using Honeycrisp for deep learning

Primary LanguageSwift

honeycrisp-examples

This repository will contain usage examples for Honeycrisp.

Contents:

  • SimpleTensors - basic usage of the Tensor type
  • Backends - how to switch between computation backends
  • Trainable - define a model as a class and train it with an optimizer
  • MNISTGenExample - generate MNIST digits using an autoregressive transformer with rotary positional embeddings