Skip to content

tarcisiozf/neograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neograd

A minimal deep learning framework written in Go. It includes: • A basic autograd engine • Feedforward neural network (MLP) implementation • Tokenizer with BPE-like encoding • Gradient descent

Running an Example

Train a simple MLP using random data:

go run cmd/examples/neuralnet/main.go

It will initialize a network, run forward/backward passes, and print the training loss/accuracy.

About

Autograd, MLP and simple neural net engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages