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,903 public repositories matching this topic...
-
Updated
Jan 4, 2022 - 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.
These examples take quite a long time to run, and they make our documentation CI fail quite frequently due to timeout. It'd be nice to speed the up a little bit.
To contributors: if you want to work on an example, first have a look at the example, and if you think you're comfortable working on it and have found a potential way to speed-up execution time while preserving the educational message
-
Updated
Jan 3, 2022 - C++
-
Updated
Dec 4, 2021 - Python
-
Updated
Jan 4, 2022 - Jupyter Notebook
-
Updated
Dec 5, 2021 - Python
Left division using \
has a nice docstring in LinearAlgebra describing what it does for different linear systems. It would be nice to add a similar explanation for /
, since the current docstring only describes its behavior for scalar arguments.
-
Updated
Dec 22, 2021
-
Updated
Dec 21, 2021
-
Updated
Nov 29, 2021 - C++
-
Updated
Jan 3, 2022 - Python
-
Updated
Jan 4, 2022 - Python
-
Updated
Dec 3, 2021 - Jupyter Notebook
-
Updated
Jan 1, 2022 - 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
-
Updated
Jan 4, 2022 - 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 31, 2021 - Jupyter Notebook
-
Updated
Jun 28, 2021 - Python
-
Updated
Jan 4, 2022 - 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 generate
doesn't work for protobuf directory. So we can't specify GPUOptions forNewSession
.