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 71,098 public repositories matching this topic...
-
Updated
Nov 16, 2021 - Python
EDIT: The failure is due to update in Python 3.10 behaviour.
The following OpInfo tests fail locally (with Python 3.10) but pass on CI for gradient op
Local failure log
_________________________________
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
Nov 15, 2021 - C++
-
Updated
Nov 15, 2021 - Python
-
Updated
Oct 23, 2021 - Jupyter Notebook
-
Updated
Nov 14, 2021 - Python
using Test
@test :(1 = 2) |> repr == Expr(:(=), 1, 2) |> repr == ":(1 = 2)"but others (reserved) assignment ops are not shown as they are typed, eg in infix form but in prefix one.
@test :(1 := 2) |> repr == ":($(Expr(:(:=), 1, 2)))"a small annoyance, but one that may easily be fixed by adding them to expr_infix_wide @ https://github.com/JuliaLang/juli
-
Updated
Nov 11, 2021
-
Updated
Oct 5, 2021
-
Updated
Nov 2, 2021 - C++
-
Updated
Oct 23, 2021 - Jupyter Notebook
-
Updated
Nov 16, 2021 - Python
-
Updated
Nov 15, 2021 - Jupyter Notebook
-
Updated
Aug 20, 2021
-
Updated
Nov 10, 2021
-
Updated
Nov 8, 2021 - Jupyter Notebook
-
Updated
Aug 27, 2020 - TeX
-
Updated
Nov 15, 2021 - C++
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
Nov 4, 2021 - Python
-
Updated
Nov 16, 2021 - Python
-
Updated
Nov 7, 2021 - Jupyter Notebook
-
Updated
Jun 28, 2021 - Python
-
Updated
Nov 15, 2021 - Python
-
Updated
Oct 27, 2021
-
Updated
Nov 16, 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.