https://github.com/brianhuster/brain.nvim
https://github.com/brianhuster/brain.nvim
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianhuster/brain.nvim
- Owner: brianhuster
- Created: 2026-03-02T17:43:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-03T08:18:35.000Z (5 months ago)
- Last Synced: 2026-03-03T09:21:00.873Z (5 months ago)
- Language: Lua
- Size: 34.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim-brain
This is a Lua implementation of the neural network described in the book "Neural Network and Deep Learning" by Michael Nielsen. The code is designed to be used with Neovim. The neural network is trained on MNIST dataset (https://github.com/Eventual-Inc/mnist-json)
To train and evaluate a MNIST model, run `nvim -l mnist.lua`. The trained weights will be saved to `mnist_weights.mpk` (a MessagePack file).