add MaxoutDense and Highway layers, with tests

This commit is contained in:
Leon Chen
2016-08-26 13:24:06 -04:00
parent 5fa5fb136b
commit 44f4b050aa
11 changed files with 813 additions and 3 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ describe('core layer: Dense', function () {
describe('CPU', function () {
before(function () {
console.log('\n%cDense', styles.h2)
console.log('\n%cCPU', styles.h2)
})
it('[core.Dense.0] [CPU] should produce expected values', function () {
@@ -82,7 +82,7 @@ describe('core layer: Dense', function () {
describe('CPU', function () {
before(function () {
console.log('\n%cDense', styles.h2)
console.log('\n%cGPU', styles.h2)
})
it('[core.Dense.3] [GPU] should produce expected values', function () {