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 70,363 public repositories matching this topic...
Deep Learning for humans
-
Updated
Nov 2, 2021 - Python
🚀 Feature
Add information to this error message which will help an end-user actually figure out what is wrong:
RuntimeError: Expected from <= to to be true, but got false. (Could this error message be improved? If so, please report an enhancement request to PyTorch.)
Motivation
The error message itself told me to ask for an improvement... I cannot find any useful info on thi
This issue is reserved for the Data Umbrella Africa & Middle East Sprint on October 23, 2021 as a good first issue. For non-sprint contributors, please wait till October 30, 2021 to work on this issue.
Note
For those who are running into "YD01: No Yields section found", it could be the cv parameter. Update `An iterable yielding (train, test) sp
Tesseract Open Source OCR Engine (main repository)
-
Updated
Nov 1, 2021 - C++
The world's simplest facial recognition api for Python and the command line
-
Updated
Oct 15, 2021 - Python
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Oct 23, 2021 - Jupyter Notebook
Deepfakes Software For All
-
Updated
Sep 7, 2021 - Python
I am trying to sort the eigenvalues of a symmetric matrix in a different order. Then with the Symmetric type of matrices, the keyword sortby can work for the function eigen() but not eigvals(). An example:
M = Symmetric([1 2 3; 2 3 4; 3 4 5])
eigen(M, sortby = x -> -x)The above one-line code can work and output the eigens in descending order:
Eigen{Float64, Floa
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Oct 29, 2021
100 Days of ML Coding
-
Updated
Oct 5, 2021
Caffe: a fast open framework for deep learning.
-
Updated
Sep 27, 2021 - C++
Learn how to responsibly deliver value with ML.
-
Updated
Oct 23, 2021 - Jupyter Notebook
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。
-
Updated
Nov 2, 2021 - Python
A complete daily plan for studying to become a machine learning engineer.
-
Updated
Aug 20, 2021
List of Computer Science courses with video lectures.
-
Updated
Oct 23, 2021
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
Oct 31, 2021 - Jupyter Notebook
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
-
Updated
Oct 31, 2021 - Jupyter Notebook
The most cited deep learning papers
-
Updated
Aug 27, 2020 - TeX
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Oct 11, 2021 - C++
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.
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
Oct 29, 2021 - Python
-
Updated
Nov 1, 2021 - Python
The fastai deep learning library
-
Updated
Nov 1, 2021 - Jupyter Notebook
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
Jun 28, 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
Oct 21, 2021 - Python
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
-
Updated
Oct 27, 2021
-
Updated
Jun 18, 2021 - Jupyter Notebook
- Wikipedia
- Wikipedia


Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.