-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -253,7 +253,7 @@ console.log(`1 xor 1 = ${out4[0]} (should be close to 0)`); | |
### Documentation | ||
|
||
The full documentation for Netsaur can be found | ||
[here](https://deno.land/x/[email protected].12/mod.ts). | ||
[here](https://deno.land/x/[email protected].13/mod.ts). | ||
|
||
### License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
edition = "2021" | ||
name = "netsaur" | ||
version = "0.2.12" | ||
version = "0.2.13" | ||
|
||
[lib] | ||
crate-type = ["cdylib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,8 +63,8 @@ | |
} | ||
], | ||
"source": [ | ||
"import { tensor1D } from \"https://deno.land/x/[email protected].12/mod.ts\";\n", | ||
"import { Visualizer } from \"https://deno.land/x/[email protected].12/visualizer/mod.ts\";\n", | ||
"import { tensor1D } from \"https://deno.land/x/[email protected].13/mod.ts\";\n", | ||
"import { Visualizer } from \"https://deno.land/x/[email protected].13/visualizer/mod.ts\";\n", | ||
"\n", | ||
"import {\n", | ||
" Cost,\n", | ||
|
@@ -74,7 +74,7 @@ | |
" setupBackend,\n", | ||
" SigmoidLayer,\n", | ||
" tensor2D,\n", | ||
"} from \"https://deno.land/x/[email protected].12/mod.ts\";\n", | ||
"} from \"https://deno.land/x/[email protected].13/mod.ts\";\n", | ||
" \n", | ||
"await setupBackend(AUTO);\n", | ||
"\n", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
} | ||
], | ||
"source": [ | ||
"import { setupBackend, CPU } from \"https://deno.land/x/[email protected].12/mod.ts\";\n", | ||
"import { setupBackend, CPU } from \"https://deno.land/x/[email protected].13/mod.ts\";\n", | ||
"await setupBackend(CPU);" | ||
] | ||
}, | ||
|
@@ -68,7 +68,7 @@ | |
} | ||
], | ||
"source": [ | ||
"import { setupBackend, WASM } from \"https://deno.land/x/[email protected].12/mod.ts\";\n", | ||
"import { setupBackend, WASM } from \"https://deno.land/x/[email protected].13/mod.ts\";\n", | ||
"await setupBackend(WASM);" | ||
] | ||
}, | ||
|
@@ -92,7 +92,7 @@ | |
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"import { setupBackend, GPU } from \"https://deno.land/x/[email protected].12/mod.ts\";\n", | ||
"import { setupBackend, GPU } from \"https://deno.land/x/[email protected].13/mod.ts\";\n", | ||
"await setupBackend(GPU);" | ||
] | ||
}, | ||
|
@@ -109,7 +109,7 @@ | |
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"import { Sequential, DenseLayer, SigmoidLayer, Cost, tensor2D, tensor1D } from \"https://deno.land/x/[email protected].12/mod.ts\";\n", | ||
"import { Sequential, DenseLayer, SigmoidLayer, Cost, tensor2D, tensor1D } from \"https://deno.land/x/[email protected].13/mod.ts\";\n", | ||
"const net = new Sequential({\n", | ||
" /**\n", | ||
" * The number of minibatches is set to 4 and the output size is set to 2.\n", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters