Deep learning
Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.
Here are 23,909 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
trainable_variables = weights.values() + biases.values() doesn't work.
Also if I write trainable_variables = list(weights.values()) + list(biases.values()), I have to turn on tf.enable_eager_execution(), but the training result is wrong, accuracy is ar
-
Updated
May 12, 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
Mar 5, 2020 - Python
I got this error:
Traceback (most recent call last):
File "c:\Users\jshat\Documents\Code\Machine Learning\Deep-Learning-Papers-Reading-Roadmap\download.py", line 88, in
readme_html = mistune.markdown(readme.read())
File "C:\Python37\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charma
-
Updated
Apr 26, 2020 - Jupyter Notebook
-
Updated
Feb 12, 2020
-
Updated
Dec 25, 2019 - TeX
-
Updated
May 4, 2020 - Jupyter Notebook
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
May 12, 2020 - Jupyter Notebook
-
Updated
May 11, 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
-
Updated
May 8, 2020 - Python
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.
Hi, is there any plan to provide a tutorial of showing an example of employing the Transformer as an alternative of RNN for seq2seq task such as machine translation?
In doc.pyx' s line 590:
if not self.is_parsed:
raise ValueError(Errors.E029)
I can still do a good job of chunking by tokenization and pos tagging only, without the full parse. Also in some languages parse isn't available. This will leave more flexibilities to users. I can comment out this in my copy of spacy, but when I update spacy to a new release, I have to chang
-
Updated
Jan 29, 2020 - Python
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Apr 23, 2020
-
Updated
Jun 12, 2017
-
Updated
Apr 21, 2020 - Python
And what packages you have to install to use them
-
Updated
May 6, 2020 - Python
-
Updated
Nov 30, 2019 - Lua
-
Updated
Oct 19, 2019
- 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