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 58,042 public repositories matching this topic...
🐛 Bug
I stumbled upon excessive CPU usage for my training code running on GPU. After some investigations I found the culprit.
It basically was
x = torch.eye(256).to('cuda')
To Reproduce
This is quick and loads single CPU core.
%%timeit
torch.eye(181)
6.43 µs ± 218 ns per loop (mean ± std. dev. of 7 runs, 100000 loops each)
This is 3 times slowe
It appears that the docs for Logistic Regression differ based on solvers and penalties. The "penalty" parameter states that "The ‘newton-cg’, ‘sag’ and ‘lbfgs’ solvers support only l2 penalties," while the "solver" parameter states that "‘newton-cg’, ‘lbfgs’, ‘sag’ and ‘saga’ handle L2 or no penalty" (attaching some screenshots). This was actually a little unclear to me, as I wasn't sure if the n
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Mar 8, 2021 - Jupyter Notebook
Tesseract Open Source OCR Engine (main repository)
-
Updated
Mar 27, 2021 - C++
The world's simplest facial recognition api for Python and the command line
-
Updated
Mar 20, 2021 - Python
Deepfakes Software For All
-
Updated
Mar 25, 2021 - Python
Julia 1.6.0-rc3
runtests.jl:
using Test
d = Dict("hello" => "world")
@test keys(d) == ["hello"]Test output:
Testing Running tests...
Test Failed at /Users/fons/Documents/Pluto.jl/test/runtests.jl:4
Expression: keys(d) == ["hello"]
Evaluated: ["hello"] == ["hello"]
ERROR: LoadError: There was an error during testing
in expression starting at /Users/
100 Days of ML Coding
-
Updated
Jan 22, 2021
Caffe: a fast open framework for deep learning.
-
Updated
Mar 26, 2021 - C++
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Mar 23, 2021
Learn how to responsibly deliver value with applied ML.
-
Updated
Mar 12, 2021 - 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
Mar 26, 2021 - Jupyter Notebook
List of Computer Science courses with video lectures.
-
Updated
Jan 16, 2021
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球175所大学采用教学。
-
Updated
Mar 27, 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.
The fastai deep learning library
-
Updated
Mar 27, 2021 - Jupyter Notebook
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Feb 12, 2021 - 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
Feb 18, 2021 - Python
-
Updated
Mar 26, 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
Mar 23, 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
Mar 23, 2021 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
Sep 8, 2020 - C++
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
Mar 27, 2021 - C++
A curated list of awesome Deep Learning tutorials, projects and communities.
-
Updated
Feb 9, 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