Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Saran-nns/sorn
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran-nns committed Nov 1, 2020
2 parents ddb03e4 + 0b3d742 commit 21d64bd
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 122 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The network is developed as part of my Master thesis at Universität Osnabrück,
[![Join the chat at https://gitter.im/Self-Organizing-Recurrent-Neural-Networks](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Self-Organizing-Recurrent-Neural-Networks?utm_source=badge&utm_medium=badge&utm_content=badge)
[![PyPI version](https://badge.fury.io/py/sorn.svg)](https://badge.fury.io/py/sorn)
![PyPI - Downloads](https://img.shields.io/pypi/dw/sorn.svg)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2590449.svg)](https://doi.org/10.5281/zenodo.2590449)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4174137.svg)](https://doi.org/10.5281/zenodo.2590449)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

<h4 align="Left">SORN Reservoir and the evolution of synaptic efficacies</h4>
Expand Down
7 changes: 7 additions & 0 deletions build/lib/sorn/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from . import sorn
import logging

__author__ = "Saranraj Nambusubramaniyan"
__version__ = "0.2.10"

logging.basicConfig(level=logging.INFO)
Loading

0 comments on commit 21d64bd

Please sign in to comment.