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 65,450 public repositories matching this topic...
Deep Learning for humans
-
Updated
Aug 15, 2021 - Python
🐛 Bug
--- Logging error ---
Traceback (most recent call last):
File "/scratch/rzou/pt/workspace-env/lib/python3.7/logging/__init__.py", line 1025, in emit
msg = self.format(record)
File "/scratch/rzou/pt/workspace-env/lib/python3.7/logging/__init__.py", line 869, in format
return fmt.format(record)
File "/scratch/rzou/pt/workspace-env/lib/python3.7/site-packages/_pytes
I just discover that we have a helper function to validate scalar:
https://scikit-learn.org/stable/modules/generated/sklearn.utils.check_scalar.html
Since this helper could help to get consistent error types and messages, I was wondering if we could make a long-running issue to introduce this helper everywhere possible.
I think this could be a good issue for first contributors and short spr
Tesseract Open Source OCR Engine (main repository)
-
Updated
Aug 15, 2021 - C++
The world's simplest facial recognition api for Python and the command line
-
Updated
Jul 15, 2021 - Python
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Mar 8, 2021 - Jupyter Notebook
Deepfakes Software For All
-
Updated
Aug 11, 2021 - Python
Defining propertynames for non-struct types is not enough to enable tab completion in the REPL, as is being done with Cptr (analytech-solutions/CBinding.jl#77) and eventually with Ptr (JuliaInterop/Clang.jl#316). It appears to be prevented because of the following isstructtype check: https://github.com/JuliaLang/julia/blob/c95448fb988441
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Aug 6, 2021
100 Days of ML Coding
-
Updated
May 23, 2021
Caffe: a fast open framework for deep learning.
-
Updated
Jul 12, 2021 - C++
Learn how to responsibly deliver value with ML.
-
Updated
Aug 15, 2021 - Jupyter Notebook
A complete daily plan for studying to become a machine learning engineer.
-
Updated
Apr 5, 2021
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。
-
Updated
Aug 15, 2021 - Python
List of Computer Science courses with video lectures.
-
Updated
Aug 2, 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
Jun 8, 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
Aug 15, 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
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.
The fastai deep learning library
-
Updated
Aug 15, 2021 - Jupyter Notebook
-
Updated
Aug 15, 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
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
Aug 13, 2021 - Python
-
Updated
Jun 18, 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
Jul 30, 2021 - C++
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
-
Updated
Jul 28, 2021
- 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.