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 48,695 public repositories matching this topic...
Describe the issue linked to the documentation
Follows from #17387
Suggest a potential alternative/fix
Stop referencing preprocessing functions e.g. :
maxabs_scale
minmax_scale
normalize
quantile_transform
robust_scale
scale
power_transform
in the UG, and only add them e.g. in the "See Also" sections, or even just in the API ref.
In particular right now the first entr
WARNING: /data/users/ezyang/pytorch-tmp/BUILD.bazel:580:1: in hdrs attribute of cc_library rule //:aten_headers: Artifact
'bazel-out/k8-fastbuild/bin/aten/src/ATen/Config.h' is duplicated (through '//:aten/src/ATen/Config.h' and '//:aten_src_AT
en_config'). Since this rule was created by the macro 'cc_library', the error might have been caused by the macro implemen
tation
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Aug 17, 2020 - Jupyter Notebook
Tesseract Open Source OCR Engine (main repository)
-
Updated
Aug 30, 2020 - C++
The world's simplest facial recognition api for Python and the command line
-
Updated
Aug 27, 2020 - Python
Deepfakes Software For All
-
Updated
Aug 30, 2020 - Python
Caffe: a fast open framework for deep learning.
-
Updated
Aug 4, 2020 - C++
100 Days of ML Coding
-
Updated
Jul 15, 2020
As discussed on discourse, this seems like the only sensible definition:
mod(z::Complex{<:Integer}, n::Integer) = Complex(mod(real(z), n), mod(imag(z), n))
and similarly for div, rem (and probably divrem).
Should be easy to create a patch (much simpler than #35374): just add the 1-line defin
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Sep 4, 2020
-
Updated
Jul 3, 2020 - Jupyter Notebook
A complete daily plan for studying to become a machine learning engineer.
-
Updated
Jun 12, 2020
The most cited deep learning papers
-
Updated
Aug 27, 2020 - TeX
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
Updated
Aug 21, 2020 - Jupyter Notebook
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow
-
Updated
Sep 6, 2020 - C++
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
-
Updated
Jul 24, 2020 - Python
The fastai deep learning library, plus lessons and tutorials
-
Updated
Sep 5, 2020 - Jupyter Notebook
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
-
Updated
Aug 27, 2020 - Python
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Aug 29, 2020 - C++
-
Updated
Sep 5, 2020 - Python
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
May 12, 2020 - C++
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
-
Updated
Aug 17, 2020 - Python
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
-
Updated
Aug 24, 2020 - Python
A curated list of awesome Deep Learning tutorials, projects and communities.
-
Updated
Aug 8, 2020
100-Days-Of-ML-Code中文版
-
Updated
Feb 18, 2020 - Jupyter Notebook
List of Computer Science courses with video lectures.
-
Updated
Sep 4, 2020
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics
-
Updated
Jul 18, 2020 - C#
- Wikipedia
- Wikipedia


Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
example script provided in TensorFlow): Yes