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 44,108 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
Not sure when this happened but i love the new left-hand side navigation https://scikit-learn.org/dev/user_guide.html
(@adrinjalali did this maybe?)
However, when clicking the different entries, the result is inconsistent. For some, it shows a TOC that expands the existing toc with m
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
-
Updated
Jun 7, 2020 - Python
I am executing ML-examples ->cmsisnn-cifar10. While converting trained Caffe model into cmsis-nn by below command
python nn_quantizer.py --model models/cifar10_m7_train_test.prototxt --weights models/cifar10_m7_iter_300000.caffemodel.h5 --save models/cifar10_m7.pkl
getting an error message.
Traceback (most recent call last):
File "nn_quantizer.py", line 614, in
my_model.get_gra
-
Updated
May 14, 2020 - Python
Do we expect the following syntax to work?
julia> [Int, Float64, String, Bool] .<: Union{Int, String}
ERROR: syntax: space not allowed after ":" used for quoting
It works if you call <:
as a broadcasted function:
julia> (<:).([Int, Float64, String, Bool], Union{Int, String})
4-element BitArray{1}:
1
0
1
0
Version info:
Julia Versio
-
Updated
Jun 1, 2020 - Jupyter Notebook
-
Updated
Jun 12, 2020
-
Updated
Dec 25, 2019 - TeX
-
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.
-
Updated
Jun 12, 2020 - Jupyter Notebook
-
Updated
Jun 8, 2020 - Python
Issue Summary
Documentation and error messages are misleading when using a release version of Caffe on Ubuntu.
Executed Command (if any)
cmake .. -DBUILD_CAFFE=OFF -DCaffe_INCLUDE_DIRS=/usr/include/caffe -DCaffe_LIBS=/usr/lib/x86_64-linux-gnu/libcaffe.so
OpenPose Output (if any)
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identificatio
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,
-
Updated
Jan 29, 2020 - Python
-
Updated
Jun 13, 2020 - Python
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Jun 13, 2020
-
Updated
May 28, 2020
-
Updated
Jun 12, 2017
- 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