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 49,798 public repositories matching this topic...
🐛 Bug
Compiling against the C++ API on macOS using GCC-9.3, and cmake seems to use a bad flag:
... -fopenmp -D_GLIBCXX_USE_CXX11_ABI= -std=c++14 ... -- note how it "blanks out" the _GLIBCXX_USE_CXX11_ABI variable. This causes the compiler to fail in the stdlib:
/usr/local/Cellar/gcc@9/9.3.0/include/c++/9.3.0/x86_64-apple-darwin18/bits/c++config.h:273:27: error: #if with no exprDescribe 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
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Sep 19, 2020 - Jupyter Notebook
Tesseract Open Source OCR Engine (main repository)
-
Updated
Sep 10, 2020 - C++
The world's simplest facial recognition api for Python and the command line
-
Updated
Sep 26, 2020 - Python
Deepfakes Software For All
-
Updated
Sep 26, 2020 - Python
Caffe: a fast open framework for deep learning.
-
Updated
Sep 25, 2020 - C++
100 Days of ML Coding
-
Updated
Sep 19, 2020
Currently, the docs for the Printf standardlib simply mentions it uses "C printf style format specification", but does not specify what that is, nor provides a link to the C printf format.
It would be nice to explain it in the docs.
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Sep 21, 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
Sep 25, 2020 - Jupyter Notebook
It would be great to have a tutorial for using the C API of XGBoost in a C or C++ application. Some important components:
- How to configure the CMakeLists.txt of your application to link with XGBoost (either statically or dynamically)
- How to install XGBoost library into a system prefix or a Conda environment.
- Useful tips, such as remembering to clean up allocated XGBoost object handles, or
The fastai deep learning library, plus lessons and tutorials
-
Updated
Sep 26, 2020 - Jupyter Notebook
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
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
-
Updated
Sep 9, 2020 - Python
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Sep 21, 2020 - C++
-
Updated
Sep 28, 2020 - Python
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
Sep 8, 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
Sep 16, 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
Sep 23, 2020 - Python
A curated list of awesome Deep Learning tutorials, projects and communities.
-
Updated
Sep 26, 2020
100-Days-Of-ML-Code中文版
-
Updated
Feb 18, 2020 - Jupyter Notebook
List of Computer Science courses with video lectures.
-
Updated
Sep 6, 2020
DeepSpeech is an open source speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
-
Updated
Sep 28, 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