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 60,253 public repositories matching this topic...
🐛 Bug
The builtin getattr function has a third optional parameter called default, returned if the key fetched does not exist. However, the IR emitter does not support this third parameter and supports only the 2 arguments version:
https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/frontend/ir_emitter.cpp#L2858-L285
Estimator has too many undocumented attributes:
- test_fit_docstring_attributes[OrthogonalMatchingPursuit-OrthogonalMatchingPursuit]
- test_fit_docstring_attributes[Lasso-Lasso]
- test_fit_docstring_attributes[LarsCV-LarsCV]
- test_fit_docstring_attributes[Birch-Birch]
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Mar 8, 2021 - Jupyter Notebook
The world's simplest facial recognition api for Python and the command line
-
Updated
Mar 20, 2021 - Python
Tesseract Open Source OCR Engine (main repository)
-
Updated
May 13, 2021 - C++
Deepfakes Software For All
-
Updated
May 14, 2021 - Python
This seems surprising:
julia> get([1,2,3], 4, 5)
5
julia> get((1,2,3), 4, 5)
ERROR: MethodError: no method matching get(::Tuple{Int64, Int64, Int64}, ::Int64, ::Int64)
julia> get((a=1,b=2,c=3), :d, 5)
5
julia> get((a=1,b=2,c=3), 4, 5)
5The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
May 9, 2021
100 Days of ML Coding
-
Updated
Jan 22, 2021
Caffe: a fast open framework for deep learning.
-
Updated
Apr 20, 2021 - C++
Learn how to responsibly deliver value with ML.
-
Updated
May 10, 2021 - Jupyter Notebook
A complete daily plan for studying to become a machine learning engineer.
-
Updated
Apr 5, 2021
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球175所大学采用教学。
-
Updated
May 15, 2021 - Python
List of Computer Science courses with video lectures.
-
Updated
Apr 30, 2021
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
Apr 20, 2021 - 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
May 13, 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.
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
May 8, 2021 - C++
The fastai deep learning library
-
Updated
May 14, 2021 - Jupyter Notebook
-
Updated
May 14, 2021 - Python
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
Apr 29, 2021 - 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
May 13, 2021 - Python
-
Updated
Apr 1, 2021 - Jupyter Notebook
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
-
Updated
May 13, 2021 - C++
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
-
Updated
May 11, 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