You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Getting Started & FAQ
Welcome to Born! This pinned discussion answers common questions.
Installation
Requirements: Go 1.25+
FAQ
What is Born?
Born is a production-ready ML framework for Go. Train models anywhere, deploy as single binaries.
Why Go instead of Python?
Does Born support GPU?
Yes! v0.2.0 includes WebGPU backend with 123x speedup for matrix operations.
Currently Windows only. Linux/macOS GPU support planned for v0.4.0.
Can I use PyTorch models?
Yes, via ONNX import (planned for v0.3.0-v0.4.0). Train in PyTorch, deploy with Born.
How does Born compare to Gorgonia?
Born focuses on:
Where are the examples?
examples/mnist/- MLP classifier (97.44% accuracy)examples/mnist-cnn/- CNN classifier (98.18% accuracy)examples/mnist-gpu/- GPU benchmarkGetting Help
Links
Beta Was this translation helpful? Give feedback.
All reactions