-
Notifications
You must be signed in to change notification settings - Fork 41
/
CHANGELOG
35 lines (24 loc) · 1 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
:Version 0.3.5:
- train: Add train with regularization to ff nets
- error: Add CEE cross entropy error function (Thx github.com/kwecht)
- Add more new tests
- Some doc fixs (Thx gaoshenghan199123)
:Version 0.3.4:
- Some code fix for support Python 3k
:Version 0.3.0:
- Python 3 support (test on Python 3.3)
:Version 0.2.2:
- init: Add initnw Nguyen-Widrow initialization function
- net: Set initnw as default init function of ff (newff) neural network
- net: Set train_bgfs as default train function of ff (newff) neural network
:Version 0.2.1:
- net: Add Hemming Recurrent network (newhem)
- net: Aaa new Hopfield network, now use Recurrent layer and not need simhop function
- trans: Add SoftMax, SatlinPrm activation functions
- layer: Add Recurrent layer
- core: Some refactoring and bug fix
:Version 0.2.0:
- net: Add Elman Recurrent network (newelm)
- net: Add Hopfield Recurrent network (newhop)
- trans: Add Satlin, Satlins activation functions
- core: Some refactoring and bug fix