Skip to content

Commit d7c32c3

Browse files
author
Jefferson
committed
⬆️ ml-fnn v0.0.3
⬆️ ml-array-utils v0.1.1
1 parent 1445074 commit d7c32c3

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

History.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
0.3.9 / 2015-07-07
1+
0.3.10 / 2015-07-08
22
==================
33

44
* Add ml.NN.FNN
55

6-
0.3.8 / 2015-07-07
6+
:arrow_up: ml-fnn v0.0.3
7+
8+
0.3.10 / 2015-07-08
79
==================
810

911
* Add ml.AU
1012

11-
:arrow_up: ml-array-utils v0.1.0
13+
:arrow_up: ml-array-utils v0.1.1
1214

1315
0.3.7 / 2015-07-01
1416
==================

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,12 @@ See [ml-svm](https://github.com/mljs/svm)
9999
`ML.NN.SOM`
100100
See [ml-som](https://github.com/mljs/som)
101101

102-
#### Array Utils
102+
#### Feedforward Neural Networks
103+
104+
`ML.NN.FNN`
105+
See [ml-fnn](https://github.com/mljs/feedforwardNeuralNetworks)
106+
107+
### Array Utils
103108

104109
`ML.ArrayUtils`
105110
See [ml-array-utils](https://github.com/mljs/ArrayUtils)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"ml-som": "0.0.6",
3636
"ml-stat": "1.0.1",
3737
"ml-svm": "1.0.2",
38-
"ml-array-utils": "0.1.0",
38+
"ml-array-utils": "0.1.1",
3939
"ml-savitzky-golay": "0.0.1",
40-
"ml-fnn": "0.0.1"
40+
"ml-fnn": "0.0.3"
4141
},
4242
"devDependencies": {
4343
"browserify": "^8.1.3",

0 commit comments

Comments
 (0)