qeep: Deep Learning framework in Go with Tensors, AutoGrad, and GPU acceleration
Summary
qeep is a Go-based deep learning framework with tensors, AutoGrad, and CUDA GPU acceleration. It enables declarative network definitions and includes components like fully connected layers, plus an Iris classification example and GPU run instructions. The README covers installation, usage, and CUDA build steps.