-
Updated
Oct 4, 2020 - Python
machine-learning-library
Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.
Here are 190 public repositories matching this topic...
-
Updated
Sep 30, 2020 - C++
-
Updated
Feb 8, 2020 - Python
-
Updated
Jun 5, 2019 - Python
-
Updated
Oct 1, 2020 - Python
I'm sorry if I missed this functionality, but CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.
Of course, piping is a solution, but not for development in Jupyter Notebook, for example.
-
Updated
May 19, 2020 - Python
-
Updated
Jul 17, 2020 - Python
Description
It would be nice if there is a copy button in the docs and readme examples to make it easier for users to try the examples and play with the code. This should be easy to implement, maybe using a sphinx library. The docs are in the docs folder in the repo, I will let this issue open for new comers ;)
-
Updated
Sep 29, 2020 - Python
-
Updated
Jun 14, 2020 - Java
-
Updated
May 30, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Aug 29, 2016 - Python
-
Updated
Sep 23, 2020 - Python
-
Updated
Jun 14, 2017 - Python
-
Updated
Oct 28, 2018
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Jun 23, 2020 - Python
-
Updated
Aug 15, 2020 - Java
-
Updated
Jun 15, 2020 - Python
-
Updated
Jul 1, 2020 - Java
-
Updated
Aug 28, 2018 - Swift
-
Updated
Sep 19, 2020 - Java
-
Updated
Aug 30, 2020 - Jupyter Notebook
-
Updated
Jul 1, 2019 - Python
-
Updated
Sep 25, 2020 - R
-
Updated
Jun 24, 2018 - Python
- Wikipedia
- Wikipedia
What is the desired addition or change?
Right now we don't have implementation of copy and move constructors in layer which is causing memory issues.
What is the motivation for this feature?
Follow #2314 to see the memory issues we were facing.
If applicable, de