-
Updated
May 23, 2021
linear-algebra
Here are 1,473 public repositories matching this topic...
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
-
Updated
Jan 16, 2021 - Java
-
Updated
Sep 27, 2019 - Jupyter Notebook
-
Updated
Jun 5, 2021 - Java
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
May 25, 2021 - C#
The main constructor from existing CSR/CSC data is e.g. try_from_csr_data. However, this deliberately rejects unsorted input. However, if the only issue with the data is that the column indices are not sorted, then this is fixable. We should provide a similarly named `try_from_unsorted_csr_d
-
Updated
May 9, 2021 - PHP
-
Updated
Jan 7, 2021 - C++
-
Updated
Jan 22, 2021 - C
-
Updated
Mar 26, 2021
-
Updated
Nov 26, 2017 - Jupyter Notebook
-
Updated
May 12, 2021
-
Updated
Jan 18, 2021 - Rust
-
Updated
May 14, 2021 - OCaml
-
Updated
Jun 7, 2021 - C
-
Updated
Jun 5, 2021 - C++
-
Updated
May 22, 2021 - Nim
-
Updated
Jun 7, 2021 - Rust
-
Updated
May 8, 2021 - C++
-
Updated
Apr 25, 2021 - TypeScript
-
Updated
May 28, 2020 - Python
-
Updated
Apr 30, 2021 - Java
-
Updated
Apr 4, 2021 - C++
-
Updated
Mar 29, 2021 - Mathematica
-
Updated
May 17, 2019 - C++
Improve this page
Add a description, image, and links to the linear-algebra topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linear-algebra topic, visit your repo's landing page and select "manage topics."
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.