Skip to content

Commit

Permalink
Added link to docs in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SBuercklin authored Jul 31, 2020
1 parent f8f72b9 commit e821bc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

`WaspNet.jl` is intended for exploring SNN or hybrid architectures and experimenting with new neuron models. `Network` and `Layer` abstractions are provided, and an `AbstractNeuron` type is defined for users to construct their own neuron models. Utilizing multiple dispatch ensures that new neuron types slot easily into the existing framework.

# Documentation

Example code and references can be found in the [WaspNet.jl Documentation](https://leaflabs.github.io/WaspNet.jl/)

# Installation

To install `WaspNet.jl`, from the REPL go into `Pkg` mode by pressing `]` and then `add WaspNet`.
Expand Down

0 comments on commit e821bc5

Please sign in to comment.