Skip to content

Releases: NeuroTorch/NeuroTorch

0.0.1-beta5

01 Nov 18:20
Compare
Choose a tag to compare
0.0.1-beta5 Pre-release
Pre-release

Adds:

  • add the option to use hooks from torch 2.0.0 instead of decorators for TBPTTs classes.
  • update the Trainer to add the possibility to pass hidden through dataset. This feature must be improve.

Fixes:

  • minor bugs with checkpoint manager
  • fix the curbd (RLS with outputs strategy) learning algorithm

0.0.1-beta4

08 Sep 15:08
Compare
Choose a tag to compare
0.0.1-beta4 Pre-release
Pre-release

Fixes:

  • Minor bugs;

  • RLS output strategy according to what is publish in CURBD.

Changes:

  • Forward method of WilsonCowanCURBDLayer according to what is publish in CURBD;
  • Reindent files from tab to 4 spaces.

Features:

  • LinearRNN layer.

0.0.1-beta3

16 Feb 22:46
Compare
Choose a tag to compare
0.0.1-beta3 Pre-release
Pre-release

This branch was used to implement the Eligibility propagation (E-Prop) learning algorithm. Here is a list of the different parameters brought this branch:

  • Addition of the E-prop learning algorithm
  • Bug correction in the sequential model
  • Addition of the Spiking layer which is essentially the addition of low pass filter to improve the learning
  • The layers.py document has been converted to a file
  • Modification in the data visualization for heatmaps (It is now easy to use the same permutation for two heatmaps)
  • Fixed bug in the animation of time series with NetworkX
  • The LR Schedulers has been modified. The LR Schedulers is now working with multiples parameter groups
  • Multiple functions were added to utils.py
  • Documentation has been added

0.0.1-beta2

17 Jan 22:26
Compare
Choose a tag to compare
0.0.1-beta2 Pre-release
Pre-release
  • Fix inplace operation in Lp Loss
  • Add colab feature to tutorials

0.0.1-beta1

17 Jan 16:29
Compare
Choose a tag to compare
0.0.1-beta1 Pre-release
Pre-release

Adds:

  • Reinforcement learning pipeline
  • PPO learning algorithm
  • Support for torch.nn.Module in Sequential model
  • Linear layer

Bug to fix:

  • Convergence of PPO

v0.0.1-beta0

08 Dec 20:38
e2e3173
Compare
Choose a tag to compare
v0.0.1-beta0 Pre-release
Pre-release

Add:

  • TBPTT
  • RLS (inputs and outputs versions)

v0.0.1-alpha

07 Oct 19:32
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release