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 76,734 public repositories matching this topic...
Environment info
transformers
version: 4.15.0- Platform: Linux-5.11.0-46-generic-x86_64-with-glibc2.31
- Python version: 3.9.7
- PyTorch version (GPU?): 1.10.1 (True)
- Tensorflow version (GPU?): 2.7.0 (False)
- Flax version
🐛 Describe the bug
Currently many tests run in forks but they are expected to fail due to lack of credentials in forks.
This is a bit annoying to contributors:
A failed job example: https://github.com/ppwwyyxx/pytorch/runs/5137367784?check_suite_focus=true
I thin
-
Updated
Feb 19, 2022 - Python
nothing### Describe the issue linked to the documentation
Many legitimate notebook style examples have been broken, and specifically by the following PR
scikit-learn/scikit-learn#9061
List of examples to update
Note for maintainers: the content between begin/end_auto_generated is updated automatically by a script. If you edit it by hand your changes may be
-
Updated
Feb 19, 2022 - C++
-
Updated
Dec 4, 2021 - Python
-
Updated
Jan 4, 2022 - Jupyter Notebook
-
Updated
Jan 15, 2022 - Python
Following the discussion in JuliaLang/julia#44168 (comment) (and JuliaLinearAlgebra/MKL.jl#106) I suggest to copy https://carstenbauer.github.io/ThreadPinning.jl/dev/explanations/blas/ into somewhere in the Julia manual if @carstenbauer is OK with it.
-
Updated
Feb 19, 2022
-
Updated
Jan 17, 2022
-
Updated
Nov 29, 2021 - C++
-
Updated
Feb 13, 2022
-
Updated
Jan 10, 2022 - Python
-
Updated
Feb 20, 2022 - Python
-
Updated
Feb 7, 2022 - Jupyter Notebook
-
Updated
Feb 19, 2022 - Jupyter Notebook
-
Updated
Aug 20, 2021
-
Updated
Jan 13, 2022 - Jupyter Notebook
-
Updated
Aug 27, 2020 - TeX
-
Updated
Jan 9, 2022 - C++
-
Updated
Nov 4, 2021 - Python
-
Updated
Feb 19, 2022 - Python
-
Updated
Feb 20, 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
Feb 16, 2022 - Jupyter Notebook
-
Updated
Jun 28, 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
.