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 16,379 public repositories matching this topic...
Describe the issue linked to the documentation
Follows from #17387
Suggest a potential alternative/fix
Stop referencing preprocessing functions e.g. :
maxabs_scale
minmax_scale
normalize
quantile_transform
robust_scale
scale
power_transform
in the UG, and only add them e.g. in the "See Also" sections, or even just in the API ref.
In particular right now the first entr
The world's simplest facial recognition api for Python and the command line
-
Updated
Oct 4, 2020 - Python
Deepfakes Software For All
-
Updated
Sep 26, 2020 - Python
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 1, 2020 - Python
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
-
Updated
Oct 7, 2020 - 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
Sep 16, 2020 - Python
-
Updated
Oct 8, 2020 - 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 4, 2020 - Python
Describe your feature request
It is already possible to give actors a name: https://docs.ray.io/en/master/actors.html#named-actors and to retrieve the actor handle via ray.get_actor("some_name").
It would however be very handy to have some kind of ray.list_named_actors() API method to get a list/dict of all currently available named actors.
It can be useful for:
- Better debugging
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
-
Updated
Oct 8, 2020 - Python
Not a high-priority at all, but it'd be more sensible for such a tutorial/testing utility corpus to be implemented elsewhere - maybe under /test/ or some other data- or doc- related module – rather than in gensim.models.word2vec.
Originally posted by @gojomo in RaRe-Technologies/gensim#2939 (comment)
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
-
Updated
Sep 29, 2020 - Python
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
-
Updated
Aug 22, 2020 - Python
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
Updated
Oct 8, 2020 - Python
Image augmentation for machine learning experiments.
-
Updated
Jun 1, 2020 - Python
-
Updated
Oct 8, 2020 - Python
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
-
Updated
Jun 3, 2020 - Python
Deep learning library featuring a higher-level API for TensorFlow.
-
Updated
May 10, 2020 - Python
A very simple framework for state-of-the-art Natural Language Processing (NLP)
-
Updated
Oct 7, 2020 - Python
A list of all named GANs!
-
Updated
Oct 3, 2020 - Python
Machine learning, in numpy
-
Updated
Oct 2, 2020 - Python
🚀 Feature
Parse the Readme and replace generated badges by downloaded ones
- process in setup.py
- parse all badges from online CI and save them as png (svg is problematic, does not work for all plaforms)
2 replace badges in Readme with the downloaded ones
Motivation
pipy page does not work well with generated badges and also projecting the master state to a given release do
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
-
Updated
Sep 22, 2020 - Python
TensorFlow-based neural network library
-
Updated
Oct 1, 2020 - Python
机器学习相关教程
-
Updated
Jul 9, 2020 - Python
Ready-to-use OCR with 40+ languages supported including Chinese, Japanese, Korean and Thai
-
Updated
Oct 6, 2020 - Python
Best Practices on Recommendation Systems
-
Updated
Oct 7, 2020 - Python
- Wikipedia
- Wikipedia



(e.g. for links and images), because some of these examples are now being rendered in the docs.
Added by @fchollet in requests for contributions.