Skip to content

Commit 2c42de5

Browse files
author
Dan Saunders
authored
Merge pull request #72 from Hananel-Hazan/dan
Using faster indexing scheme (torch.Tensor.masked_fill); updating README.md; changing from tabs to spaces.
2 parents 1a4664c + c46f68a commit 2c42de5

34 files changed

+4681
-4675
lines changed

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)