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 73,311 public repositories matching this topic...
-
Updated
Dec 24, 2021 - Python
[PYTORCH]: log error
there may be a log error in pytorch/aten/src/THC/THCGenerateByteTypes.h, in line2, #error "You must define THC_GENERIC_FILE before including THGenerateByteTypes.h", the "THGenerateByteTypes.h" should be "THCGenerateByteTypes.h".
bty, this file is a general file to generate files of different scalar_t, so i think, the name is better to be THGenerateTypes.h.
Describe the issue linked to the documentation
The homepage has a link name "Maling list: scikit-learn@python.org" which points to https://mail.python.org/mailman/listinfo/scikit-learn
(Would prefer it indicate the sign-up page for mailing list instead of an email address for posting to mailing list.)
Suggest a potential alternative/fix
Update this text "Mailing list: sciki
-
Updated
Dec 23, 2021 - C++
-
Updated
Dec 4, 2021 - Python
-
Updated
Oct 23, 2021 - Jupyter Notebook
-
Updated
Dec 5, 2021 - Python
It might be useful to have rationalize(x) return x if x is already rational, to allow generic code that takes both reals and rationals as inputs.
-
Updated
Dec 22, 2021
-
Updated
Dec 21, 2021
-
Updated
Nov 29, 2021 - C++
-
Updated
Dec 9, 2021 - Python
-
Updated
Dec 3, 2021 - Jupyter Notebook
-
Updated
Dec 24, 2021 - Python
-
Updated
Dec 22, 2021 - Jupyter Notebook
-
Updated
Aug 20, 2021
-
Updated
Dec 23, 2021
-
Updated
Nov 8, 2021 - Jupyter Notebook
-
Updated
Aug 27, 2020 - TeX
-
Updated
Dec 14, 2021 - C++
-
Updated
Nov 4, 2021 - Python
Currently many more Python projects like dask and optuna are using Python type hints. With the Python package of xgboost gaining more and more features, we should also adopt mypy as a safe guard against some type errors and for better code documentation.
-
Updated
Dec 23, 2021 - Python
-
Updated
Dec 23, 2021 - Jupyter Notebook
-
Updated
Jun 28, 2021 - Python
-
Updated
Dec 24, 2021 - Python
-
Updated
Dec 7, 2021 - Python
- Wikipedia
- Wikipedia
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.