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 67,694 public repositories matching this topic...
-
Updated
Sep 19, 2021 - Python
Motivation
Currently lots of C++ based unit tests are executed directly from test.sh/win-test.sh for example:
https://github.com/pytorch/pytorch/blob/0bd8d0951dcb4063c0f7552a7404bd7f0e7b6e6f/.jenkins/pytorch/test.sh#L317
Which have following drawbacks:
- It excluded those test runtime from auto-sharding/auto-categorization
- Make them subject of running on only particular platform (
Describe the issue linked to the documentation
The "20 newsgroups text" dataset can be accessed within scikit-learn using defined functions. The dataset contains some text which is considered culturally insensitive.
Suggest a potential alternative/fix
Add a section in the dataset documentation, possibly above the "Recommendation" section called "Data Considerations".
https://
-
Updated
Sep 19, 2021 - C++
-
Updated
Sep 8, 2021 - Python
-
Updated
Sep 10, 2021 - Jupyter Notebook
-
Updated
Sep 7, 2021 - Python
-
Updated
Sep 7, 2021
-
Updated
May 23, 2021
-
Updated
Sep 15, 2021 - C++
-
Updated
Sep 17, 2021 - Jupyter Notebook
-
Updated
Sep 17, 2021 - Python
-
Updated
Aug 20, 2021
-
Updated
Sep 10, 2021
-
Updated
Sep 14, 2021 - Jupyter Notebook
-
Updated
Aug 27, 2020 - TeX
-
Updated
Sep 18, 2021 - Jupyter Notebook
-
Updated
Sep 10, 2021 - C++
-
Updated
May 13, 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
Sep 16, 2021 - Jupyter Notebook
-
Updated
Sep 18, 2021 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Sep 13, 2021 - Python
-
Updated
Jun 18, 2021 - Jupyter Notebook
-
Updated
Jul 30, 2021 - C++
- 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
.