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 54,186 public repositories matching this topic...
>>> a = torch.randn(3,2,0,2)
>>> torch.flip(a, dims=())
tensor([], size=(3, 2, 0, 2))
>>> b = a.cuda()
>>> torch.flip(b, dims=())
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
IndexError: flip dims size out of range, got flip dims size=0Describe the bug
In grid_to_graph, you expect the vertices to correspond to the implicit order defined by the mask. This is not always the case, due to the occurrence of isolated vertices that are dismissed in the reindexing of the vertices.
Steps/Code to Reproduce
import numpy as np
from sklearn.feature_extraction import grid_to_graph
mask = np.zeros((2, 3)).astTensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Dec 29, 2020 - Jupyter Notebook
Tesseract Open Source OCR Engine (main repository)
-
Updated
Jan 3, 2021 - C++
The world's simplest facial recognition api for Python and the command line
-
Updated
Dec 19, 2020 - Python
Deepfakes Software For All
-
Updated
Dec 30, 2020 - Python
Reference: JuliaLang/julia#38892 (comment)
We accidentally exported HTML and we should warn users to avoid them.
Caffe: a fast open framework for deep learning.
-
Updated
Nov 22, 2020 - C++
100 Days of ML Coding
-
Updated
Nov 28, 2020
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Jan 2, 2021
Learn how to responsibly deliver value with applied ML.
-
Updated
Dec 23, 2020 - Jupyter Notebook
A complete daily plan for studying to become a machine learning engineer.
-
Updated
Dec 25, 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
Nov 29, 2020 - Jupyter Notebook
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.
The fastai deep learning library, plus lessons and tutorials
-
Updated
Jan 2, 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
Dec 21, 2020 - Python
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Dec 28, 2020 - C++
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球140所大学采用教学。
-
Updated
Jan 2, 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
Dec 21, 2020 - Python
-
Updated
Jan 2, 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
Dec 26, 2020 - Python
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
Sep 8, 2020 - C++
-
Updated
Oct 1, 2020 - Jupyter Notebook
A curated list of awesome Deep Learning tutorials, projects and communities.
-
Updated
Dec 28, 2020
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
Jan 2, 2021 - C++
100-Days-Of-ML-Code中文版
-
Updated
Feb 18, 2020 - Jupyter Notebook
- 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