Directories
ΒΆ
| Path | Synopsis |
|---|---|
|
Package autodiff provides automatic differentiation capabilities.
|
Package autodiff provides automatic differentiation capabilities. |
|
backend
|
|
|
cpu
Package cpu provides a pure Go CPU backend for tensor operations.
|
Package cpu provides a pure Go CPU backend for tensor operations. |
|
cmd
|
|
|
born
command
Package main provides the Born ML Framework CLI.
|
Package main provides the Born ML Framework CLI. |
|
born-bench
command
Package main provides benchmarking tools for Born.
|
Package main provides benchmarking tools for Born. |
|
born-convert
command
Package main provides model conversion tools for Born.
|
Package main provides model conversion tools for Born. |
|
examples
|
|
|
mnist
command
|
|
|
mnist-cnn
command
|
|
|
internal
|
|
|
autodiff
Package autodiff implements automatic differentiation using the decorator pattern.
|
Package autodiff implements automatic differentiation using the decorator pattern. |
|
autodiff/ops
Package ops defines operation interfaces and implementations for automatic differentiation.
|
Package ops defines operation interfaces and implementations for automatic differentiation. |
|
backend
Package backend provides backend implementations for tensor operations.
|
Package backend provides backend implementations for tensor operations. |
|
backend/cpu
Package cpu implements the CPU backend with SIMD optimizations and BLAS integration.
|
Package cpu implements the CPU backend with SIMD optimizations and BLAS integration. |
|
nn
Package nn implements neural network modules for the Born ML Framework.
|
Package nn implements neural network modules for the Born ML Framework. |
|
optim
Package optim implements optimization algorithms for training neural networks.
|
Package optim implements optimization algorithms for training neural networks. |
|
tensor
Package tensor provides the core tensor types and operations for Born ML framework.
|
Package tensor provides the core tensor types and operations for Born ML framework. |
|
Package nn provides neural network layers and building blocks.
|
Package nn provides neural network layers and building blocks. |
|
Package optim provides optimization algorithms for training neural networks.
|
Package optim provides optimization algorithms for training neural networks. |
|
Package tensor provides type-safe tensor operations for the Born ML framework.
|
Package tensor provides type-safe tensor operations for the Born ML framework. |
Click to show internal directories.
Click to hide internal directories.