-
Updated
Jan 22, 2021
machine-learning-algorithms
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 5,486 public repositories matching this topic...
-
Updated
Dec 25, 2020
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Oct 16, 2020 - Jupyter Notebook
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
-
Updated
Feb 26, 2021 - TypeScript
-
Updated
Oct 1, 2020 - Python
bitmap/bit array
-
Updated
Jan 27, 2021 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Feb 10, 2021
-
Updated
Oct 19, 2020 - Jupyter Notebook
The constant array
__constant__ char max_string_sentinel[5]{"\xF7\xBF\xBF\xBF"};
is defined in a header file (device_operators.cuh). Therefore, when that header is included multiple times in multiple, separate compilation units, we will have compiling error saying that there are multiple definitions of max_string_sentinel.
-
Updated
Jan 29, 2021 - Jupyter Notebook
https://igel.readthedocs.io/en/latest/_sources/readme.rst.txt includes a link to the assets/igel-help.gif, but that path is broken on readthedocs.
readme.rst is included as ../readme.rst in the sphinx build.
The gifs are in asses/igel-help.gif
The sphinx build needs to point to the asset directory, absolutely:
.. image:: /assets/igel-help.gif
I haven't made a patch, because I haven't
Describe the bug
We should be able to compile the googletests of the libcuml++ algorithms without needing to compile the C wrappers (i.e. libcuml.so).
Steps/Code to reproduce bug
Configure the compilation of libcuml++.so and test/ml with:
cmake .. -DBUILD_CUML_TESTS=ON -DBUILD_CUML_CPP_LIBRARY=ON -DBUILD_CUML_C_LIBRARY=OFFThis leads to:
/usr/bin/ld:-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Feb 11, 2021 - Jupyter Notebook
Description
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/
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
Oct 26, 2020 - HTML
-
Updated
Feb 14, 2021 - Python
KMeans question
Hi, Thanks for the awesome library!
So I am running a Kmeans on lots of different datasets, which all have roughly four shapes, so I initialize with those shapes and it works well, except for just a few times. There are a few datasets that look different enough that I end up with empty clusters and the algorithm just hangs ("Resumed because of empty cluster" again and again).
I conceptually
-
Updated
Nov 28, 2020 - C
-
Updated
Mar 14, 2020 - Python
-
Updated
Feb 24, 2021
-
Updated
Feb 24, 2021 - Python
-
Updated
Jan 31, 2021 - C++
-
Updated
Nov 10, 2020 - Jupyter Notebook
- Wikipedia
- Wikipedia
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist