-
Updated
Jul 15, 2020
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 4,614 public repositories matching this topic...
-
Updated
Jun 12, 2020
-
Updated
Jul 8, 2020 - Jupyter Notebook
-
Updated
Aug 10, 2020 - Jupyter Notebook
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Aug 20, 2020 - Python
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
-
Updated
Apr 21, 2020 - Python
-
Updated
Jul 28, 2020 - Python
-
Updated
Sep 28, 2019 - Jupyter Notebook
-
Updated
Oct 7, 2019 - Jupyter Notebook
There are (at least) two ways in which the reinterpret_cast
is misused:
- Used instead of
static_cast
:
https://github.com/rapidsai/cudf/blob/f7fbc1160b17b969db2708e0cf6033d3db9fc1cf/cpp/src/io/avro/avro_gpu.cu#L95
static cast should be used to cast fromvoid*
. - The use causes undefined behavior:
https://github.com/rapidsai/cudf/blob/f7fbc1160b17b969db2708e0cf6033d3db9fc1cf/cpp/src/io
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Aug 26, 2020 - Jupyter Notebook
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.
All dev environments should install faiss from conda. The 10.2 environment is currently missing it. It's also missing ucx-proc. Should follow the other env styles.
See: https://github.com/rapidsai/cuml/blob/branch-0.15/conda/environments/cuml_dev_cuda10.2.yml
-
Updated
Feb 1, 2020 - HTML
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/
-
Updated
Mar 7, 2020 - C
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
Mar 14, 2020 - Python
-
Updated
Jul 29, 2020 - Python
-
Updated
Aug 6, 2020
-
Updated
Aug 24, 2020 - Jupyter Notebook
-
Updated
Aug 21, 2020 - C++
-
Updated
Aug 21, 2020 - Python
-
Updated
Jun 26, 2020
-
Updated
Jun 14, 2020 - Java
-
Updated
Feb 5, 2019 - Java
- Wikipedia
- Wikipedia
Added object oriented approach for BST. Please review and let me know if any changes are required.