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 52,465 public repositories matching this topic...
It should be added to the .rst
so that they appear on the website.
Doc is already inline here https://github.com/pytorch/pytorch/blob/df88cc3f7f5c13221a93d7d3d38e681a3d5a6b6a/torch/nn/modules/module.py#L89-L115
Most functions in scipy.linalg
functions (e.g. svd
, qr
, eig
, eigh
, pinv
, pinv2
...) have a default kwarg check_finite=True
that we typically leave to the default value in scikit-learn.
As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a
-
Updated
Nov 25, 2020 - Jupyter Notebook
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 20, 2020 - Python
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 22, 2020 - C++
Should lpad/rpad be defined in terms of textwidth instead of code units or have the option to do so?
One of the main use cases of lpad
and rpad
is, at least for me personally, to align things in the terminal. However, lpad
and rpad
are defined (and documented) to work in terms of code units (i.e. they call length
on the input string) which means that when length
and textwidth
disagree, you get unaligned output:
julia> s1 = "⟨k|H₁|k̃⟩"
"⟨k|H₁|k̃⟩"
julia> s2 = "⟨k|H₁|k⟩"
"⟨
-
Updated
Sep 30, 2020
-
Updated
Nov 24, 2020
-
Updated
Nov 16, 2020 - Jupyter Notebook
-
Updated
Nov 25, 2020
-
Updated
Aug 27, 2020 - TeX
-
Updated
Nov 13, 2020 - Jupyter Notebook
Currently, the C++ compiler generates lots of warnings: https://xgboost-ci.net/blue/organizations/jenkins/xgboost/detail/master/516/pipeline/61. It would be great to reduce the number of warnings.
Note to new contributors: Post a comment here if you'd like to work on this issue. Feel free to ping me for help.
-
Updated
Nov 25, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Python
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 7, 2020 - Python
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Sep 8, 2020 - C++
-
Updated
Nov 5, 2020
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Nov 25, 2020 - C++
-
Updated
Oct 27, 2020
- Wikipedia
- Wikipedia
Please make sure that this is a documentation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template
System information