LdDl / cnns

Convolutional Neural Networks in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoDoc Build Status Go Report Card

alt text

CNNs

CNNS (Convolutional Neural Networks) is a little package for developing simple neural networks, such as CNN (you don't say?) and MLP.

It has been made only for studying purposes. Do not use it in production!

Any PR's (new layers, learning optimizators, Excel-examples, bug-fixes) to improve this library will be appreciated.

Table of Contents

Features

  • CNN (convolutional neural network)
  • MLP (multilayer perceptron)

Installation

Installation is pretty simple:

go get github.com/LdDl/cnns

Usage

Just look into examples folder

For some people it is really hard to understand algorithms without step-by-step examples. So we provide some in xlsx-based files

Support

If you have troubles or questions please open an issue.

About

Convolutional Neural Networks in Go

License:MIT License


Languages

Language:Go 100.0%