July 15th, 2024

Show HN: Minigrad – a small neural network lib in Golang

The GitHub repository hosts "minigrad," a Golang neural network library resembling PyTorch, featuring an autograd engine. Users can contribute via issues, pull requests, and testing. The library is MIT-licensed.

Read original articleLink Icon
Show HN: Minigrad – a small neural network lib in Golang

The GitHub repository contains "minigrad," a Golang neural network library inspired by PyTorch for easy and fast usage. It is built on an autograd engine and is a Go implementation of Andrej Karpathy's Micrograd. Users can perform operations like addition, multiplication, exponentiation, and more using the library. Contributions to the project are welcome through issue reporting, pull requests for improvements or bug fixes, and adding test cases. The library is licensed under the MIT license, allowing users to utilize and modify the code as needed.

Link Icon 2 comments
By @alexliu518 - 7 months
Interesting, keep it up!