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 45,984 public repositories matching this topic...
In Keras documentation, glorot_uniform says that the initializer is using Glorot Uniform from this paper. However, the Keras implementation is totally different from the equation on the paper. Also, there are some arguments such as mode ='fan_avg' is the default. It should be same as the referenced paper. 'fan_sum'. Golort uniform is shown
scikit-learn: machine learning in Python
-
Updated
Jul 17, 2020 - Python
I think "outputs [-1]" and "outputs [0]" are equivalent (reversed) in this line of code, but the former (89%) works better than the latter (86%). Why?
Short description
I am trying to train Tesseract on Akkadian language. The language-specific.sh script was modified accordingly. When converting the training text to TIFF images, the text2image program crashes.
Environment
- Tesseract Version: 3.04.01
- Commit Number: the standard package in Ubuntu, package version 3.04.01-4, commit unknown
- Platform: Linux ubuntu
Deepfakes Software For All
-
Updated
Jul 13, 2020 - Python
Caffe: a fast open framework for deep learning.
-
Updated
Apr 9, 2020 - C++
100 Days of ML Coding
-
Updated
Jul 15, 2020
The Julia Language: A fresh approach to technical computing.
-
Updated
Jul 17, 2020 - Julia
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
-
Updated
Jul 17, 2020
-
Updated
Jul 3, 2020 - Jupyter Notebook
A complete daily plan for studying to become a machine learning engineer.
-
Updated
Jun 12, 2020
The most cited deep learning papers
-
Updated
Dec 25, 2019 - 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
Jun 4, 2020 - Jupyter Notebook
I'm not sure if XGBoost s model is well calibrated with softmax. It would be nice to have a doc with various experiments including random forest, dart etc.
Alexnet implementation in tensorflow has incomplete architecture where 2 convolution neural layers are missing. This issue is in reference to the python notebook mentioned below.
The fastai deep learning library, plus lessons and tutorials
-
Updated
Jul 10, 2020 - Jupyter Notebook
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
-
Updated
Jul 16, 2020 - Python
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Jul 14, 2020 - C++
What's the ETA for updating the massively outdated documentation?
Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.
I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration
If you have questions about the projects I suggested,
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
Jan 29, 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
Jul 16, 2020 - Python
100-Days-Of-ML-Code中文版
-
Updated
Feb 18, 2020 - Jupyter Notebook
A curated list of awesome Deep Learning tutorials, projects and communities.
-
Updated
Jul 4, 2020
List of Computer Science courses with video lectures.
-
Updated
Jul 15, 2020
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics.
-
Updated
Jul 8, 2020 - C#
- Wikipedia
- Wikipedia


Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
example script provided in TensorFlow): Yes