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 59,715 public repositories matching this topic...
🚀 Feature
In python x is True and x == True have exactly the same semantics, because True and False are global singletons. Generally, having two different operators that do the same thing in the your IR is not desirable because it means passes have to reason about both cases if they want to optimize the pattern. Additionally, optimizations like Common Subexpression Elimination will no tr
Describe the issue linked to the documentation
Videos on contributing to scikit-learn reference were created prior to renaming the branch name, and so refer to master, not main
Suggest a potential alternative/fix
In this file, under "Video Resources" section: https://github.com/scikit-learn/scikit-learn/blob/d01014c3198aafa336d9f8ed306f292d68c4a886/doc/developers/contributing.r
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
May 4, 2021 - C++
-
Updated
Mar 20, 2021 - Python
-
Updated
May 1, 2021 - Python
julia> versioninfo()
Julia Version 1.7.0-DEV.1011
Commit 4e176ac965* (2021-04-26 08:26 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) E-2288G CPU @ 3.70GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Environment:
JULIA_EDITOR = code
JULIA_NUM_THREADS = 8
julia> Float64(-2)^5
-32.0
julia> Float32(-2)^5
E-
Updated
Jan 22, 2021
-
Updated
May 3, 2021
-
Updated
Apr 20, 2021 - C++
-
Updated
May 1, 2021 - Jupyter Notebook
-
Updated
Apr 5, 2021
-
Updated
May 3, 2021 - Python
-
Updated
Apr 30, 2021
-
Updated
Aug 27, 2020 - TeX
-
Updated
Apr 20, 2021 - Jupyter Notebook
-
Updated
Feb 18, 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
Apr 19, 2021 - C++
-
Updated
May 4, 2021 - Jupyter Notebook
-
Updated
May 4, 2021 - Python
-
Updated
Apr 29, 2021 - Python
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
May 3, 2021 - C++
-
Updated
Apr 21, 2021
- Wikipedia
- Wikipedia
Please make sure that this is a documentation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template
System information