Skip to content

Commit b86db90

Browse files
author
Dan Saunders
committed
Merge branch 'dan' of https://github.com/Hananel-Hazan/bindsnet into dan
2 parents 869cbe4 + 530d88a commit b86db90

34 files changed

Lines changed: 4673 additions & 4666 deletions

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# BindsNET
22

3-
A Python package used for simulating spiking neural networks (SNNs) using [PyTorch](http://pytorch.org/) GPU functionality.
3+
A Python package used for simulating spiking neural networks (SNNs) on CPUs or GPUs using [PyTorch](http://pytorch.org/) `Tensor` functionality.
44

5-
BindsNET is a spiking neural network simulation software, a critical component enabling the modeling of neural systems and the development of biologically inspired algorithms in the machine learning domain.
5+
BindsNET is a spiking neural network simulation library geared towards the development of biologically inspired algorithms for machine learning.
66

77
This package is used as part of ongoing research on applying SNNs to machine learning (ML) and reinforcement learning (RL) problems in the [Biologically Inspired Neural & Dynamical Systems (BINDS) lab](http://binds.cs.umass.edu/).
88

@@ -12,6 +12,12 @@ This package is used as part of ongoing research on applying SNNs to machine lea
1212
## Requirements
1313

1414
- Python 3.6
15+
- `torch`
16+
- `numpy`
17+
- `matplotlib`
18+
- `scikit_image`
19+
- `opencv-python`
20+
- `gym` (optional)
1521

1622
## Setting things up
1723

0 commit comments

Comments
 (0)