Skip to content

Commit

Permalink
Corrected language
Browse files Browse the repository at this point in the history
  • Loading branch information
Jegp committed Nov 22, 2019
1 parent c62becb commit bd101d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -81,7 +81,7 @@ output, new_state = layer.forward(data, state)
## Similar work

A number of projects exist that attempts to leverage the strength of bio-inspired neural networks, however none of them are fully integrated with modern machine-learning libraries such as Torch or [Tensorflow](https://www.tensorflow.org/).
We created norse for two reasons: to 1) apply findings from decades of research in practical settings, and to 2) accelerate our own research within bio-inspired learning.
Norse was created for two reasons: to 1) apply findings from decades of research in practical settings, and to 2) accelerate our own research within bio-inspired learning.

The below list of projects serves to illustrate the state of the art, while explaining our own incentives to create and use norse.

Expand Down
6 changes: 3 additions & 3 deletions contributing.md
@@ -1,6 +1,6 @@
# Contributing to Norse

We welcome issues, suggested changes and comments of any kind. This document serves to make it as painless as possible to contribute by explaining how your contribution are included as fast as possible.
Issues, suggested changes and comments of any kind are welcome. This document serves to make it as painless as possible to contribute by explaining how your contribution are included as fast as possible.

## Asking questions or getting in touch

Expand All @@ -12,9 +12,9 @@ If you would simply like to get in touch with us, please contact us via email:

Bug reports are most welcome, but please be as specific and constructive as possible. As a minimum you should include
* *What* the problem is, stated briefly
* *How* it happened, and how we can reproduce is
* *How* it happened, and how it can be reproduced
* *Why* this is a problem
* This might not be clear to us. The clearer you can make it, the faster we will fix it
* This might not be clear to someone else than you. The clearer you can make it, the faster it will be understood and fixed

## Contributing code

Expand Down

0 comments on commit bd101d3

Please sign in to comment.