Skip to content

Commit

Permalink
Blue license badge and .
Browse files Browse the repository at this point in the history
  • Loading branch information
prcastro committed Sep 8, 2015
1 parent 4c9066c commit 5a94a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square)](http://neuralnetslitejl.readthedocs.org/en/latest)
[![Travis](https://img.shields.io/travis/prcastro/NeuralNetsLite.jl.svg?style=flat-square)](https://travis-ci.org/prcastro/NeuralNetsLite.jl)
[![Coveralls](https://img.shields.io/coveralls/prcastro/NeuralNetsLite.jl.svg?style=flat-square)](https://coveralls.io/github/prcastro/NeuralNetsLite.jl?branch=master)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE.md)

This package provides a simple implementation of Feedforward Neural Networks.

The main purpose of this package isn't to provide a fast implementation of the algorithms, but rather a general and extensible one, alongside an easy-to-read code. A simple paper explaining the concepts behind this package can be found [here](https://www.dropbox.com/s/yxlyowikizkdrut/NeuralNets_jl_Explanation.pdf?dl=0)
The main purpose of this package isn't to provide a fast implementation of the algorithms, but rather a general and extensible one, alongside an easy-to-read code. A simple paper explaining the concepts behind this package can be found [here](https://www.dropbox.com/s/yxlyowikizkdrut/NeuralNets_jl_Explanation.pdf?dl=0).

## Installation

Expand Down

0 comments on commit 5a94a64

Please sign in to comment.