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

https://github.com/rusith/neural-networks

Some Neural Network Implementations From Scratch
https://github.com/rusith/neural-networks

go neural-networks

Last synced: 15 days ago
JSON representation

Some Neural Network Implementations From Scratch

Awesome Lists containing this project

README

          

# neural-networks

[![Build Status](https://travis-ci.org/rusith/neural-networks.svg?branch=master)](https://travis-ci.org/rusith/neural-networks)
[![codecov](https://codecov.io/gh/rusith/neural-networks/branch/master/graph/badge.svg)](https://codecov.io/gh/rusith/neural-networks)

An attempt to learn neural network design by coding everything along the way