File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 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
13150.3.7 / 2015-07-01
1416==================
Original file line number Diff line number Diff line change @@ -99,7 +99,12 @@ See [ml-svm](https://github.com/mljs/svm)
9999` ML.NN.SOM `
100100See [ 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 `
105110See [ ml-array-utils] ( https://github.com/mljs/ArrayUtils )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments