Skip to content

Commit 22283fe

Browse files
committed
Add New Feachers
New Featers New function in LinearAlgebra - SVD - Nrm2 - Tanh - slice - stick - stack - repeat(refine) and reduceSumRepeated - numericalGradient - isclose These functions are very important for Recurrent Neural Networks.
1 parent 7aaff60 commit 22283fe

13 files changed

+2168
-154
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Rindow Math Matrix is the fundamental package for scientific matrix operation
1010
- Useful linear algebra and random number capabilities
1111

1212

13+
14+
Please see the documents on [Rindow projects](https://rindow.github.io/) web pages.
15+
16+
17+
18+
1319
### Download the rindow_openblas extension
1420

1521
You can do very fast N-dimensional array operations in conjunction

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"interop-phpobjects/polite-math": "^1.0"
1010
},
1111
"suggest": {
12-
"ext-rindow_openblas": "0.1.3 strongly recommended for speed"
12+
"ext-rindow_openblas": "0.1.4 strongly recommended for speed"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)