Machine learning
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 49,206 public repositories matching this topic...
Describe the issue linked to the documentation
Follows from #17387
Suggest a potential alternative/fix
Stop referencing preprocessing functions e.g. :
maxabs_scale
minmax_scale
normalize
quantile_transform
robust_scale
scale
power_transform
in the UG, and only add them e.g. in the "See Also" sections, or even just in the API ref.
In particular right now the first entr
🐛 Bug
Follow up on #43476.
Scanning CUDA KernelUtils.GET_BLOCKS might be called with overflowed 32bit integers. should convert to int64 to hold num_kernels
Additional context
See examples such as:
https://github.com/pytorch/pytorch/blob/c010ef7f0c6d837809a7e973048afac76373e3de/aten/src/ATen/native/cuda/vol2col.cuh#L107
-
Updated
Sep 6, 2020 - Jupyter Notebook
-
Updated
Sep 10, 2020 - C++
-
Updated
Sep 11, 2020 - Python
-
Updated
Sep 6, 2020 - Python
-
Updated
Aug 4, 2020 - C++
-
Updated
Jul 15, 2020
Currently, the docs for the Printf standardlib simply mentions it uses "C printf
style format specification", but does not specify what that is, nor provides a link to the C printf format.
It would be nice to explain it in the docs.
-
Updated
Sep 12, 2020
-
Updated
Jul 3, 2020 - Jupyter Notebook
-
Updated
Jun 12, 2020
-
Updated
Aug 27, 2020 - TeX
-
Updated
Aug 21, 2020 - Jupyter Notebook
-
Updated
Sep 16, 2020 - C++
-
Updated
Jul 24, 2020 - Python
-
Updated
Sep 16, 2020 - Jupyter Notebook
-
Updated
Sep 9, 2020 - Python
-
Updated
Sep 12, 2020 - C++
-
Updated
Sep 16, 2020 - Python
-
Updated
Sep 8, 2020 - C++
-
Updated
Sep 16, 2020 - Python
-
Updated
Sep 16, 2020 - Python
-
Updated
Aug 8, 2020
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Sep 6, 2020
-
Updated
Jul 18, 2020 - C#
- Wikipedia
- Wikipedia
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
example script provided in TensorFlow): Yes