-
Updated
Sep 30, 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,953 public repositories matching this topic...
-
Updated
Oct 20, 2020
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
Oct 27, 2020 - TypeScript
-
Updated
Oct 1, 2020 - Python
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni
-
Updated
Apr 21, 2020 - Python
-
Updated
Sep 8, 2020 - Python
bitmap/bit array
-
Updated
Oct 19, 2020 - Jupyter Notebook
Improve readability of thread id based branches by giving them more descriptive names.
e.g.
if (!t) // is actually a t == 0
and
https://github.com/rapidsai/cudf/blob/57ef76927373d7260b6a0eda781e59a4c563d36e/cpp/src/io/statistics/column_stats.cu#L285
Is actually a lane_id == 0
As demonstrated in rapidsai/cudf#6241 (comment), pr
-
Updated
Oct 7, 2020 - 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
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Oct 19, 2020 - Jupyter Notebook
The functions under metrics and score in src_prims can be semantically categorized under a common name (whether that can be named 'metrics' or 'scores' is open for discussion).
It is exposed in cuml under a common rubric as [metrics](https://github.
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.
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
Oct 26, 2020 - HTML
-
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
Oct 16, 2020 - Python
-
Updated
Sep 27, 2020
-
Updated
Aug 24, 2020 - Jupyter Notebook
-
Updated
Oct 27, 2020 - C++
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 27, 2020
- Wikipedia
- Wikipedia
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist