An open API service indexing awesome lists of open source software.

https://github.com/brianhuster/brain.nvim


https://github.com/brianhuster/brain.nvim

Last synced: 2 months ago
JSON representation

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).